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
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.
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
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
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
# 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