bugGNU Octave - Bugs: bug #62435, Variables editor fails to display...

 
 

bug #62435: Variables editor fails to display lazy index vector variable

Submitter:  PIERRE LABRECHE <pierre5018>
Submitted:  Tue 10 May 2022 08:13:46 PM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Duplicate Assigned to:  None
Originator Name:  PIERRE LABRECHE Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 08 Sep 2022 05:36:41 PM UTC, comment #4: 

Closing as a duplicate of bug #56690.

Philip Nienhuis <philipnienhuis>
Group Member
Sun 31 Jul 2022 11:39:19 AM UTC, comment #3: 

I'm not too familiar with that part of the code. But I believe lazy indices are needed to correctly implement some features.
Does the test suite still pass with the change you propose?

It might be better to fix this in the variable editor implementation. Maybe a specific model for idx_vector or a change in the `numeric_model` in `libgui/src/variable-editor-model.cc`?

Markus Mützel <mmuetzel>
Group administrator
Sat 30 Jul 2022 10:27:10 PM UTC, comment #2: 
ptoshkov
Tue 10 May 2022 08:21:04 PM UTC, comment #1: 

Confirm on linux (Fedora 35) hg id ed06f74e16cf (stable).

Dmitri.
--

Dmitri A. Sergatskov <dasergatskov>
Tue 10 May 2022 08:13:46 PM UTC, original submission:  

Consider the following interpreter session :

>> y=[0 1 1 0]
y =

   0   1   1   0

>> x=find(y)
x =

   2   3


The variables editor fails to display variable "x", and displays instead the following:

#VAL        #VAL


PIERRE LABRECHE <pierre5018>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #53490:  bug62435.diff added by ptoshkov (931B - application/octet-stream)

 

Depends on the following items: None found

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Posted a comment)
  • -email is unavailable- added by ptoshkov (Updated the item)
  • -email is unavailable- added by dasergatskov (Posted a comment)
  • -email is unavailable- added by pierre5018 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 10 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-09-08 philipnienhuis StatusConfirmed Duplicate
        Open/ClosedOpen Closed
    2022-09-08 mmuetzel Dependencies- bugs #63025 is dependent
    2022-07-31 mmuetzel CategoryInterpreter GUI
        Item GroupNone Incorrect Result
        StatusNone Confirmed
        Release7.1.0 dev
        Operating SystemMicrosoft Windows Any
        SummaryVariables editor fails to display variable Variables editor fails to display lazy index vector variable
    2022-07-30 ptoshkov Attached File- Added bug62435.diff, #53490

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code