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

Ensure that everything is compiled in the correct order #9

Open
filmor opened this issue Jun 9, 2024 · 0 comments
Open

Ensure that everything is compiled in the correct order #9

filmor opened this issue Jun 9, 2024 · 0 comments

Comments

@filmor
Copy link
Owner

filmor commented Jun 9, 2024

Currently, we seem to compile Erlang dependencies after all Elixir deps. This leads to compiler warnings as the modules that Elixir expects (in particular this happens with telemetry don't exist yet on the first compilation. It could also lead to errors if the Elixir code actually tried to use something from the Erlang dep (e.g. a header).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant