Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [BUG] process substitution breaks when nested or traverses a function



On Sun, 17 Jun 2018 00:14:10 -0300
Francisco de Zuviría Allende <franciscodezuviria@xxxxxxxxx> wrote:
> This problem still happens.
> > #!/bin/zsh
> > foo() { cat <(cat "$@"); }; foo <(echo bar);
> > cat: /proc/self/fd/11: No such file or directory

This was fixed in 5.5.  There's now a test for it at the end of
D03procsubst.ztst, so failures will get picked up.

> There is still no bug tracking system for zsh, right?

No, we've never had a volunteer to look after one.  The list is the
right place to report bugs.

pws





Messages sorted by: Reverse Date, Date, Thread, Author