Skip to content

Commit 2854ba8

Browse files
committed
hfql0: tweak default protocols on Object
1 parent 3eb7c91 commit 2854ba8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hyperfiddle/hfql0.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ navigable pulled maps, without touching all attributes."
388388
Suggestable (-suggest [_] (pull-spec [.getName .getParameterTypes])))
389389

390390
(extend-type Object
391-
Identifiable (-identify [x] (.hashCode x))
391+
#_#_Identifiable (-identify [x] (.hashCode x)) ; unclear if OK - we check for presence?
392392
Suggestable (-suggest [x]
393393
#_(suggest-java-class-members x) ; todo
394-
(pull-spec [type]))) ; suggestion of last resort, gets you to the methods
394+
(pull-spec [identity identify type]))) ; suggestion of last resort, gets you to the methods

0 commit comments

Comments
 (0)