Add missing classes to support specter
This commit is contained in:
parent
9d685d7f38
commit
7c81443ae7
2 changed files with 6 additions and 2 deletions
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit 3f289f7e946151ee6bc3055e5ed23a2b2007beed
|
||||
Subproject commit 34ea25a342b41486631071c1ae3b57e150b02bdb
|
||||
|
|
@ -158,6 +158,7 @@
|
|||
java.lang.Character
|
||||
java.lang.CharSequence
|
||||
java.lang.Class
|
||||
java.lang.ClassCastException
|
||||
java.lang.ClassNotFoundException
|
||||
java.lang.Comparable
|
||||
java.lang.Double
|
||||
|
|
@ -410,7 +411,8 @@
|
|||
;; classes: add the privage class here and the public class to the normal
|
||||
;; list above and then everything reachable via the public class will be
|
||||
;; visible in the native image.
|
||||
:instance-checks [clojure.lang.AMapEntry ;; for proxy
|
||||
:instance-checks [clojure.lang.AFn
|
||||
clojure.lang.AMapEntry ;; for proxy
|
||||
clojure.lang.APersistentMap ;; for proxy
|
||||
clojure.lang.APersistentSet
|
||||
clojure.lang.AReference
|
||||
|
|
@ -440,6 +442,7 @@
|
|||
clojure.lang.IKVReduce
|
||||
clojure.lang.IRef
|
||||
clojure.lang.ISeq
|
||||
clojure.lang.ITransientVector
|
||||
clojure.lang.Indexed
|
||||
clojure.lang.Iterate
|
||||
clojure.lang.LazySeq
|
||||
|
|
@ -551,6 +554,7 @@
|
|||
Character java.lang.Character
|
||||
CharSequence java.lang.CharSequence
|
||||
Class java.lang.Class
|
||||
ClassCastException java.lang.ClassCastException
|
||||
ClassNotFoundException java.lang.ClassNotFoundException
|
||||
Comparable java.lang.Comparable
|
||||
Double java.lang.Double
|
||||
|
|
|
|||
Loading…
Reference in a new issue