Open teodorlu opened 3 months ago
As far as I can tell, comparing k
and (count coll)
fails here.
When I run the test, k
appears to be 'babashka/pods
(namespace qualified symbol), whereas (count coll)
is 2
(number).
I guess this is the branch where the tag of the node isn't a :map
so it's assumed to be a vector with a numeric key k
. Can you maybe print what the tag is, assuming it's not a vector?
Oh I guess it's one of those namespaced maps which might not be handled so well yet.
We can take a look at how antq is dealing with namespaced maps here:
Hi :)
During work on a Neil PR, I encountered an exception in rewrite-edn.
Versions for repro
Repro
Expected: return nil or a value.
Actual: I get a crash: