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

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

[Octave-bug-tracker] [bug #53811] cellfun does not corrrectly find an ov


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53811] cellfun does not corrrectly find an overloaded function
Date: Wed, 2 May 2018 13:40:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Update of bug #53811 (project octave):

                Category:                    None => Interpreter            
                  Status:                    None => Confirmed              
                 Release:                   4.2.2 => dev                    
                 Summary: Cellfun does not corrrectly find an overloaded
function. => cellfun does not corrrectly find an overloaded function

    _______________________________________________________

Follow-up Comment #1:

Confirmed here naturally.

This is actually closer to bug #48837 that you reported a while ago, which I
noted as a duplicate of bug #48802.

That bug was about the 'cellfun (@size, ...' syntax, this bug is about the
'cellfun ("size", ...' syntax. They are similar but failing in slightly
different ways.

Here, when cellfun gets the name of a function as a string, it does not allow
for that function to be an overloaded method of an object in the cell array.

This bug applies to both classdef classes and old-style classes when used with
cellfun.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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