[bug #68048] Display of chained assignment looks incomplete
Arun Giridhar <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
URL:
<https://savannah.gnu.org/bugs/?68048>
Summary: Display of chained assignment looks incomplete
Group: GNU Octave
Submitter: arungiridhar
Submitted: Sat 14 Feb 2026 04:21:27 PM EST
Category: None
Severity: 2 - Minor
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Unlocked
Release: dev
Operating System: Any
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Sat 14 Feb 2026 04:21:27 PM EST By: Arun Giridhar <arungiridhar>
With current behavior for chained assignment statements, only the first
variable is displayed even though all of them are set:
>> m = n = p = 6
m = 6
It would be nicer if we could display all variables in that assignment like
this:
>> m = n = p = 6
m = 6
n = 6
p = 6
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68048>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCaZDnWwAKCRCqLAuaBUf3 TmVXAQDHAb582zBYBF/lPMi4yr8UJas/YvJZNfkYqHL28srVuAD/SHuR3frNZAvU CrLJv83GwlV1EGOTipWSSzjcJneeFw0= =vt+X -----END PGP SIGNATURE-----