lsevero / abclj

Clojure to Common lisp interop
Eclipse Public License 2.0
88 stars 4 forks source link

quickload fails, cannot probe wild pathname as directory #12

Open vxe opened 3 years ago

vxe commented 3 years ago
user=> (require '[abclj.quicklisp :refer [quickload]])
nil
user=> (quickload :trivial-http :drakma)
Execution error (UnhandledCondition) at abclj.java.AbcljUtils$2/execute (AbcljUtils.java:70).
Unhandled lisp condition: Cannot probe a wild pathname as a directory.

anyway to debug this further?