Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH 1/3]: Add named references



On Sun, Feb 11, 2024 at 10:14 AM Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> but I don't know if it's feasible to actually create a new variable at
> the original scope, because of the implemention as a linked list of
> scopes for each parameter -- it's not clear how to insert a variable
> into the middle of the list.

In particular inserting one at global scope is messy if there is
already another at a local scope.




Messages sorted by: Reverse Date, Date, Thread, Author