Announce: Niecza Perl 6 v15

2012-02-27 Thread Stefan O'Rear
Announce: Niecza Perl 6 v15 This is the fifteenth release of Niecza Perl 6, as usual scheduled on the last Monday of the month. No, it's not dead. Niecza now passes more spectests than Rakudo, but that is not an entirely fair comparison, and we have the feature matrix now which is much more

[perl6/specs] 12a2ea: make clear that "the list" is not exhaustive

2012-02-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 12a2ea6193476e9d24ae208825e10c121998e774 https://github.com/perl6/specs/commit/12a2ea6193476e9d24ae208825e10c121998e774 Author: Larry Wall Date: 2012-02-27 (Mon, 27 Feb 2012) Changed paths: M S05-reg

[perl6/specs] 46e710: conject \=== and \eqv

2012-02-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 46e7100639f89213de4e5cd0a1b88895563f555f https://github.com/perl6/specs/commit/46e7100639f89213de4e5cd0a1b88895563f555f Author: Larry Wall Date: 2012-02-27 (Mon, 27 Feb 2012) Changed paths: M S03-ope

[perl #111382] [BUG] Sequence "a" ... * blows up for no good reason in Rakudo

2012-02-27 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #111382] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=111382 > nom: sub increase-by-n($orig, $n) { ($orig, *.succ ... *)[$n] }; say increase-by