bugGNU Octave - Bugs: bug #57363, gui: (script file) stack trace...

 
 

bug #57363: gui: (script file) stack trace link to edit function with a different name than the file doesn't work

Submitter:  None
Submitted:  Thu 05 Dec 2019 06:51:48 AM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Open Release:  * 5.1.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 05 Dec 2019 06:53:36 AM UTC, comment #1: 

Is this other bug related?
"gui: (function file) stack trace link to edit function doesn't work"
https://savannah.gnu.org/bugs/?57362

Anonymous
Thu 05 Dec 2019 06:51:48 AM UTC, original submission:  

Have a file /path/to/with this content:


1;

function f nonexistent(0) endfunction
function g f() endfunction
g()


Open the GUI


>> run("/dati/inc.octave/bug_reproducer_2.m");
'nonexistent' undefined near line 3 column 12
error: called from
    f at line 3 column 12
    g at line 4 column 12
    bug_reproducer_2 at line 5 column 1
    run at line 71 column 7


Click on "f at line 3": an error message box pops up "f is a built-in, compiled or inline function and can not be edited."
Click on "bug_reproducer_2 at line 5": opens the file.
Click "run at line 71": opens run.m from the system install.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

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.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code