https://bugs.kde.org/show_bug.cgi?id=514151
Friedrich W. H. Kossebau <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |0.26.25 Fixed/Implemented| | In| | Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/util | |ities/okteta/-/commit/f2ac3 | |b64fd3c48db6b91f861f0e0698c | |dc470960 Status|ASSIGNED |RESOLVED --- Comment #8 from Friedrich W. H. Kossebau <[email protected]> --- Git commit f2ac3b64fd3c48db6b91f861f0e0698cdc470960 by Friedrich W. H. Kossebau. Committed on 13/01/2026 at 20:04. Pushed by kossebau into branch '0.26'. ArrayDataInformation: use correct offsets after too large primitive arrays While not being able to show all items of arrays whose size is larger than what is supported, for arrays of primitive types the offsets of elements after the array can be still calculated correctly. FIXED-IN: 0.26.25 M +19 -18 kasten/controllers/view/structures/datatypes/array/abstractarraydata.cpp M +3 -2 kasten/controllers/view/structures/datatypes/array/abstractarraydata.hpp M +29 -20 kasten/controllers/view/structures/datatypes/array/arraydatainformation.cpp M +27 -18 kasten/controllers/view/structures/datatypes/array/complexarraydata.cpp M +4 -2 kasten/controllers/view/structures/datatypes/array/complexarraydata.hpp M +19 -14 kasten/controllers/view/structures/datatypes/array/primitivearraydata.cpp M +18 -8 kasten/controllers/view/structures/datatypes/array/primitivearraydata.hpp https://invent.kde.org/utilities/okteta/-/commit/f2ac3b64fd3c48db6b91f861f0e0698cdc470960 -- You are receiving this mail because: You are watching all bug changes.
