Re: Patches not applied and no longer needed?

Philippe Altherr <[email protected]> Wed, 10 Jun 2026 01:45:28 +0200
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <CAGdYchu71rqcSZJOs7fQnALf2GP0LFYzQb95G9S2u+z-0PnTGQ@mail.gmail.com>
Thanks for all the commits!


> 53656 (variable hopping)
> 53666 (empty string nameref)
>

The two issues are still relevant but the patches are indeed obsolete.


> 53740 (simplify setscope -- replaced by 54063)
> 53688,53782 (prereqs for 53740)
> 53739 (typeset -- replaced by 53790)
>

These are obsolete.

Here are my last remaining patches that are still pending:

- Fix nameref issues in builtin "unset"
<https://github.com/zsh-users/zsh/compare/master...paltherr:zsh:fix-unset>
 - workers/54722 <http://zsh.org/workers/54722>
  - Implement references to positional parameters
<https://github.com/paltherr/zsh/compare/paltherr:fix-unset...paltherr:zsh:fix-argn-refs>
 - workers/54727 <http://zsh.org/workers/54727>
- Adapt gdbm code to named references
<https://github.com/paltherr/zsh/compare/adapt-gdbm-to-namerefs-start...paltherr:zsh:adapt-gdbm-to-namerefs>
 - workers/54731 <http://zsh.org/workers/54731>

Philippe