Open aikow opened 2 years ago
After the first completion cat
, how to reproduce this error? Tried use zoo.nu *
but did not panick
you have to separate the second command with the semicolon, typing it all on one line.
> use zoo.nu *; zoo <tab>
triggering a completion in the second part after zoo
.
Describe the bug
I'm currently working on a module, and in order to test it more quickly, I combined the command to load the module, and run a function from it into a single line. Now, triggering tab completion for that line, causes
nu
to panic and crash completelyHow to reproduce
zoo.nu
Expected behavior
Mostly just not crash, and somehow recover. I'll freely admit that this is a relatively weird edge use case :joy:.
Screenshots
No response
Configuration
Additional context
No response