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

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

[Octave-bug-tracker] [bug #50756] display of objects in cell array is su


From: Rik
Subject: [Octave-bug-tracker] [bug #50756] display of objects in cell array is suppressed
Date: Sat, 8 Apr 2017 12:39:23 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

My attempt was a quick hack, not to be taken too seriously.

For example, with patch applied


x = {1;2;3}
x =
{
   1
   2
   3
}


But that is a regression from what we have today


x = {1;2;3}
x =
{
  [1,1] =  1
  [2,1] =  2
  [3,1] =  3
}


Octave probably still needs to call os.print_with_name, but maybe needs to
call display() to fill the temporary buffer buf.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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