Re: [perl #128156] dependency errors

2016-05-22 Thread Lloyd Fournier
I've done some more investigation. There are two seperate issues: 1. The main issue wrt this ticket. It hits you will you are editing code. It can be reproduced (on any platform) with: P6="perl6" lib="templib" test -e $lib && rm -r $lib; mkdir $lib sleep="sleep 2"; echo 'class Top1 { }; need

[perl #128214] Multiple .. in path do not resolve correctly (‘../foo/..’.IO.resolve)

2016-05-22 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #128214] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128214 > Code: say ‘../foo/..’.IO.resolve Result: "/home/foo/..".IO It does not resolve

[perl #128210] [BUG] Can't adverb approximately-equals operator in Rakudo

2016-05-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #128210] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128210 > m: my $x = 0; say $x ≅ 0 :tolerance(1e-3) rakudo-moar 7a4ca4: OUTPUT«===SORRY!===

[perl #128123] [JVM] failing test in S03-metaops/hyper.t after change from postfix:<++> to prefix:<++>

2016-05-22 Thread Christian Bartolomaeus via RT
I found another strange test failure on rakudo-j related to the use of prefix:<++>: The test in integration/weird-errors.t (which I fudged with roast commit ca3abdefb1) started to fail with rakudo commit e2fcdf2702. The test in isolation works fine, but the failure happens in combination with