[bug #68293] end keyword no longer working for large sparse arrays
Rik <[email protected]> Tue, 28 Apr 2026 11:38:36 -0400 (EDT)
| 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/?68293>
Summary: end keyword no longer working for large sparse
arrays
Group: GNU Octave
Submitter: rik5
Submitted: Tue 28 Apr 2026 05:38:32 PM CEST
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Regression
Status: Confirmed
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Unlocked
Release: dev
Operating System: Any
Fixed Release: None
Planned Release: 12.1.0 (current default)
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Tue 28 Apr 2026 05:38:32 PM CEST By: Rik <rik5>
This minimal example works in 11.1.0, but fails on the development branch.
x = sparse (1e9, 1e9);
x(end) = 2;
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68293>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCafDUfAAKCRCqLAuaBUf3 Tu+XAQCX2L6BI5scu3ngIkvLbfVde2FRIePRIre+wk5M9lXlvAEAuTMep09/5mfa guvfhhCMcqT6HoD24LDWn6qWDolYZAk= =K1cr -----END PGP SIGNATURE-----