babashka / obb

Ad-hoc ClojureScript scripting of Mac applications via Apple's Open Scripting Architecture.
Eclipse Public License 1.0
241 stars 5 forks source link

fix: remove SCI patches, no longer needed #32

Closed borkdude closed 2 years ago

borkdude commented 2 years ago

@zane With the new changes in SCI, the patches don't seem to be necessary anymore. These two were still necessary though:

(set! clojure/map? (not-object-specifier-pred-1 map?))

(set! clojure/meta (not-object-specifier-pred-1 meta))