[PD-dev] [ pure-data-Patches-3189135 ] glob_evalfile returns reference *

SourceForge.net noreply at sourceforge.net
Thu Feb 24 06:05:37 CET 2011


Patches item #3189135, was opened at 2011-02-22 06:17
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3189135&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rich E (reakin)
Assigned to: Nobody/Anonymous (nobody)
Summary: glob_evalfile returns reference *

Initial Comment:
glob_evalfile returns a reference to the patch that it opens, which is useful when opening/closing patches with a system other than the messaging (pd open ....) system.  We are already using this system in libpd to open and close patches by reference instead of file name, and this also allows us to know more about the patch at instantiation (ex. dollar args).  

As the method glob_evalfile currently returns void, it has no backwards incompatibility issues.  

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

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-02-24 00:05

Message:
Sounds like a reasonable patch, but the diff itself is fully of whitespace
changes, so its quite hard to read.  A patch should only have relevant
changes in it.

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

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



More information about the Pd-dev mailing list