Re: Tcl, trace, profiling...

2007-01-19 Thread jerry gay
On 1/19/07, Allison Randal <[EMAIL PROTECTED]> wrote: (That also means you can monkey around with the args before passing them on to the wrapped sub.) - It should be possible both to put multiple wrappers/traces on a subroutine, and to put wrappers around other wrappers. So these are all possib

Re: Tcl, trace, profiling...

2007-01-19 Thread Allison Randal
Will Coleda wrote: While it would be possible to implement the basic functionality by wrapping existing subs in other subs, I'm not sure that would help with [trace info], which provides a way to report on all the traces that are currently set. Isn't that more a matter of setting a flag on the

[svn:parrot-pdd] r16712 - in trunk: . docs/pdds src/pmc t/pmc

2007-01-19 Thread chromatic
Author: chromatic Date: Fri Jan 19 22:23:17 2007 New Revision: 16712 Modified: trunk/docs/pdds/pdd21_namespaces.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) trunk/src/pmc/namespace.pmc trunk/t/pmc/namespace.t Log: Added del_namespace() method t

[svn:parrot-pdd] r16709 - in trunk: . docs/pdds src/pmc t/pmc

2007-01-19 Thread chromatic
Author: chromatic Date: Fri Jan 19 22:22:49 2007 New Revision: 16709 Modified: trunk/docs/pdds/pdd21_namespaces.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) trunk/src/pmc/namespace.pmc trunk/t/pmc/namespace.t Log: Added add_namespace() method t

Re: [svn:parrot] r16706 - in trunk: compilers/tge/TGE languages/tcl/config/makefiles languages/tcl/lib languages/tcl/src languages/tcl/t runtime/parrot/library/PGE src

2007-01-19 Thread Paul Cochrane
as chromatic hints at here, you should make sure you have the latest SVN::Mirror. i know we've seen problems with svk in the past with empty commit messages, and this was (part of)? the solution. It seems I had two versions of SVN::Mirror floating around. Version 0.72 (the latest) was in /usr/li

[svn:perl6-synopsis] r13530 - doc/trunk/design/syn

2007-01-19 Thread larry
Author: larry Date: Fri Jan 19 17:48:06 2007 New Revision: 13530 Modified: doc/trunk/design/syn/S05.pod Log: Further attempts to make default auto-tokening rules unsurprising. Modified: doc/trunk/design/syn/S05.pod =

Re: [svn:parrot] r16706 - in trunk: compilers/tge/TGE languages/tcl/config/makefiles languages/tcl/lib languages/tcl/src languages/tcl/t runtime/parrot/library/PGE src

2007-01-19 Thread Will Coleda
On Jan 19, 2007, at 7:46 AM, Paul Cochrane wrote: Will, I'm really deeply sorry for reverting stuff with my last commit. Heh. Things happen. It's ok. Jerry did worse to tcl just before the release. =-) I appreciate the fix up. I was a certainly a little grumpy, but it's fixed, before I

Remember: Outlaw to declare a lexical twice in the same scope

2007-01-19 Thread Steve Lukas
Hi @larry, I want to remember to my proposal from september 2006. It targets on changing S04. The discussion is summarized on: http://www.oreillynet.com/onlamp/blog/2006/09/weekly_perl_6_mailing_list_sum_3.html So, please change S04 as discussed. Thanks Stefan -

Re: [svn:parrot] r16706 - in trunk: compilers/tge/TGE languages/tcl/config/makefiles languages/tcl/lib languages/tcl/src languages/tcl/t runtime/parrot/library/PGE src

2007-01-19 Thread Kevin Tew
Paul Cochrane wrote: Essentially you should svk pull before any commit or push operation, which helps avoid having to do conflict resolution. I'm adding in spots in all caps where you should do a svk pull. Kevin I'm working from a mirrored copy, and my usual work cycle is: svk up -sm looks

Re: [svn:parrot] r16706 - in trunk: compilers/tge/TGE languages/tcl/config/makefiles languages/tcl/lib languages/tcl/src languages/tcl/t runtime/parrot/library/PGE src

2007-01-19 Thread Paul Cochrane
On 19/01/07, jerry gay <[EMAIL PROTECTED]> wrote: On 1/19/07, chromatic <[EMAIL PROTECTED]> wrote: > On Friday 19 January 2007 04:46, Paul Cochrane wrote: > > > I wanted to commit a > > line endings change to shootout.t in lua, but when I went 'svk push' I > > got an "Empty commit message" error

Re: [svn:parrot] r16706 - in trunk: compilers/tge/TGE languages/tcl/config/makefiles languages/tcl/lib languages/tcl/src languages/tcl/t runtime/parrot/library/PGE src

2007-01-19 Thread Paul Cochrane
> I wanted to commit a > line endings change to shootout.t in lua, but when I went 'svk push' I > got an "Empty commit message" error again and the only way I know to > fix this is to use 'svk merge -c //parrot/local/ > //parrot/remote -m "a non-empty commit message"', then it seems to > commit e

Re: [svn:parrot] r16706 - in trunk: compilers/tge/TGE languages/tcl/config/makefiles languages/tcl/lib languages/tcl/src languages/tcl/t runtime/parrot/library/PGE src

2007-01-19 Thread jerry gay
On 1/19/07, chromatic <[EMAIL PROTECTED]> wrote: On Friday 19 January 2007 04:46, Paul Cochrane wrote: > I wanted to commit a > line endings change to shootout.t in lua, but when I went 'svk push' I > got an "Empty commit message" error again and the only way I know to > fix this is to use 'svk

Re: [svn:parrot] r16706 - in trunk: compilers/tge/TGE languages/tcl/config/makefiles languages/tcl/lib languages/tcl/src languages/tcl/t runtime/parrot/library/PGE src

2007-01-19 Thread chromatic
On Friday 19 January 2007 04:46, Paul Cochrane wrote: > I wanted to commit a > line endings change to shootout.t in lua, but when I went 'svk push' I > got an "Empty commit message" error again and the only way I know to > fix this is to use 'svk merge -c //parrot/local/ > //parrot/remote -m "a n

Re: [svn:parrot] r16706 - in trunk: compilers/tge/TGE languages/tcl/config/makefiles languages/tcl/lib languages/tcl/src languages/tcl/t runtime/parrot/library/PGE src

2007-01-19 Thread Paul Cochrane
Will, I'm really deeply sorry for reverting stuff with my last commit. It's definitely not what I intended. I didn't even edit the tcl (and other) files, which is what is totally weird. I wanted to commit a line endings change to shootout.t in lua, but when I went 'svk push' I got an "Empty co

Fwd: [svn:parrot] r16706 - in trunk: compilers/tge/TGE languages/tcl/config/makefiles languages/tcl/lib languages/tcl/src languages/tcl/t runtime/parrot/library/PGE src

2007-01-19 Thread Will Coleda
Paul, did you mean to update all these tcl files with your patch with no commit message? If not, this isn't the first time you've reverted code elsewhere in the repository when doing your manual merges... (and it affected tcl last time, too.) - Please fix them. If so, please use *real* co

Re: [perl #41292] [PATCH] make languages/cola/{lexer,parser}.c comply with coding standards

2007-01-19 Thread Paul Cochrane
On 19/01/07, via RT James Bence <[EMAIL PROTECTED]> wrote: # New Ticket Created by "James Bence" # Please include the string: [perl #41292] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41292 > The test t/codingstd/trailin