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

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

[Octave-bug-tracker] [bug #52582] Dependent constant properties cause a


From: Travis Arnold
Subject: [Octave-bug-tracker] [bug #52582] Dependent constant properties cause a crash
Date: Mon, 26 Nov 2018 22:19:10 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36

Follow-up Comment #8, bug #52582 (project octave):

An update on this issue (I'm running Octave 4.4.1 on Xubuntu):

Using the given Crash classdef example from this thread:


classdef Crash < handle 
properties (Constant) 
c1 = 1; 
c2 = Crash.c1 + 1; 
end 
end


When I run


Crash.c1


or


Crash.c2


from the Octave interpreter, for me Octave does not crash (as Daiman said he
observed). Instead I get the following error message:


error: no such file, '/home/teerav42/Documents/junk/Crash.m'


I guess it's good that it doesn't crash any more, but a fix would be nice. As
Philip mentioned, the above works just fine in Matlab.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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