|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #54600] edit mfile with an error crashes octave |
| Date: | Fri, 21 Sep 2018 03:41:41 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0 |
Follow-up Comment #9, bug #54600 (project octave):
In Matlab, "which" on a function that isn't executable doesn't throw an error:
>> type test_wrong
function 5 = test()
end
>> test_wrong
Error: File: test_wrong.m Line: 1 Column: 10
Unexpected MATLAB expression.
>> which test_wrong
D:\temp\test_wrong.m
>>
So maybe "F__which__" should be changed as Pantxo suggested.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?54600>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |