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

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

[Octave-bug-tracker] [bug #65214] Evaluation of properties referencing o


From: Rik
Subject: [Octave-bug-tracker] [bug #65214] Evaluation of properties referencing other properties fails
Date: Fri, 26 Jan 2024 11:57:56 -0500 (EST)

Update of bug#65214 (group octave):

                  Status:                    None => Duplicate              
             Assigned to:                    None => jwe                    
              Depends on:                         => bugs #52582            

    _______________________________________________________

Follow-up Comment #4:

Added dependency on bug #52582 of which this bug report is essentially a
duplicate.  However, no problem to solve it here and then close both of them.

Attached is code from previous bug report.


# Constant property which is dervied from an expression, rather than a
# fixed value, doesn't parse and emits error.
classdef cdef_const_crash
  properties( Constant = true )
    FOO = 2;
    BAR = 4;
    FOOBAR = cdef_const_crash.FOO * cdef_const_crash.BAR;
  end
end


Run


c = cdef_const_crash
error: no such file,
'/home/rik/wip/Projects_Mine/octave-dev/cdef_const_crash.m'
error: called from
    <unknown>



(file #55616)

    _______________________________________________________

Additional Item Attachment:

File name: cdef_const_crash.m             Size:0 KB
    <https://file.savannah.gnu.org/file/cdef_const_crash.m?file_id=55616>


    AGPL NOTICE

These attachments are served by Savane. You can download the corresponding
source code of Savane at
https://git.savannah.nongnu.org/cgit/administration/savane.git/snapshot/savane-bd5dc6a791eeb858c14bff2c54b74c7dcaee57e4.tar.gz


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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