# New Ticket Created by A. Sinan Unur
# Please include the string: [perl #126876]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126876 >
Hello:
Just built using http://rakudo.org/downloads/star/rakudo-star-2015.11.tar.gz.
D
# New Ticket Created by Juerd Waalboer
# Please include the string: [perl #126873]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126873 >
17:52 < Juerd> m: say <1480211362058/1021>
17:52 <+camelia> rakudo-moar 7df997: OUTPUTĀ«
~~ is now chaining where it can be; it obviously makes little sense to chain
something on both sides that is not a normal data value. So if you include a
regex or a closure, it must be the final test. Also, in order
to get $a ~~ $b ~~ $c to work, we cannot topicalize $b.
Fix in f457007181bb6e2
Fixed, along with all the other metaops, in:
1e1556b1a25bc4c73a505fdd249d4179ffc813de
0a2303c0f6a2a3782fecb13db1523cb5442467de
67202d697d3fe48b800e95262bebe6da17bfcf49
e2e23fb8853808839884f23a0b8aa91f458fd310
97ef742f350e84dae275ed2dc9d453795f057dba
6516930c86d6ff4296ee8699a64eb1315eed2583
Tests:
Another data point: The evaluation works as expected with MVM_SPESH_DISABLE=1:
$ echo '#' > Bar.pm6
$ MVM_SPESH_DISABLE=1 ./perl6-m -I. -e 'use Bar; my %h = b => 2; say %h:zorp'
Unexpected named parameter 'zorp' passed
in block at -e:1
$ MVM_SPESH_DISABLE=1 ./perl6-m -I. -e 'use Bar; my %h = b