From 54cd1fa85f230c452de92bab53e9b784567068c4 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 8 Dec 2021 18:08:02 +0100 Subject: [PATCH] Add core specs warning --- src/babashka/main.clj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/babashka/main.clj b/src/babashka/main.clj index 477e8243..2e8cfebd 100644 --- a/src/babashka/main.clj +++ b/src/babashka/main.clj @@ -731,6 +731,9 @@ Use bb run --help to show this help output. clojure.spec.alpha (binding [*out* *err*] (println "[babashka] WARNING: Use the babashka-compatible version of clojure.spec.alpha, available here: https://github.com/babashka/spec.alpha")) + clojure.core.specs.alpha + (binding [*out* *err*] + (println "[babashka] WARNING: clojure.core.specs.alpha isremoved from the classpath, unless you explicitly add the dependency.")) nil))) main (if (and jar (not main)) (when-let [res (cp/getResource