Re: [perl #133541] Grammer bug vs

2018-10-01 Thread Brent Laabs via RT
Actually, if you change it to .*| -- this will work as you expect. It's a bug that your version doesn't work, of course. It does seem to involve tangentially, but it is unrelated to underscore. On Mon, Oct 1, 2018 at 6:17 PM Vijayvithal via RT < perl6-bugs-follo...@perl.org> wrote: > This

Re: [perl #133541] Grammer bug vs

2018-09-28 Thread Brent Laabs via RT
Golfs to just the top grammar, which is the only one that returns Nil. grammar Alnum1 { token TOP {|.*} } grammar AlnumReversed { token TOP {.*|} } grammar Alpha1 { token TOP {|.*} } my $rx = rx/^ [|.*] $/; my $str="n~"; .say for "=== ==", Alnum1.parse($str),

Re: [perl #133541] Grammer bug vs

2018-09-28 Thread Brent Laabs via RT
Are you sure about that? Underscore has been part of the specs (synopses) for for at least 10 years, probably longer. > "_" ~~ // 「_」 alpha => 「_」 On Thu, Sep 27, 2018 at 7:52 PM Brandon Allbery wrote: > "_" is not an alphabetic character. It's allowed in "alnum" because that > is by

[perl #127071] [BUG] Matching a regex in a scalar returns Bool instead of Match

2016-10-26 Thread Brent Laabs via RT
On the original bug, bisectable suggests f457007181bb might have caused this ("allow ~~ to chain where practical") 01:32 labster viki: Thanks for asking, anyway, about Lingua::Number. For bonus points, you can fix the bug: https://rt.perl.org/Ticket/Display.html?id=127071 01:33

[perl #126876] [BUG] t\spec\S32-io\io-spec-win.t fails on Windows 10 with MSVS 2013

2016-04-13 Thread Brent Laabs via RT
On Mon Dec 14 09:29:37 2015, labster wrote: > > Pull request submitted. I hope this is the right place to do that: > > > > https://github.com/perl6/roast/pull/87 > > I approved the pull request. If the tests pass on Windows, this > ticket can be resolved. Given the complete lack of

[perl #126876] [BUG] t\spec\S32-io\io-spec-win.t fails on Windows 10 with MSVS 2013

2015-12-14 Thread Brent Laabs via RT
> Pull request submitted. I hope this is the right place to do that: > > https://github.com/perl6/roast/pull/87 I approved the pull request. If the tests pass on Windows, this ticket can be resolved.