[perl #127352] [BUG] Behavior of Regular Expressions Contained in a Constant with a Sigil

2018-03-22 Thread Jan-Olof Hendig via RT
On Tue, 13 Mar 2018 14:50:17 -0700, jan-olof.hen...@bredband.net wrote: > On Fri, 05 Aug 2016 18:04:36 -0700, c...@zoffix.com wrote: > > Still present today: > > > > m: my $sepreg = rx/(<[\\/]>)/; my $filenameW = > > "c:\\g\\b.mp4"; $filenameW ~~ $sepreg; say $/; > > rakudo-moar 589061:

[perl #127352] [BUG] Behavior of Regular Expressions Contained in a Constant with a Sigil

2018-03-13 Thread Jan-Olof Hendig via RT
On Fri, 05 Aug 2016 18:04:36 -0700, c...@zoffix.com wrote: > Still present today: > > m: my $sepreg = rx/(<[\\/]>)/; my $filenameW = > "c:\\g\\b.mp4"; $filenameW ~~ $sepreg; say $/; > rakudo-moar 589061: OUTPUT«「\」␤ 0 => 「\」␤» > m: constant $sepreg = rx/(<[\\/]>)/; my $filenameW = >

[perl #127352] [BUG] Behavior of Regular Expressions Contained in a Constant with a Sigil

2016-01-25 Thread via RT
# New Ticket Created by Joseph Polanik # Please include the string: [perl #127352] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127352 > Constants are not required to have a sigil but apparently they may. Unfortunately,