We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb7c91 commit 2854ba8Copy full SHA for 2854ba8
1 file changed
src/hyperfiddle/hfql0.clj
@@ -388,7 +388,7 @@ navigable pulled maps, without touching all attributes."
388
Suggestable (-suggest [_] (pull-spec [.getName .getParameterTypes])))
389
390
(extend-type Object
391
- Identifiable (-identify [x] (.hashCode x))
+ #_#_Identifiable (-identify [x] (.hashCode x)) ; unclear if OK - we check for presence?
392
Suggestable (-suggest [x]
393
#_(suggest-java-class-members x) ; todo
394
- (pull-spec [type]))) ; suggestion of last resort, gets you to the methods
+ (pull-spec [identity identify type]))) ; suggestion of last resort, gets you to the methods
0 commit comments