[PD-dev] [ pure-data-Patches-1990599 ] allow recursive calls of new_anything()

SourceForge.net noreply at sourceforge.net
Wed Jun 11 10:36:50 CEST 2008


Patches item #1990599, was opened at 2008-06-11 10:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1990599&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: allow recursive calls of new_anything()

Initial Comment:
currently there is a protection mechanism against recursively calling "new_anything()".

unfortunately this mechanism is the main obstacle that prevents abstractions to be loaded via a "loader" mechanism (and instead requires special case handling)

the attached patch will allow some recursive calling of  new_anything() (but still has a protection against stack overflow, at a depth of MAXOBJDEPTH=1000)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1990599&group_id=55736




More information about the Pd-dev mailing list