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

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

[Octave-bug-tracker] [bug #58323] '...' continuation marker causes parse


From: Torsten Lilge
Subject: [Octave-bug-tracker] [bug #58323] '...' continuation marker causes parse error when executed with "run selection" in GUI editor
Date: Sun, 10 May 2020 07:46:50 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Safari/537.36

Follow-up Comment #21, bug #58323 (project octave):

In cases like the first one, nothing would happen, because sourcing the temp.
file would lead to a syntax error. In a case like


a = sum(ones(3,1)
); b=p;


with p undefined, the second line throwing the error is included in the
history. 

In the second case, showing the commands entered at the debug prompt after the
commands issued by F9 in the history would also result in a wrong order
between parts of the F9-commands and commands from the debug prompt. Or do you
mean that the F9-commands are all sent to the interpreter at first and should
therefore all be first in the history?
 
  

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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