Hi,
Recently after pulling the newest rakudo/moarvm (2016.11-238-g2f502b4
built on MoarVM version 2016.11-41-gd2139b5 implementing Perl 6.c) I saw
errors in my code which compiled ok before. This is difficult to golf
down because it disappears when used in another context. So better
explain m
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #130327]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130327 >
Shows up in doc builds: https://travis-ci.org/perl6/doc/builds/183248892#L1224
https://ir
On Sun, 11 Dec 2016 11:52:40 -0800, moritz wrote:
> < moritz> m: say Date.new('2017-02-29')
> <+camelia> rakudo-moar 8d4dbb: OUTPUT«Day out of range. Is: 29, should
> be
>in 1..28 in block at line 1»
> < moritz> m: say Date.new(year => 2017, month => 42, day => 29)
> <+camelia> ra
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130329]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130329 >
Code:
dd <-0-0i>
Result:
<-0+-0i>
On Fri, 19 Aug 2016 14:04:10 -0700, zef...@fysh.org wrote:
> > (0e0).WHICH
> Num|0
> > (-0e0).WHICH
> Num|-0
> > 0e0 === -0e0
> True
>
> These two Num values are distinct: they are the floating-point signed
> zeroes, which have different numeric behaviour in some situations.
> The .WHICH values co
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130330]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130330 >
To understand the issue, let's take a look at examples that *do* work
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130331]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130331 >
Code:
{
Result:
===SORRY!=== Error while compiling -e
Missing blo
On Sun, 04 Dec 2016 17:20:48 -0800, alex.jakime...@gmail.com wrote:
> Done in
> https://github.com/rakudo/rakudo/commit/0ba7733c589c4570c66a47261b342f000bacfb51
>
> I think a test will not hurt? For example, it can check that the word
> “curly”
> is in the error message. These series of tickets ar