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;
>
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{}";
>>
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
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
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
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
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
Now fixed in 2f18a49, tests added to t/spec/S03-operators/bit.t .
Resolving ticket, thanks!
Pm
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
# 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«[31m===[0mSORRY![31m===[0mUndeclared
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
11 matches
Mail list logo