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

recover panics during autocompletion #299

Merged
merged 2 commits into from Sep 14, 2020

Conversation

alexcb
Copy link
Collaborator

@alexcb alexcb commented Sep 11, 2020

If a panic occurs during autocompletion, instead of dumping it to stderr
log it to ~/.earthly/autocomplete.log

This fixes #296

If a panic occurs during autocompletion, instead of dumping it to stderr
log it to ~/.earthly/autocomplete.log

This fixes #296
cmd/earth/main.go Outdated Show resolved Hide resolved
@alexcb alexcb force-pushed the recover-panics-during-autocompletion branch from c84a53c to cc7edee Compare September 14, 2020 19:58
@alexcb alexcb merged commit a7e6221 into master Sep 14, 2020
@alexcb alexcb deleted the recover-panics-during-autocompletion branch September 14, 2020 20:31
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.

autocompletion on invalid earthfile
2 participants