zsh-workers
 help / color / mirror / code / Atom feed
From: "Mark J. Reed" <markjreed@gmail.com>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: mapfile and unset: Does this actually work?
Date: Sun, 4 Feb 2024 12:57:18 -0500	[thread overview]
Message-ID: <CAA=-s3zKdbqimOPos7+WLPNazLxpnLxpi9PKxigKvYPu31JWFQ@mail.gmail.com> (raw)
In-Reply-To: <CAH+w=7aVbEkov1gbFtyfrat8obZraveWA2EAjBg6rtFm6gqxJw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1347 bytes --]

FWIW this seems to be a regression introduced in your development branch.
Using the 5.9 release, *unset 'mapfile[removable]'*  does indeed delete the
file. I tested on macOS, Windows+msys2, and Ubuntu.


On Sat, Feb 3, 2024 at 11:25 PM Bart Schaefer <schaefer@brasslantern.com>
wrote:

> If we're contemplating a release, does anyone else want to eyeball this?
>
> On Sun, Jan 21, 2024 at 6:05 PM Bart Schaefer <schaefer@brasslantern.com>
> wrote:
> >
> > Doc says:
> >
> > mapfile
> >      This associative array takes as keys the names of files; the
> >      resulting value is the content of the file.  The value is treated
> >      identically to any other text coming from a parameter.  The value
> >      may also be assigned to, in which case the file in question is
> >      written (whether or not it originally existed); or an element may
> >      be unset, which will delete the file in question.
> >
> > However:
> >
> > % touch removable
> > % zmodload zsh/mapfile
> > % : $mapfile[removable] ; unset 'mapfile[removable]'
> > % ls -l removable
> > -rw-rw-r-- 1 schaefer schaefer 0 Jan 21 17:17 removable
> >
> > I tried several variations of this and I can't get mapfile to remove
> anything.
>
> I still haven't worked out what's going on here.
>
>

-- 
Mark J. Reed <markjreed@gmail.com>

[-- Attachment #2: Type: text/html, Size: 2087 bytes --]

  reply	other threads:[~2024-02-04 17:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-22  2:05 Bart Schaefer
2024-01-22  3:25 ` Bart Schaefer
2024-02-04  4:24 ` Bart Schaefer
2024-02-04 17:57   ` Mark J. Reed [this message]
2024-02-04 18:04     ` Mark J. Reed
2024-02-04 23:13       ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAA=-s3zKdbqimOPos7+WLPNazLxpnLxpi9PKxigKvYPu31JWFQ@mail.gmail.com' \
    --to=markjreed@gmail.com \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).