[perl #130483] [UNI] Regex Unicode properties check string values before checking bool properties

[email protected] ("Jan-Olof Hendig via RT") Fri, 16 Mar 2018 16:12:41 -0700
Newsgroups perl.perl6.compiler
Message-ID <[email protected]>
On Wed, 04 Jan 2017 21:27:05 -0800, [email protected] wrote:
> Also see this bisectable results:
> https://gist.github.com/Whateverable/50acf5fe072680085746459f144a106f
> 
> You can see how with the new commit, 'space' and 'White_Space' now
> resolve to the same property. Before 'space' resolved to the LF
> property, and magically worked. When this was fixed and 'space' ==
> 'White_Space', it broke. This bug will be considered close when:
> 
> use nqp; say nqp::unipropcode('space') ==
> nqp::unipropcode('White_Space') #> True
> and also must work doing: `'  ' ~~ /<:space>/; #> 「  」`

Fixed with commit https://github.com/rakudo/rakudo/commit/49dce163e8182ee726cd1e512a03c29551cc16da