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

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

[Octave-bug-tracker] [bug #47241] classdef: assigning property of handle


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #47241] classdef: assigning property of handle object in object array constructs new object
Date: Wed, 29 Mar 2017 14:32:51 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0

Update of bug #47241 (project octave):

              Depends on:                         => bugs #46660            

    _______________________________________________________

Follow-up Comment #1:

I can confirm. I see the following after your test:

>> b(:).x
ans = [](0x0)
ans =  1
ans = [](0x0)
ans = [](0x0)
>> b(:).y
ans = [](0x0)
ans =  2
ans = [](0x0)
ans = [](0x0)


So indexing is off by one.
Might be related to bug #46660 which seems to also have a patch for this.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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