[perl #122907] [BUG] LTA error when sprintf %d directive doesn't find a corresponding argument in Rakudo

2015-01-23 Thread Christian Bartolomaeus via RT
sprintf "%d" now gives the same error as sprintf "%s": $ perl6 -e 'sprintf "%s"' Too many directives: found 1, but no arguments after the format string $ perl6 -e 'sprintf "%d"' Too many directives: found 1, but no arguments after the format string This was fixed with commit https://github.com/p

[perl6/specs] e684a3: interaction of :{} with other adverbialoids

2015-01-23 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: e684a3894cfd7460e6d718bb0c38a573625f5c11 https://github.com/perl6/specs/commit/e684a3894cfd7460e6d718bb0c38a573625f5c11 Author: TimToady Date: 2015-01-21 (Wed, 21 Jan 2015) Changed paths: M S02-bits.

[perl6/specs] d7abe4: Explicitly spec sigiled form of adverb with twigil

2015-01-23 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d7abe41432cfb463fb12200a1776269ecaf95e70 https://github.com/perl6/specs/commit/d7abe41432cfb463fb12200a1776269ecaf95e70 Author: skids Date: 2015-01-22 (Thu, 22 Jan 2015) Changed paths: M S02-bits.pod

[perl6/specs] 47aab4: Spec path.i (for unique path identifier)

2015-01-23 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: 47aab48c3888d02805354c16659730f55e0a9463 https://github.com/perl6/specs/commit/47aab48c3888d02805354c16659730f55e0a9463 Author: Elizabeth Mattijsen Date: 2015-01-22 (Thu, 22 Jan 2015) Changed paths: M

Parrot 7.0.1 Hotfix released

2015-01-23 Thread Reini Urban
We detected and fixed two serious and two minor bugs which required a 7.0.1 hotfix release. - GC regression --optimize caused by PARROT_CANNOT_RETURN_NULL, which was visible on machines with low memory. https://github.com/parrot/parrot/issues/1186 This causes segfaults with --optimize, which is t

[perl #123660] Confusion when using $_ as default

2015-01-23 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #123660] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123660 > [11:17:08] And here's a nice bug: [11:17:10] m: sub a($a = CALLER::CALL