-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tighten up packbeam_api #10
Conversation
fc1caaa
to
ab63b32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question about the OTP version in README.md
. I will test this locally this time before we merge. ;)
Technically 24 is only needed for ex_doc. But yeah we could test for 22 and not gen the docs there. You should check out the generated docs. Much improved! |
Or just add a note that OTP versions 22-23 should work, but are not tested by CI. |
Yes. We may want to add a section to the main doc site to include a section of edocs for the tools, to accompany the added tools documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. No problems testing locally.
I assume you will be tagging a 0.7.1 with these changes, or soon if you had anything else planned... |
This change set tightens up the packbeam API to expose just enough information about AVM files as is needed without exposing internal implementation details. Documentation has been written for the API, and we have moved to use `ex_doc` instead of `edoc` for documentation generation. Signed-off-by: Fred Dushin <fred@dushin.net>
Looks great. |
This change set tightens up the packbeam API to expose just enough information about AVM files as is needed without exposing internal implementation details.
Documentation has been written for the API, and we have moved to use
ex_doc
instead ofedoc
for documentation generation.