Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: RFC PATCH: Sketch at :@ subscripting
- X-seq: zsh-workers 48394
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx, Lawrence Velázquez <vq@xxxxxxxxx>
- Subject: Re: RFC PATCH: Sketch at :@ subscripting
- Date: Sun, 4 Apr 2021 17:30:05 +0000
- Archived-at: <https://zsh.org/zsh-workers/48394>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-04/20210404173005.GF28573%40tarpaulin.shahaf.local2>
- In-reply-to: <a18478fe-6118-42c4-948d-3bd99db2875d@www.fastmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <20201218131815.25999-1-mikachu@gmail.com> <20201219091314.dxslsscyiqffa3il@chazelas.org> <CAH+w=7aRG1dfB5yAQ6yKV-GeHY7R_zWveHMU4+8QWNU9qSYkFA@mail.gmail.com> <a18478fe-6118-42c4-948d-3bd99db2875d@www.fastmail.com>
Lawrence Velázquez wrote on Sat, Apr 03, 2021 at 15:48:03 -0400:
> On Sat, Mar 27, 2021, at 4:27 PM, Bart Schaefer wrote:
> > On Sat, Dec 19, 2020 at 1:13 AM Stephane Chazelas <stephane@xxxxxxxxxxxx> wrote:
> > > $ echo ${a[$i]}
> > > a
> >
> > This one is confusing and a bug ... it should be the same as
> > ${a[$[$i]]} but instead it's ${a[,3]}. I haven't tracked down exactly
> > what's skipping everything up to but not including the first comma (it
> > is not, for example, just dropping one character).
>
> bump
Could someone add that as an XFail test (one with the 'F' flag)?
Test/list-XFails complements Etc/BUGS as a list of known defects.
And thanks for catching everything you did, Lawrence!
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author