On Fri, 18 Aug 2017 13:26:25 -0700, alex.jakime...@gmail.com wrote:
> Code:
> say so $*DISTRO.Str|$*KERNEL.Str ~~ /linux/
> 
> Result:
> True
> 
> 
> Code:
> say so $*DISTRO.Str|$*KERNEL.Str ~~ m/linux/
> 
> Result:
> False
> 
> 
> I'd expect the result to be identical in both cases.
> 
> IRC log: https://irclog.perlgeek.de/perl6-dev/2017-08-18#i_15039736

This now[^1] returns True for both cases, so don't understand why and
unsure whether the bug is actually fixed or if that commit just shadowed it.

[1] 
https://github.com/rakudo/rakudo/commit/8a0f6ac110b42a37a352e46c32736bac59f9ba83

Reply via email to