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

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

[Octave-bug-tracker] [bug #66577] Variable Editor sometimes displays dou


From: Rik
Subject: [Octave-bug-tracker] [bug #66577] Variable Editor sometimes displays doubles (indices) as '#VAR'
Date: Sat, 28 Dec 2024 17:50:30 -0500 (EST)

Update of bug #66577 (group octave):

                  Status:               Need Info => Confirmed
           Fixed Release: 10.1.0 (current default) => None

    _______________________________________________________

Follow-up Comment #2:

Confirmed.

Using the first code sequence I can reproduce this bug.

It seems that the GUI loses track of the class of the variable "test".  Even
though the Variable Editor says it is of type "double", the code doesn't
apparently know that.  I was able to fix the display by using


test = double (test);


The interpreter knows that the test variable is of type "double" which I
verified with "class (test)".  So there is something strange with
synchronization of the data type between the interpreter and the Variable
Editor.


    _______________________________________________________

Reply to this item at:

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

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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