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

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

[Octave-bug-tracker] [bug #50640] display function not passing arguments


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50640] display function not passing arguments to overloaded version of function
Date: Wed, 29 Mar 2017 12:34:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #19, bug #50640 (project octave):

Ernst:

The reason for the difference in Octave currently is that without an
assignment to a variable, it is calling the display method with just one
argument.  But if you assign to a variable, it is calling the display method
with two arguments and your display method throws an error in that case.

I see now that Matlab is doing something different so that display methods
that expect only a single argument will work.  I'll see if I can fix that so
it is compatible. 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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