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

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

[Octave-bug-tracker] [bug #56266] octave shows script text from line 1 w


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #56266] octave shows script text from line 1 when reporting parse errors
Date: Sun, 5 May 2019 13:35:50 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36

Update of bug #56266 (project octave):

                  Status:                    None => Confirmed              
                 Summary: octave shows error incorrectly => octave shows
script text from line 1 when reporting parse errors

    _______________________________________________________

Follow-up Comment #3:

It looks like Octave is always showing the text content from line 1 of the
script file when it encounters a parse error. Another simple example:


x = 1;
y = 2;
z = 3;
()



>> zzz
parse error near line 4 of file /tmp/zzz.m

  syntax error

>>> x = 1;
     ^



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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