octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53858] Octave crashes when expanding an array


From: Torsten
Subject: [Octave-bug-tracker] [bug #53858] Octave crashes when expanding an array of a sub-structure viewed by Variable Editor
Date: Sun, 6 Jan 2019 15:48:49 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

Follow-up Comment #5, bug #53858 (project octave):

While testing I have found another issue (although no crash).


clear a;
a.b.c = 'string'
a.b.e = 4
a.b.h = [1,2,3]
a.b(2).e = 5
openvar a
# double click the "a.b" cell for opening the b struct


In the new panel, the field h is missing, only columns for c and e are shown.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?53858>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]