[PD-dev] [ pure-data-Patches-2876984 ] [bugfix?] recursive call of objectmaker's "new_anything"

SourceForge.net noreply at sourceforge.net
Mon Oct 12 12:19:24 CEST 2009


Patches item #2876984, was opened at 2009-10-12 12:19
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2876984&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix?] recursive call of objectmaker's "new_anything"

Initial Comment:
for whatever reason, pd_objectmaker's anything-method "new_anything" is protected against recursive calls with a "tryingalready" variable.

this effectively prevents sys_loaders to be able to load abstractions.
the attached patch removes this protection.

i haven't found any problems with this simplified version yet (tested with normal abstractions, nested abstractions; abstractions containing themselves), but probably i missed it.

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

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




More information about the Pd-dev mailing list