-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Error while working with GoLang. #6550
Comments
Could you post the log file created when this happens while running in verbose mode? ( It sounds like the language server is sending an invalid edit when the end comes before the start. Fixing that is an upstream issue. The panic will be fixed by #6512 though |
The log file doesn't have anything more than a single typo that I made while running And I am not able to re-create that error today, I don't know if it's good thing or bad thing. I remember updating dart and an unknown package that I don't know what it was. Don't know what fixed my editor. |
I am new to advanced stuff and I was try to implement bubble sort in go, wrote it so fast fluently without any mistakes and tried to saved. Didn't save before because I forgot about this crashing, it crashed 😭 EDIT : Log file is empty :( |
You need to run in verbose mode with the |
I am closing this as stale as not enough information (specifically a log file) was provided tomakw this actionable |
Summary
I was learning GoLang and writing some basic program. After writing some basic array, pointers and loop stuff, I tried to save the GoLang file. The editor crashed.
hx --health go
returns all options checked green.Files in the directory
Install Location
Helix is installed in the /bin/ directory. Which I did manually are building the binary from source.
Reproduction Steps
I tried this:
:write
I expected this to happen:
Save the GoLang file normally.
Instead, this happened:
The editor crashed, also didn't save the GoLang file.
Helix log
RUST_BACKTRACE=1
Platform
Linux (Ubuntu 22.10)
Terminal Emulator
Default Ubuntu Terminal, I guess...
Helix Version
helix 23.03 (406c5c3)
The text was updated successfully, but these errors were encountered: