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

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

[Octave-bug-tracker] [bug #57363] gui: (script file) stack trace link to


From: anonymous
Subject: [Octave-bug-tracker] [bug #57363] gui: (script file) stack trace link to edit function with a different name than the file doesn't work
Date: Thu, 5 Dec 2019 01:51:50 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

URL:
  <https://savannah.gnu.org/bugs/?57363>

                 Summary: gui: (script file) stack trace link to edit function
with a different name than the file doesn't work
                 Project: GNU Octave
            Submitted by: None
            Submitted on: 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: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

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.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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