On Tue, 23 May 2017 15:06:45 -0700, comdog wrote:
> #`(
> When I compile this code, I get the error:
> 
>     Useless use of constant value [ ] in sink context (lines 9, 9)
> 
> I don't think it was useless because it did what I needed.
> 
> I really wanted the ᔑ to be tighter then ., but that's not a real
> operator and I ccouldn't use it to set precedence.
> )
> 
>     sub prefix:<ᔑ> (Pair $p --> Pair) is tighter(&postcircumfix:<[ ]>) {
>         $p.value
>             =>
>         $ = $p.key
>         }

Based on symptoms and bisection results, this is the same issue as RT#131305

Merging this ticket there...

Reply via email to