Sean O'Rourke wrote:
... The tests should all still pass (barring inclement GC bugs), but they reflect the outdated spec.
Almost:
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/compiler/1.test 14 1 7.14% 14
t/compiler/b.test 6 3 50.00% 4-6
1_14 is failing due to the inf/Inf case issue. And:
t/compiler/b.t............4/6[backslashed_expr::string_special
(error) main] Error in interpolation of control-char:
Constant(\N{...}): $^H{charnames} is not defined at (eval 212) line 1, within string
Constant(\N{...}): $^H{charnames} is not defined at (eval 212) line 1, within string
...propagated at P6C/Tree/String.pm line 221.
Some were failing due to GC issues (not walking the stack),
this is fixed in my tree
/s
leo