Johan Walles
Johan Walles
Linux, in Docker: ``` root@68308311032f:/goselect# go test -v ./... ? github.com/creack/goselect/example [no test files] === RUN TestReadWriteSync --- PASS: TestReadWriteSync (1.54s) === RUN TestSelect_readEmptyPipe --- PASS: TestSelect_readEmptyPipe (0.01s) === RUN...
> `TestSelect_readEmptyPipe` fails with `The pipe has bytes, should have been ready for reading` Is the test doing something wrong? Or is the Windows specific code broken? ```go func TestSelect_readEmptyPipe(t...
Having this PR open provides no value, closing. As long as goselect doesn't work on Windows these tests won't pass, and this PR can't be merged.
I've been able to reproduce this crash in a test by setting the screen width to `0`. Seems you are in `tmux`, is that right? I wonder what would make...
Inside the `tmux` session where this crash happens: 1. Does this crash happen every time or does it sometimes work? 1. What if you just view some file in `moar`...
Do you have a `.ugrep` config file? If you do, could you share it here?
Do you have a `~/.tmux.conf` or a `/etc/tmux` file? If you could upload those here as well I'd like to have a look!
Can you repro with v1.31.0? And put the crash message in this ticket? https://github.com/walles/moar/releases/tag/v1.31.0 The crash message in this release contains more information that I hope will tell me something...
More questions: 1. Which version of ITerm2 are you using? 1. If you try another terminal (not ITerm2), do you still get this crash? 1. Does `less` work if you...
> Moar doesn't support the particular syntax it uses What was the syntax of this file?