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

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

[Octave-bug-tracker] [bug #38261] fdisp not called for objects stored in


From: Rik
Subject: [Octave-bug-tracker] [bug #38261] fdisp not called for objects stored in structs or cell arrays
Date: Fri, 08 Feb 2013 18:26:32 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0

Follow-up Comment #1, bug #38261 (project octave):

I just verified that direct overloads of disp() or fdisp() are called by the
interpreter so that part seems to be working correctly.

It seems the issue is really in the C++ code that has to loop over a data
structure and display each element.  That routine, which I haven't looked for
in the code yet, must just be calling the ordinary print on each element in
the data structure.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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