Skip to content
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

MIB compiler architecture #18

Open
jeanparpaillon opened this issue Apr 22, 2021 · 0 comments
Open

MIB compiler architecture #18

jeanparpaillon opened this issue Apr 22, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jeanparpaillon
Copy link
Owner

MIB compiler generates a lof of instrumentation functions, types, ecto types, etc

We want to implement the following architecture:

  • MIB compiler compiles .mib file into mib record and makes it a module attribute
  • MIB generators implements before_compile callbacks and generates whatever they want from this
  • List of generators can be changed through Mib.__using__ macro option
@jeanparpaillon jeanparpaillon added enhancement New feature or request good first issue Good for newcomers labels Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant