On Tue Jan 13 04:31:49 2015, o...@cpan.org wrote:
> As of "perl6 version 2014.12 built on MoarVM version 2014.12" on OS X,
> I can no longer reproduce this bug.
OK - Closing ticket.
--
Will "Coke" Coleda
# New Ticket Created by Brent Laabs
# Please include the string: [perl #125468]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125468 >
Running: MoarVM, Mac OS X 10.9.5 without Linenoise installed
brent% perl6
> 1
1
> 2
Inter
On Tue Jun 23 02:43:41 2015, pesc...@gmail.com wrote:
> On Mon Feb 16 22:11:44 2015, coke wrote:
> > On Fri Mar 29 11:23:03 2013, coke wrote:
> > > On Fri Aug 31 12:10:54 2012, moritz wrote:
> > > > In nom, prefix and --> return type constraints weren't
> > > > implemented
> > > > for
> > > > quite
Tests were added to S32-array/delete.t and S32-array/delete-adverb.t. I'm
closing this ticket as 'resolved'.
Branch: refs/heads/open-createonly
Home: https://github.com/perl6/specs
Commit: 87bd1b0e30be45b600b8706556f8785c2b7bb3a3
https://github.com/perl6/specs/commit/87bd1b0e30be45b600b8706556f8785c2b7bb3a3
Author: Rob Hoelz
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 41876e977b4bfce43fe0393b582b3c13e31e91d9
https://github.com/perl6/specs/commit/41876e977b4bfce43fe0393b582b3c13e31e91d9
Author: pmichaud
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M S07-glr-d
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: dc32b3b600aa64c2217b06e44a37f612adfbf620
https://github.com/perl6/specs/commit/dc32b3b600aa64c2217b06e44a37f612adfbf620
Author: pmichaud
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M S07-glr-d
# New Ticket Created by mt1957
# Please include the string: [perl #125460]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125460 >
See forwrded message
--- Forwarded message ---
From: Will Coleda
Date: 21 juni 2015 00:21:39
I wrote an article trying explain/propose (static) typing for Perl 6. In
particular I explain how to type subs, multi subs, classes, multi
methods; how to use union, intersection and subset types; and I finally
use these notions to explain the old problem of covariance vs.
contravariance in obj
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: bce89a3dadbcd1c0659ef16c1f324b3879e74572
https://github.com/perl6/specs/commit/bce89a3dadbcd1c0659ef16c1f324b3879e74572
Author: pmichaud
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M S07-glr-d
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: f6177458ead069bdd8746ff36c90354d61066143
https://github.com/perl6/specs/commit/f6177458ead069bdd8746ff36c90354d61066143
Author: pmichaud
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M S07-glr-d
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: dc72cb896e5a584c217ed4f4f1810653fbc1920a
https://github.com/perl6/specs/commit/dc72cb896e5a584c217ed4f4f1810653fbc1920a
Author: David H. Adler
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M S28
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 2991e875215bfb30b4a4d337d811fbf471bf1474
https://github.com/perl6/specs/commit/2991e875215bfb30b4a4d337d811fbf471bf1474
Author: Stéphane Payrard
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M S
Branch: refs/heads/newio
Home: https://github.com/perl6/specs
Commit: 750648257c1e67bcec6d44edba327b3f095ad26c
https://github.com/perl6/specs/commit/750648257c1e67bcec6d44edba327b3f095ad26c
Author: pmichaud
Date: 2015-06-15 (Mon, 15 Jun 2015)
Changed paths:
M S07-glr-dr
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 1278284ca7b673b7f14a777527b2865ba6a2fa28
https://github.com/perl6/specs/commit/1278284ca7b673b7f14a777527b2865ba6a2fa28
Author: Stefan Seifert
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M S07
# New Ticket Created by H. Merijn Brand
# Please include the string: [perl #125466]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125466 >
$ perl6 -e'my int $i = int.Range.min; say $i; say $i +> 16'
-9223372036854775808
-1407
> On 23 Jun 2015, at 15:37, Rob Hoelz (via RT)
> wrote:
>
> # New Ticket Created by Rob Hoelz
> # Please include the string: [perl #125463]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=125463 >
>
>
> Unlinking a non-e
# New Ticket Created by Rob Hoelz
# Please include the string: [perl #125463]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125463 >
Unlinking a non-existent file should fail() rather than return True.
Fixed with bcf38c99af46fd37d2edd , thanks for your report!
> On 23 Jun 2015, at 05:16, hanenkamp (via RT)
> wrote:
>
> # New Ticket Created by hanenkamp
> # Please include the string: [perl #125457]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.o
19 matches
Mail list logo