No. If I remove the leading m from the regex, then the bug is gone.
Gabor

On Tue, Dec 30, 2014 at 9:19 AM, Patrick R. Michaud <pmich...@pobox.com>
wrote:

> Out of curiosity, is the bug still present if you use /\.txt$/ instead of
> m/\.txt$/ ?
>
> At the moment it looks like a Rakudo bug to me, but I haven't been able to
> golf it further to be certain.
>
> Pm
>
> On Tue, Dec 30, 2014 at 09:11:52AM +0200, Gabor Szabo wrote:
> > Just to follow-up:
> > The problem appears in
> >
> https://github.com/szabgab/Perl6-Maven/commit/4346c96d63e97def55e789bbeebdbdaebe8b0b33
> >
> > After that I have replaced the regex match with
> >
> > if substr($tmpl, *-4) ne '.txt' {
> >
> > that works correctly, but I'd still like to understand if the bug was in
> my
> > code, or if this is some Rakudo issue?
> >
> > Gabor
> >
> >
>

Reply via email to