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

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

[Octave-bug-tracker] [bug #60781] Possible interpreter problems on MS Wi


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #60781] Possible interpreter problems on MS Windows
Date: Wed, 16 Jun 2021 22:27:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36

Follow-up Comment #5, bug #60781 (project octave):

Using both attached files (file #51568, file #51569), which are identical, I
could also not observe severe interpreter problems (MS Windows 10 Home 21H1,
Octave 6.2.0, official release):


>> DemoError1
error: parse error near line 6 of file
C:\Users\siko1056\Downloads\DemoError1.m

  syntax error

>>> function [y]=snow(x)
           ^
>> 1+1
ans = 2
>> snow(1)
error: 'snow' undefined near line 1, column 1
>> DemoError1
error: parse error near line 6 of file
C:\Users\siko1056\Downloads\DemoError1.m

  syntax error

>>> function [y]=snow(x)
           ^
>> DemoError1
error: parse error near line 6 of file
C:\Users\siko1056\Downloads\DemoError1.m

  syntax error

>>> function [y]=snow(x)
           ^
>> DemoError1
error: parse error near line 6 of file
C:\Users\siko1056\Downloads\DemoError1.m

  syntax error

>>> function [y]=snow(x)
           ^
>> DemoError2
error: parse error near line 6 of file
C:\Users\siko1056\Downloads\DemoError2.m

  syntax error

>>> function [y]=snow(x)
           ^
>> 1+1
ans = 2
>>


Does the problem occur in a "freshly started" Octave session, like in my case?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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