Pernosco / pernosco

General-purpose public wiki and issue tracking
12 stars 0 forks source link

More disambiguiation support in the search bar #50

Open mgaudet opened 2 years ago

mgaudet commented 2 years ago

In Matrix, khuey was saying you can call functions from the search bar, which blew my mind.

However, in the trace where I tested I was unable to get the search bar to invoke js::DumpValue; I tried entering js::DumpValue(init.mReason), and got the error failed to evaluate: Ambiguious identifier

khuey commented 2 years ago

Yeah it looks like there's a few different overloads of js::DumpValue and we don't currently have support for picking amongst them.