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

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

[Octave-bug-tracker] [bug #43096] GUI workspace pane shows dimension 1x1


From: Rik
Subject: [Octave-bug-tracker] [bug #43096] GUI workspace pane shows dimension 1x1 for my class
Date: Fri, 06 Feb 2015 15:52:27 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)

Follow-up Comment #15, bug #43096 (project octave):

I added jwe to the CC list for this bug since he put in the original kluge in
2009.


changeset:   9704:bb413c0d0d6d
user:        John W. Eaton <address@hidden>
date:        Wed Oct 07 14:34:53 2009 -0400
summary:     whos: kluge fix to get size right for objects


It would be really nice to fix this correctly as suggested by the comment in
the code that was re-quoted in comment #11.

If that were done, then isrow, iscolumn, isvector, isscalar would
automatically just work for instances of class objects.  The change that you
mention happened because those functions have been promoted to C++ for speed
and efficiency.  The old m-file implementations used to call size() which was
effectively overloaded for class objects.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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