[PD-dev] [ pure-data-Patches-3414249 ] on 0.43 use logpost() to post version message

SourceForge.net noreply at sourceforge.net
Wed Sep 28 21:23:41 CEST 2011


Patches item #3414249, was opened at 2011-09-26 20:10
Message generated for change (Comment added) made by mrpeach
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3414249&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: externals
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Martin Peach (mrpeach)
Summary: on 0.43 use logpost() to post version message

Initial Comment:
As part of the effort to get Pd-extended 0.43 to start with a blank Pd window, I made this patch that makes the version message use logpost() at level 3 instead of post().  That way anyone who wants to see the version message can switch to log level 3, otherwise the Pd window's log is nice and clean on start.

I'd commit it directly, but i wasn't sure whether that was OK with you.

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

>Comment By: Martin Peach (mrpeach)
Date: 2011-09-28 15:23

Message:
Ok, but calling verbose() with -1 as the level will always print the
message. I guess verbose(1, text) is roughly equivalent to
logpost(NULL,3,text)?


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

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-09-28 13:13

Message:
thanks. I did this for comport too.  Actually, if you want binary
compatibility with 0.41 and 0.42, then the verbose() function should be
used.  IOhannes pointed this out.  Check the comport commit to see what I
mean.

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

Comment By: Martin Peach (mrpeach)
Date: 2011-09-28 12:19

Message:
Done with revision 15376.
Probably should do this to comport as well.

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

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



More information about the Pd-dev mailing list