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

Make elm invocations killable #16

Merged
merged 4 commits into from Aug 5, 2022
Merged

Make elm invocations killable #16

merged 4 commits into from Aug 5, 2022

Conversation

lydell
Copy link
Owner

@lydell lydell commented Aug 3, 2022

Due to compiler bugs, elm make can hang forever sometimes. Previously, we always waited for the current elm make run to finish before doing anything else. With this PR, we kill elm make invocations after 10 seconds if there is a new change (with no changes to files, the invocation goes on forever). This means that you can now recover from an elm make hang by editing your .elm files to not trigger the compiler bug.

@lydell lydell merged commit 38a9511 into main Aug 5, 2022
@lydell lydell deleted the kill-elm branch August 5, 2022 20:06
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.

None yet

1 participant