On Tue, 02 May 2017 14:51:47 -0700, alex.jakime...@gmail.com wrote:
> Code:
> say "abc" ~~ /)> . <(/
> 
> 
> Result (2015.12 … 2017.03):
> #<failed match>
> 
> 
> Result (2017.04.3, HEAD(701dab3))
> 「bc」
> 
> 
> 
> 「bc」 is definitely wrong and #<failed match> is kinda right.
> 
> Bisectable points to these two commits:
> *
> https://github.com/rakudo/rakudo/commit/5d68f1ff1a8b32570a686bb8151805ba60d98251
> *
> https://github.com/rakudo/rakudo/commit/3cff74cf5ac40e9df4ca45764759d84cc43a0c67
> 
> IRC log: https://irclog.perlgeek.de/perl6-dev/2017-05-02#i_14521403

Given it can never match, a compile-time error might be the best solution.

Reply via email to