Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "break" and functions
- X-seq: zsh-workers 52847
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: "break" and functions
- Date: Fri, 29 Mar 2024 09:28:59 -0700
- Archived-at: <https://zsh.org/workers/52847>
- In-reply-to: <CAHYJk3QZmz0v1Vc3PxfAOGz=Tj-2MFQAO4Hj969kO1QXXpq6Pw@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7bb9BKUCvqCb=A-Qw36+HVn-NszP2DfQeXsYmKs-HVWFg@mail.gmail.com> <CAHYJk3QZmz0v1Vc3PxfAOGz=Tj-2MFQAO4Hj969kO1QXXpq6Pw@mail.gmail.com>
On Fri, Mar 29, 2024 at 2:30 AM Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>
> On Fri, Mar 29, 2024 at 2:55 AM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> >
> > That is, breaking the loop skips the function call but does not skip
> > the builtin.
>
> 51608
Hmm, sort of, but I meant specifically the difference in behavior
between builtin and function, and 51608 is a fix whereas this behavior
remains.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author