Johannes Altmanninger

Results 759 comments of Johannes Altmanninger

FWIW you can run only this test with `make -Cbuild test_complete.py`. I wonder if that makes it work (i.e. running only this test, without any other concurrent tests). Our github...

@kerty0 let's use this issue to track [fixing the flaky system tests](https://github.com/fish-shell/fish-shell/issues/12018#issuecomment-3487222538) (since https://github.com/fish-shell/fish-shell/issues/11036 is closed). If I get back to working on it, I'll let you know. Obviously if...

BTW @Nahor, once we get rid of the sleeps in system tests (`tests/`), it should be much easier to enable system tests on Cygwin CI, so probably not worth adding...

we could add a special command `fish-render-to-file $file` to render fish's whole screen to the given file (instead of the TTY). That should work for all pexpect tests, but only...

> In my fork, I changed it to be `set prompt_var ""`. Given that it works on non-asan, it's extremely unlikely that it's anything but slowness from asan making the...

> This looks old, anyone know if it's still a problem? escaping works touch a,b c,d fish -c 'file {a\,b,c\,d}' a,b: empty c,d: empty but autocompletion still needs a small...

> I am open to fixing the issue in this PR, though I would need a > day or two to catch the time to look at why that would...

> To my understand it remains to determine if: > 1. the error message should state "command filename" vs "command name" Below I added a test for the case where...

Technically we could also make it a nop command, such as "status meta-attribute format off" and "status meta-attribute format on" which would make it very obvious how to look up...

> This is *not* a test of `fish_indent` though, it's a test of `fish` > itself: that it can execute badly formated code. So I didn't think > it belonged...