Bump SCI, add note
This commit is contained in:
parent
8b46e030ca
commit
4715d13f71
2 changed files with 5 additions and 1 deletions
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit 6c49b7ed9346e05e0868193c355e7c38ca7bcec9
|
||||
Subproject commit e147737d955150cc42568248f97dd7d9f647eba4
|
||||
|
|
@ -815,6 +815,8 @@
|
|||
Integer java.lang.Integer
|
||||
InterruptedException java.lang.InterruptedException
|
||||
Iterable java.lang.Iterable
|
||||
;; NOTE: in hindsight File never belonged to the default imports of Clojure,
|
||||
;; but it's been here to long to remove probably
|
||||
File java.io.File
|
||||
Float java.lang.Float
|
||||
Long java.lang.Long
|
||||
|
|
@ -842,6 +844,8 @@
|
|||
ThreadDeath java.lang.ThreadDeath
|
||||
UnsupportedOperationException java.lang.UnsupportedOperationException})
|
||||
|
||||
;; (eval (vec (keys imports)))
|
||||
|
||||
(defn reflection-file-entries []
|
||||
(let [entries (vec (for [c (sort (concat (:all classes)
|
||||
(when features/java-net-http?
|
||||
|
|
|
|||
Loading…
Reference in a new issue