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

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

[Octave-bug-tracker] [bug #64389] [Octave Packages](parallel) class prop


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #64389] [Octave Packages](parallel) class property not inherited
Date: Fri, 8 Sep 2023 06:07:16 -0400 (EDT)

Follow-up Comment #1, bug #64389 (project octave):

AFAICS this has nothing to do with classes. 'foo(p, 1)' returns an error
because boo() is defined as a local function in foo.m and so can't be accessed
from outside foo(); 'foo(p, 0)' uses arrayfun, calling boo() from inside
foo(), while 'foo(p, 1)' uses pararrayfun(), which causes a separate worker
process to call boo(), i.e. from outside foo(). This is a known limitation of
the 'new' implementation of parcellfun/pararrayfun.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64389>

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




reply via email to

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