Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Fix assigning/typesetting of unset references (and related bugs)
- X-seq: zsh-workers 54237
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Philippe Altherr <philippe.altherr@xxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] Fix assigning/typesetting of unset references (and related bugs)
- Date: Sun, 22 Mar 2026 17:19:05 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=tQaxqV07OUTMlHPlZcpPrX4UOdM7/GPnpifR5a7LRuI=; fh=RngAOd9wlRc8Glv1v2GOfDUnq2FsyrczungEY8JNfXY=; b=CkYfWG/tvQCj/CerzWsDrqcPUAUn7U2GN8KBlzEzdC1ffSlfq2/dMcx6D/vzc+DXej VhaIefYBViBI5BE38ZmFyhrl5oSJvjmJaSt/G7K2fN81ME+jDxq3qSf6Y0AP77TVJxlc 46AiowZaQkHQwZQa3MdYm+RFpWjP3ljAsXfu8iYlLpMW2qlz8cXHoNdpEM9ktRN2Hhlt XWCnUzUWheXWEit0zJRBPd5xYBH45FgsLU0P4it2yWUY4hnOC628SpQT1PsEd/XHLcEK /IieynnkESBVr/0Wr1DhEtbw3Jm4WYAZ3GlOrNci4LUj4mvPwS6MrRTMRDyPqgp82M8d oJSw==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1774225157; cv=none; d=google.com; s=arc-20240605; b=athJOB54X9fWqr0MNdKwuM385dbmr9LCVa4SF/6JomNk4mZsdIK2AkkOhzn51SeZIt PO5LJvYNAOGNMDmNNlgA0yhay0yJ+O5/EqwRPm0ov7qHQoG9mBr5U2eOXyrsslQkGxBC kQXZ1JwITy35EHj2DbBtG6TCTjTxKYxvvDRF95NU3pqYJRJoZ9ndgdLHgC/WdcC0Rwhi RYpbn9ClCj9dnMZgfNSUDakFZ9rZ3QUsx5ClO4++waOjYIKXn3tzxfMQ2gIUun16mu0S pz7RoZZttpfLvAPvsLH/ezusRWYqsmWYJEuAFi0IS18TQDe8kN23Jyhgtv+L+IuzhgQ4 E8gg==
- Archived-at: <https://zsh.org/workers/54237>
- In-reply-to: <CAGdYchtYnyn-rrgD7mRhDg7qiwOp0GEgNy+R4ft39Kwf1RYYYA@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAGdYchtYnyn-rrgD7mRhDg7qiwOp0GEgNy+R4ft39Kwf1RYYYA@mail.gmail.com>
On Sun, Mar 22, 2026 at 4:41 PM Philippe Altherr
<philippe.altherr@xxxxxxxxx> wrote:
>
> Assigning an unset local reference R, wrongly resurrects the parameter R as a new reference instead of resurrecting it as a new string parameter R:
I suppose I have no problem with this, but it does contradict behavior
mentioned in workers/54224.
> + # The only purpose of this test is to define the helper functions
> + # needed by the tests below about assigning and typesetting named
> + # references in different contexts.
Is there a reason these shouldn't go in the %prep section?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author