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

Fix dropping list of runtime beams when performing a packbeam Mix task #13

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

doawoo
Copy link
Contributor

@doawoo doawoo commented Mar 18, 2024

I ran across a subtle bug with this function, basically if you ever included a single dependency in your mix.exs with runtime: false the code would drop the accumulation during the reduce.

This ensures we properly pack up runtime BEAMs, even if your project has some deps excluded.

🙂

@bettio bettio merged commit ee3f354 into atomvm:main Jul 28, 2024
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

Successfully merging this pull request may close these issues.

2 participants