[PD-dev] [ pure-data-Bugs-1528731 ] hex loader doesn't work with namespace prefixes

SourceForge.net noreply at sourceforge.net
Wed Jul 26 03:18:33 CEST 2006


Bugs item #1528731, was opened at 2006-07-25 21:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1528731&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.39.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Nobody/Anonymous (nobody)
Summary: hex loader doesn't work with namespace prefixes

Initial Comment:

When using a hex loader name like 0x3c0x7e.pd for [<~],
you can't use namespace prefixes since the / is only
interpreted as a hex value 0x2f.  

For example, [zexy/<~] tries to load only
zexy0x2f0x3c0x7e.pd, and therefore fails.

An additional search path should be added after this
one where the / is used literally without being
translated into a hex code, then it would look for
zexy/0x3c0x7e.pd

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

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




More information about the Pd-dev mailing list