Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] zsh_eval_context: add math context
On Thu 18 Jun 2026, at 14:47, Jun T wrote:
> [1] On FreeBSD and Dragonfly, D04parameter.ztst hangs at
> : >( contextfn )
sorry about that. i suppose it's similar to `: $( cat )` so it makes
sense? not sure why it's different on freebsd specifically though
On Thu 18 Jun 2026, at 14:47, Jun T wrote:
> - : >( contextfn )
> + () { echo > $1 } >( contextfn )
wouldn't `: > >( contextfn )` be sufficient? it doesn't matter much
either way but i can imagine someone looking at it again in the future
wondering if the anon function is significant to the test case
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author