Open amitkot opened 2 years ago
This looks like a known issue - https://github.com/anki-code/xontrib-pipeliner#ppl-on-macos-multicore-pipelining-freezes-on-end
You can use pl
instead of ppl
on mac.
Sadly these do not work as well:
> echo 1 | pl 'line'
> echo 1 | pl 'line' | cat
@anki-code Is there a "debug" flag I can run with to see why it freezes?
@anki-code I really like this idea, but this does not work for me. Any idea how to make it work?
May be this is also related to $XONSH_CAPTURE_ALWAYS
.
Try to set $XONSH_CAPTURE_ALWAYS = True
before usage.
@amitkot pl
is a callable alias:
So as a good start you can just debug this function on mac.
Trying pipeliner on a Mac and the command never returns.
This does not return:
Neither does this: