-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
DO NOT MERGE WIP native Elixir #12922
base: main
Are you sure you want to change the base?
Conversation
2659d40
to
727002a
Compare
It was only used in rabbitmq_prometheus, yet depended on by two other projects. It doesn't really provide much value.
727002a
to
08d1e10
Compare
Taken from the module Elixir generates, but simplified.
This should not be merged before I am back from PTO but we are getting to a point where it can be tested as everything should work fine and tests are green. Mix remains used but only when testing rabbitmq_cli (I do not see much value in converting that part). With Mix removed this opens the way to moving to a proper apps/ structure and avoid going through all rabbit apps every time we compile but this will be done at a later time, priorities! |
WIP