We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's not a feature I recommend to use, but it will help using several libs from the past:
borkdude@MBP2019 /tmp $ export BABASHKA_CLASSPATH=`clj -Sdeps '{:deps {cpath-clj/cpath-clj {:mvn/version "0.1.2"}}}' -Spath` borkdude@MBP2019 /tmp $ bb -e "(require '[cpath-clj.core :as cp])" ----- Error -------------------------------------------------------------------- Type: java.lang.IllegalArgumentException Message: No matching clause: [io :as io] Location: cpath_clj/core.clj:1:1 ----- Context ------------------------------------------------------------------ 1: (ns cpath-clj.core ^--- No matching clause: [io :as io] 2: (:require [clojure.java 3: [io :as io] 4: [classpath :as cp]]) 5: (:import [java.net URL URI] 6: [java.util.jar JarFile] ----- Stack trace -------------------------------------------------------------- user - <expr>:1:1
The text was updated successfully, but these errors were encountered:
[#399] Support nested libspecs
31acbf0
[babashka/sci#399] Nested libspecs
f213f96
e5ee8ad
No branches or pull requests
It's not a feature I recommend to use, but it will help using several libs from the past:
The text was updated successfully, but these errors were encountered: