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

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

[Octave-bug-tracker] [bug #50035] OO @class/display.m: something is wron


From: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #50035] OO @class/display.m: something is wrongly caching inputname
Date: Thu, 12 Jan 2017 18:41:13 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #6, bug #50035 (project octave):

I've bisected it to jwe's display rework (as you suggested)


changeset:   22906:9baa19102908
user:        John W. Eaton <address@hidden>
date:        Fri Dec 16 00:10:27 2016 -0500
summary:     refactor display and disp functions (bug #49794)


Before this commit, we have:


octave:1> x = me(2)
input name is x
octave:2> y = me(3)
input name is y
octave:3> me(4)
input name is ans
octave:4> x
input name is x
octave:5> me(4)
input name is ans


And after that commit, it is as I describe below.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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