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

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

[Octave-bug-tracker] [bug #39257] handles to nested functions are not ye


From: Guillaume
Subject: [Octave-bug-tracker] [bug #39257] handles to nested functions are not yet supported
Date: Tue, 5 Mar 2019 04:02:22 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #31, bug #39257 (project octave):

It happens if you happen to have a class in your path that also defines an
isempty method.


%%%% @cls/cls.m
function obj = cls
obj = class(struct([]),'cls');



%%%% @cls/isempty.m
function tf = isempty(this)
tf = true;




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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