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

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

[Octave-bug-tracker] [bug #53054] Variable Editor: crash when trying to


From: Rik
Subject: [Octave-bug-tracker] [bug #53054] Variable Editor: crash when trying to edit specific empty struct cells
Date: Wed, 7 Feb 2018 11:41:59 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #12, bug #53054 (project octave):

Additional small weirdness, I get an error when a tab is open on a cell array,
and then the underlying data type is changed.


x = cell (3,1)
openvar x
# Edit x{1,1} to change value to 2
# Leave this tab open in V.E. and return to the command window
x = [1; 1.23]
>> error: matrix cannot be indexed with {


The V.E. does change the text to "variable 'x{1,1}' is invalid or undefined",
but somewhere this error is leaking out rather than getting caught by a
try/catch block.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53054>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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