-
Notifications
You must be signed in to change notification settings - Fork 517
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
Documentation for plugins with "3.13.0 interface" #2920
Comments
http://rebar3.org/docs/extending/custom_compiler_modules/ has the most documentation
Each compiler we use within rebar3 uses it:
I also even wrote a compiler for my blog which uses it and can show a different structure, but mostly the post I wrote on it has a description that might be worth migrating to our docsite:
I think with these high level explanations, the template for callbacks may make more sense, and so would the code for the compiler module. |
It looks like new plugins are supposed to use "3.13.0 interface;", at least it is mentioned in the
rebar_compiler.erl
. Are there any examples or documentation about callbacks which should be implemented by the 'compiler' module. I've looked up google forrebar_compiler:compile_all
but haven't found anything.The text was updated successfully, but these errors were encountered: