From 4715d13f71348796483442417fce79d72faea52f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 11 Oct 2024 12:54:30 +0200 Subject: [PATCH] Bump SCI, add note --- sci | 2 +- src/babashka/impl/classes.clj | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sci b/sci index 6c49b7ed..e147737d 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit 6c49b7ed9346e05e0868193c355e7c38ca7bcec9 +Subproject commit e147737d955150cc42568248f97dd7d9f647eba4 diff --git a/src/babashka/impl/classes.clj b/src/babashka/impl/classes.clj index 25d978a2..03adfbd1 100644 --- a/src/babashka/impl/classes.clj +++ b/src/babashka/impl/classes.clj @@ -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?