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

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

[Octave-bug-tracker] [bug #44764] exist() does not recognize Java object


From: Rik
Subject: [Octave-bug-tracker] [bug #44764] exist() does not recognize Java objects
Date: Wed, 08 Apr 2015 15:20:26 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Update of bug #44764 (project octave):

                  Status:               Confirmed => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #5:

Okay, I'm not surprised.  Did you see my comment in the cset?


+  // FIXME: Is a variable containing a java object an object?
+  //        Or should this be is_constant like a matrix?
+  bool is_object (void) const { return true; }


I changed to using is_constant instead and 'make check' passes for me.  See
new cset (http://hg.savannah.gnu.org/hgweb/octave/rev/d7b1999f0554).



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44764>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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