> On 30 Jan 2015, at 22:46, Christian Bartolomaeus via RT > <perl6-bugs-follo...@perl.org> wrote: > > On Sun May 26 03:46:18 2013, elizabeth wrote: >> [12:44:47] <lizmat> r: my %h{Any}=Any=>1; say %h.exists(Any) # >> expect True >> [12:44:48] <+camelia> rakudo 0e206e: OUTPUT«use of uninitialized >> value of type Any in string context in block at >> /tmp/Diq3EfjBnq:1False» > > Is this still an issue? Using :exists seems to work as expected: > > $ perl6-m -e 'my %h{Any}=Any=>1; say %h<Any>:exists' > True > > Or was the bug report about another problem, which shows up with :exists as > well?
I think that’s when I found out that :exists was NYI on typed hashes, and I got involved in developing adverbs on slices… :-) So, no, I don’t think this is still an issue. Liz