Details
-
Type:
Defect
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
At the moment if you create a protocol and expect it to be able to dispatch on keywords you need to do it in js/String, trying to extend on cljs.core.Keyword doesn't work as keywords are just Strings.
Thanks for the pointer about default and string, I didn't know about that.
I reported the issue at the demand of bbloom. It does seem to be difficult to address without taking a (major) performance hit unfortunately.