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

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

[Octave-bug-tracker] [bug #42620] exist() does not use "class" argument


From: Rik
Subject: [Octave-bug-tracker] [bug #42620] exist() does not use "class" argument
Date: Fri, 19 Nov 2021 21:22:57 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36

Follow-up Comment #4, bug #42620 (project octave):

Octave should return 8 for classdef m-files to be compatible with Matlab.  The
function to edit is symbol_exist in variables.cc.  There are two locations
where "return 2;" is used.  For these two cases Octave needs to further
distinguish between an ordinary file and a classdef file.  Probably that means
querying the symbol table as is done in which(). 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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