-
Notifications
You must be signed in to change notification settings - Fork 4
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
Configure the ASN.1 compiler differently for different ASN.1 files #8
Comments
@mhssler Thank you! This looks like a useful feature, and the interface is straight-forward. |
I will give it a try. |
When I started with this, I noticed that this provider only uses the top rebar.config file. Is this intentional or a missing feature? |
@mhssler Not sure what you mean 'top rebar.config'. I've only ever used one rebar.config in a project. |
And no, this provider does not use the "application rebar.config" when there is a "top rebar.config". I have a fix for that which I am trying to test. |
Ahh, I see now. I would hope that rebar provides the tools to do that easily. |
Any updates on this issue? @knusbaum |
@ILGSupreme I have not worked on this issue, as my time is heavily occupied at the moment. |
I made a fork with a "smart" solution to it. I might put some time into the code to see if there is a good way of doing it. |
CLOSES: knusbaum#8 Option to override configuration per file or match pattern.
I need the possibility to compile ASN.1 files with different settings within the same application.
Are you interested in a pull request for this? I have attached an updated README.md to sketch the user interface.
The text was updated successfully, but these errors were encountered: