[perl #132262] [BUG] Quote braid misses Main braid's language change due to new ops

2017-10-12 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
This is actually a regression. Code: $ = ""; sub postfix:<♥> { $^a + 42}; say "{ 5♥ }" ¦«2015.12»: 47 ¦«2016.06»: 47 ¦«2016.12»: 47 ¦«2017.06»: ===SORRY!=== Error while compiling /home/bisectable/git/whateverable/data/regressionable/15285677/snippet Bogus postfix at

[perl #132262] [BUG] Quote braid misses Main braid's language change due to new ops

2017-10-10 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132262] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132262 > If you enter the Quote braid, then define a new op, and then try to use it in a block