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

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

[Octave-bug-tracker] [bug #62802] "methods classdef" shows some methods


From: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #62802] "methods classdef" shows some methods twice
Date: Sat, 30 Jul 2022 13:08:02 -0400 (EDT)

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

I tried commenting out as:

   // The following will also find methods for legacy @CLASS objects.
-  load_path& lp = interp.get_load_path ();
+  //load_path& lp = interp.get_load_path ();
 
-  sv.append (lp.methods (class_name));
+  //sv.append (lp.methods (class_name));

This does fix the duplicated methods on my MWE, but predictably it breaks
old-style ("legacy" here) `@class`.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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