Re: [PATCH] zsh_eval_context: add math context

dana <[email protected]> Sun, 21 Jun 2026 01:03:00 +0000
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <[email protected]>
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