Re: unexpected failure with trailing white space in use

2010-07-11 Thread Patrick R. Michaud
On Sun, Jul 11, 2010 at 02:17:30PM -0400, Todd Olson wrote: > #!/path/to/perl6 > use v6 ; > - - - - > > failed with this output > [...] Now fixed in bb6df24, thanks. Pm

Re: [perl #76442] [BUG} say ?1..2 # prints ones indefinitively

2010-07-11 Thread Patrick R. Michaud
On Sat, Jul 10, 2010 at 04:44:40AM -0700, Stephane Payrard wrote: > # both statement below print 1 ad nauseam. > > say ?1..2 > say (?1)..2 What should the result of True..2 be? (Note that (1,2) is probably not the correct answer, as &infix:<..> isn't specified to coerce to numeric.) Pm

Re: r31630 -S02 : add initial formats for Blob (or Buf) literals

2010-07-11 Thread Darren Duncan
pugs-comm...@feather.perl6.nl wrote: =item * +Blob literals look similar to integer literals with radix markers, but are +distinct in their details. A Blob literal has 1 format with 3 radix +options: + +0b<00101110100010> base 2, 1 bit per column +0o<523504376> base 8,

Re: unexpected failure with trailing white space in use

2010-07-11 Thread Todd Olson
This occurred with $ perl6 -v This is Rakudo Perl 6, version 2010.06-219-g7579f7a Copyright 2008-2010, The Perl Foundation > - - - - > ===SORRY!=== > Confused at line 2, near "use v6 ;\n" > - - - - Regards, Todd Olson Delete & Prev | Delete & Next

r31630 -S02 : add initial formats for Blob (or Buf) literals

2010-07-11 Thread pugs-commits
Author: Darren_Duncan Date: 2010-07-12 03:01:55 +0200 (Mon, 12 Jul 2010) New Revision: 31630 Modified: docs/Perl6/Spec/S02-bits.pod Log: S02 : add initial formats for Blob (or Buf) literals Modified: docs/Perl6/Spec/S02-bits.pod =

unexpected failure with trailing white space in use

2010-07-11 Thread Todd Olson
Hi I was surprise that this program (note the space between the v6 and the ;) - - - - #!/path/to/perl6 use v6 ; - - - - failed with this output - - - - ===SORRY!=== Confused at line 2, near "use v6 ;\n" - - - - Is this expected behavior? Regards, Todd Olson

r31627 -[S32/Temporal] Changed to use a different way of specifying time zones, which is hopefully saner than my last proposal.

2010-07-11 Thread pugs-commits
Author: Kodi Date: 2010-07-11 19:56:33 +0200 (Sun, 11 Jul 2010) New Revision: 31627 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [S32/Temporal] Changed to use a different way of specifying time zones, which is hopefully saner than my last proposal. Modified: docs/Perl6/Spec

r31626 -[S12] discuss pessimizing optimizations with augment

2010-07-11 Thread pugs-commits
Author: lwall Date: 2010-07-11 19:09:44 +0200 (Sun, 11 Jul 2010) New Revision: 31626 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] discuss pessimizing optimizations with augment Modified: docs/Perl6/Spec/S12-objects.pod ==

r31625 -[S12] Nail down class representations sooner to make jnthn++ happier

2010-07-11 Thread pugs-commits
Author: lwall Date: 2010-07-11 19:03:32 +0200 (Sun, 11 Jul 2010) New Revision: 31625 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] Nail down class representations sooner to make jnthn++ happier Modified: docs/Perl6/Spec/S12-objects.pod ==

r31624 -[S05] redirect to new char class syntax with patch from cosimo++

2010-07-11 Thread pugs-commits
Author: lwall Date: 2010-07-11 18:53:20 +0200 (Sun, 11 Jul 2010) New Revision: 31624 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] redirect to new char class syntax with patch from cosimo++ Modified: docs/Perl6/Spec/S05-regex.pod ==

Re: [UsingPerl6] "layout-basic" branch

2010-07-11 Thread Moritz Lenz
Hi, thanks of all your tremendous work. Unfortunately I can't build the 'layout-basic' branch, I get --- Using incorrect driver for hyperref! --- Using pdflatex: specify pdftex in the hyperref options (or leave it blank). And I don't know how to fix it. The generated .tex file already has \usep