# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #77744]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=77744 >
rakudo: sub f($x, $y) { say $x }; my &g = &f.assuming(5); g
rakudo 859f2d: OUTPUT«Not
This is an automatically generated mail to inform you that tests are now
available in S02-builtin_data_types/array.t
commit 9804ed1d4ad14639c0219ee16da6c4d75a82c294
Author: Solomon Foster
Date: Wed Sep 8 21:05:56 2010 -0400
[t/spec] Add test for RT #73402, Numifying an Array should yield
Patrick R. Michaud wrote:
> On Wed, Sep 08, 2010 at 04:02:10PM +0400, Richard Hainsworth wrote:
>> I do want the diffs back: its the only way I have to keep at least
>> some idea of what is changing any why.
>
> We know that a lot of people would like to see the diffs available
> through the commi
On Wed, Sep 08, 2010 at 04:02:10PM +0400, Richard Hainsworth wrote:
> I do want the diffs back: its the only way I have to keep at least
> some idea of what is changing any why.
We know that a lot of people would like to see the diffs available
through the commit messages, but afaik none of us act
Jason Switzer wrote:
On Tue, Sep 7, 2010 at 11:29 AM, Moritz Lenz wrote:
Brandon S Allbery KF8NH wrote:
On 9/7/10 08:17 , nore...@github.com wrote:
Commit: 7611788411e5aff5f3ae150e2da9929ee546d6d8
http://github.com/perl6/specs/commit/7611788411e5aff5f3ae150e2da9929ee546d6d8
It was nicer w
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #77736]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=77736 >
buubot: eval END { print "OH HAI\n" }; die "oh noes"
masak: ERROR: oh noes at (eval 40
I do want the diffs back: its the only way I have to keep at least some
idea of what is changing any why.
Dont care if I'm called an old foggy either - 1997 wasnt that long ago
for me.
On 09/08/10 13:32, Jan Ingvoldstad wrote:
On Wed, Sep 8, 2010 at 07:41, Jason Switzer wrote:
I'm sur
Hi,
Am 07.09.2010 21:36, schrieb Aaron Sherman:
Oddly, these two expressions have the same output:
for 0 ...^ (3+4) -> $i { say $i }
for 0 ...^ 7 -> $i { say $i }
But this one prints the numbers 0 through 7 instead of leaving off the last
number:
for 0 ...^ 3+4 -> $i { say $i }
Please co
Branch: refs/heads/master
Home: http://github.com/perl6/specs
Commit: 7e409792fc638312b0b9c5f4ec8ee2954696f507
http://github.com/perl6/specs/commit/7e409792fc638312b0b9c5f4ec8ee2954696f507
Author: TimToady
Date: 2010-09-07 (Tue, 07 Sep 2010)
Changed paths:
M S09-data.pod
Log Message:
Branch: refs/heads/master
Home: http://github.com/perl6/specs
Commit: 08f22a7b7e0e9f5cc54efccd5f7fd54a35f681e4
http://github.com/perl6/specs/commit/08f22a7b7e0e9f5cc54efccd5f7fd54a35f681e4
Author: Kodi Arfer
Date: 2010-09-07 (Tue, 07 Sep 2010)
Changed paths:
M S04-control.pod
Log Mes
Branch: refs/heads/master
Home: http://github.com/perl6/specs
Commit: 692474967ab8535f370d859488da592555e17d8d
http://github.com/perl6/specs/commit/692474967ab8535f370d859488da592555e17d8d
Author: TimToady
Date: 2010-09-07 (Tue, 07 Sep 2010)
Changed paths:
M S03-operators.pod
Log Mes
On Wed, Sep 8, 2010 at 07:41, Jason Switzer wrote:
>
> I'm surprised anyone actually ever read the diff part of the message. I
> would prefer to never see that feature again. This has a link to the
> commit,
> which has a much better diff viewer than plaintext email (hello? 1997
> called, they wa
Oddly, these two expressions have the same output:
for 0 ...^ (3+4) -> $i { say $i }
for 0 ...^ 7 -> $i { say $i }
But this one prints the numbers 0 through 7 instead of leaving off the last
number:
for 0 ...^ 3+4 -> $i { say $i }
It does the same with or without the ^ so it's like it's just ig
13 matches
Mail list logo