Re: r28768 - docs/Perl6/Spec

2009-10-11 Thread Carl Mäsak
commitbot, channeling Carlin (>): >  =item die > > + multi die (@LIST) > + > +Prints each element to $*ERR (STDERR) and throws an exception. Well, no. If that were true, &die calls within (the dynamic scope of) a try block would also print things, which they don't. It's the thing that catches the

r28769 - docs/Perl6/Spec

2009-10-11 Thread pugs-commits
Author: carlin Date: 2009-10-12 03:19:18 +0200 (Mon, 12 Oct 2009) New Revision: 28769 Modified: docs/Perl6/Spec/S16-io.pod Log: [Spec/S16-io.pod] Use Z<> to escape %*ENV. Accidentally commited the last change. carlin-- Modified: docs/Perl6/Spec/S16-io.pod =

r28768 - docs/Perl6/Spec

2009-10-11 Thread pugs-commits
Author: carlin Date: 2009-10-12 03:15:43 +0200 (Mon, 12 Oct 2009) New Revision: 28768 Modified: docs/Perl6/Spec/S16-io.pod docs/Perl6/Spec/S29-functions.pod Log: [Spec/S29-functions.pod] Added some details about die and fail Modified: docs/Perl6/Spec/S16-io.pod

Re: r28727 - docs/Perl6/Spec

2009-10-11 Thread David Green
On 2009-Oct-10, at 11:16 am, pugs-comm...@feather.perl6.nl wrote: +(However, statement control C notices this and passes no argument, +so C<$_> ends up being bound to the outer C<$_> anyway.) If "if" will specially handle this case, why not do likewise for @_ or %_ and avoid this problem:

Re: r28751 - docs/Perl6/Spec

2009-10-11 Thread Brandon S. Allbery KF8NH
On Oct 11, 2009, at 06:36 , Mark J. Reed wrote: That's not grammatical; you've just created a run-on sentence. Why not leave it as a colon? Or semicolon. I agree comma seems wrong. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allb...@kf8nh.com system administrator [openafs,hei

r28754 - docs/Perl6/Spec

2009-10-11 Thread pugs-commits
Author: masak Date: 2009-10-11 13:04:33 +0200 (Sun, 11 Oct 2009) New Revision: 28754 Modified: docs/Perl6/Spec/S02-bits.pod Log: Revert "[Spec/S02-bits.pod] changed colon to comma" The improvement was of the kind where things were actually more improved before the change than after. Reverting.

Re: r28751 - docs/Perl6/Spec

2009-10-11 Thread Mark J. Reed
That's not grammatical; you've just created a run-on sentence. Why not leave it as a colon? On Sun, Oct 11, 2009 at 4:55 AM, wrote: > Author: jimmy > Date: 2009-10-11 10:55:02 +0200 (Sun, 11 Oct 2009) > New Revision: 28751 > > Modified: > docs/Perl6/Spec/S02-bits.pod > Log: > [Spec/S02-bits.p

r28751 - docs/Perl6/Spec

2009-10-11 Thread pugs-commits
Author: jimmy Date: 2009-10-11 10:55:02 +0200 (Sun, 11 Oct 2009) New Revision: 28751 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod] changed colon to comma Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Perl6/

r28750 - docs/Perl6/Spec

2009-10-11 Thread pugs-commits
Author: carlin Date: 2009-10-11 09:21:58 +0200 (Sun, 11 Oct 2009) New Revision: 28750 Modified: docs/Perl6/Spec/S16-io.pod Log: [Spec/S16-io] Tidied up some formatting and escaped the brackets in %*ENV to (hopefully) fix a POD-error Modified: docs/Perl6/Spec/S16-io.pod ===