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

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

[Octave-bug-tracker] [bug #50732] Image package: infinite error loop whe


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #50732] Image package: infinite error loop when assigning a strel (class) object to a vector
Date: Fri, 7 Apr 2017 15:52:52 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #2, bug #50732 (project octave):

The strel class was implemented in the @class style (this was before Octave
had classdef).  In order to support dot notation, we overload subsref.  I am
thinking the problem is there, and our poor support for strel arrays.  Maybe
we need to overload subsasgn or one of the other subsX methods.

But we should probably be moving strel to classdef instead, which is meant to
handle those issues for us.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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