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

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

[Octave-bug-tracker] [bug #54801] Errors in subfunctions do not create a


From: Lars Kindermann
Subject: [Octave-bug-tracker] [bug #54801] Errors in subfunctions do not create a valid link to the source code in the command window
Date: Sun, 3 Mar 2019 04:41:23 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0

Follow-up Comment #10, bug #54801 (project octave):

Bug is still present. 
While the fix solved it for a *function* foobar.m:


function foobar
 disp "click the error messages below:"
 function foo
  xyz 
 end
 foo
end


it still fails for a *script* foobar.m:


#function foobar
 disp "click the error messages below:"
 function foo
  xyz 
 end
 foo
#end


with a message box stating


foo is a built-in, compiled or inline
function and can not be edited.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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