You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when trying to use Helix, and creating a zig file (main.zig) using the autocomplete crashes the whole program. I can reproduce the crash consistently if you have any questions please let me know.
Reproduction Steps
I tried this:
hx main.zig (doesn't exist yet)
autocomplete the first suggestion of zsl (std that expand into -> const std = @import("std");`
C-x for bringing autcomplete pop up on the next line
select first suggestions
I expected this to happen:
to give the the autocomplete and carry on working.
I can confirm that I can't reproduce this issue after building from source helix. So #11266 must have fixed the problem. I'm closing this issue right now.
Summary
So when trying to use Helix, and creating a zig file (main.zig) using the autocomplete crashes the whole program. I can reproduce the crash consistently if you have any questions please let me know.
Reproduction Steps
I tried this:
hx main.zig
(doesn't exist yet)const std = @import("std"
);`C-x
for bringing autcomplete pop up on the next lineselect first suggestions
I expected this to happen:
to give the the autocomplete and carry on working.
Instead, this happened:
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
ghostty
Installation Method
dnf package manager on fedora
Helix Version
helix 24.7 (079f544)
The text was updated successfully, but these errors were encountered: