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

Editor stuck when some conditions are incomplete #20

Open
SOF3 opened this issue Dec 9, 2024 · 1 comment
Open

Editor stuck when some conditions are incomplete #20

SOF3 opened this issue Dec 9, 2024 · 1 comment

Comments

@SOF3
Copy link

SOF3 commented Dec 9, 2024

Steps to reproduce:

  1. Create a new file nvim Earthfile
  2. Start typing:
VERSION 0.8

foo:
    WAIT

Upon sending T to the terminal, nvim is stuck and does not respond until sigtermed.

@rdunne2020
Copy link

If you check the memory usage I bet it'll be 100%.

I noticed this happening with IF statements. The second I hit space after typing IF it hangs and will use 100% memory until you or the OS kills it.

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

2 participants