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

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

[Octave-bug-tracker] [bug #54028] copy of non-handle class instance is n


From: Rik
Subject: [Octave-bug-tracker] [bug #54028] copy of non-handle class instance is not deep
Date: Fri, 29 Jun 2018 15:24:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #54028 (project octave):

                Severity:              3 - Normal => 4 - Important          
              Item Group:    Matlab Compatibility => Regression             
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

I can't get it to work in 4.0.3


octave-4.0.3 -f
use_b
ver = 4.0.3
error: subsasgn: invalid indexing for object array assignment
error: called from
    use_b at line 8 column 23
error: assignment failed, or no method for 'object = scalar'
error: called from
    use_b at line 8 column 23
error: assignment failed, or no method for 'object = scalar'
error: called from
    use_b at line 8 column 23


However, on 4.2.0 - 4.2.2 it works


use_b
ver = 4.2.0
ans =  1


And on 4.4.0 it produces the wrong answer


use_b
ver = 4.4.0
ans =  2




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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