[go: up one dir, main page]

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

Makefile: make sure erl stops *after* print. #65

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

kzemek
Copy link
Contributor
@kzemek kzemek commented Sep 22, 2023

In Erlang 26, -s init stop before -eval causes the eval part to fail. Per documentation, -eval expressions are evaluated sequentially with -s and -run function calls (this also in the order specified), so stop before eval is a race condition that started to fail.

@oskardrums
Copy link
Owner

Seems reasonable enough, thank you!

@oskardrums oskardrums merged commit 958fe76 into oskardrums:main Sep 22, 2023
1 check failed
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