[PD-dev] [ pure-data-Bugs-1576865 ] namespace prefixes broken

SourceForge.net noreply at sourceforge.net
Fri Oct 13 23:17:08 CEST 2006


Bugs item #1576865, was opened at 2006-10-13 17:16
Message generated for change (Settings changed) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1576865&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: v0.40.1
Status: Open
Resolution: None
>Priority: 9
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: namespace prefixes broken

Initial Comment:
It is no longer possible to use [prefix/classname]
syntax, which is essential to the namespaces because it
is the only way that two classes with the same root
classname could be used in the same patch, i.e. like
this, where each object is a different class:

[prepend]
[cxc/prepend]
[cyclone/prepend]

This is because with the new sys_onloadlist()
functionality that checks to see whether a class has
already been loaded.  It only uses the direct
classname, not the prefix also.

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

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




More information about the Pd-dev mailing list