Re: slurpy hash

2010-08-16 Thread David H. Adler
On Mon, Aug 16, 2010 at 03:49:52PM -0400, Will Coleda wrote: > On Mon, Aug 16, 2010 at 3:36 PM, David H. Adler wrote: > > On Mon, Aug 16, 2010 at 03:14:28PM -0400, Will Coleda wrote: > >> On Mon, Aug 16, 2010 at 3:03 PM, David H. Adler wrote: > >> > Given the code: > >> > > >> > ? ? ? ?use v6; >

Re: slurpy hash

2010-08-16 Thread Will Coleda
On Mon, Aug 16, 2010 at 3:36 PM, David H. Adler wrote: > On Mon, Aug 16, 2010 at 03:14:28PM -0400, Will Coleda wrote: >> On Mon, Aug 16, 2010 at 3:03 PM, David H. Adler wrote: >> > Given the code: >> > >> > ? ? ? ?use v6; >> > >> > ? ? ? ?sub speakhash (*%hash) { >> > ? ? ? ? ? ?say "%hash{}"; >>

Re: slurpy hash

2010-08-16 Thread David H. Adler
On Mon, Aug 16, 2010 at 03:14:28PM -0400, Will Coleda wrote: > On Mon, Aug 16, 2010 at 3:03 PM, David H. Adler wrote: > > Given the code: > > > > ? ? ? ?use v6; > > > > ? ? ? ?sub speakhash (*%hash) { > > ? ? ? ? ? ?say "%hash{}"; > > ? ? ? ?} > > > > ? ? ? ?speakhash(1, 2, 3, 4, 5, 6); > > > > I

Re: slurpy hash

2010-08-16 Thread Will Coleda
On Mon, Aug 16, 2010 at 3:03 PM, David H. Adler wrote: > Given the code: > >        use v6; > >        sub speakhash (*%hash) { >            say "%hash{}"; >        } > >        speakhash(1, 2, 3, 4, 5, 6); > > I get the error: > >        Too many positional parameters passed; got 6 but expected 0

slurpy hash

2010-08-16 Thread David H. Adler
Given the code: use v6; sub speakhash (*%hash) { say "%hash{}"; } speakhash(1, 2, 3, 4, 5, 6); I get the error: Too many positional parameters passed; got 6 but expected 0 in 'speakhash' at line 3:slurphash.p6 in main pr

r32014 -[S02,S03] allow Nil to smartmatch a Nil

2010-08-16 Thread pugs-commits
Author: lwall Date: 2010-08-16 19:54:52 +0200 (Mon, 16 Aug 2010) New Revision: 32014 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod Log: [S02,S03] allow Nil to smartmatch a Nil Modified: docs/Perl6/Spec/S02-bits.pod

r32013 -[S02] spec which methods Nil responds to,

2010-08-16 Thread pugs-commits
Author: lwall Date: 2010-08-16 19:49:53 +0200 (Mon, 16 Aug 2010) New Revision: 32013 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] spec which methods Nil responds to, and that it propagates Nil on unrecognized methods Modified: docs/Perl6/Spec/S02-bits.pod

[perl #77232] [BUG] Binary bitshift operators infix:<< +< >> and infix:<< +> >> have too loose a priority in Rakudo

2010-08-16 Thread Patrick R. Michaud via RT
Now fixed in 2f18a49, tests added to t/spec/S03-operators/bit.t . Resolving ticket, thanks! Pm

r32010 -[S02] typo fix.

2010-08-16 Thread pugs-commits
Author: qiuhw Date: 2010-08-16 16:21:14 +0200 (Mon, 16 Aug 2010) New Revision: 32010 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] typo fix. Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Perl6/Spec/S02-bits.pod2

[perl #77246] _~*.A parses in Rakudo but fails in STD

2010-08-16 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77246] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77246 > [15:31] std: _~*.A [15:31] std 31912: OUTPUT«===SORRY!===␤Undeclared

r32009 -[S02] revert Nil to undefined singleton value for masak++ et al.++

2010-08-16 Thread pugs-commits
Author: lwall Date: 2010-08-16 16:13:31 +0200 (Mon, 16 Aug 2010) New Revision: 32009 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] revert Nil to undefined singleton value for masak++ et al.++ (Note, despite being a kind of "bottom", it is not a type as it was before.) Modified: docs/Perl6