You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like an issue with fresh.core line 42, ns-to-file, which is returning URL Encoded file paths.
(file (.getFile url))
One solution would be adding a URLDecoder. This would fix the encoded space and any other URL Encoding issues in directories, but would require a dependency on java.net.
Thanks @brandoncorrea. The fresh library should be deprecated since clojure.tools.namespace.dir exists now. The correct fix would be to swap out the use of fresh.
lein spec -a
Changes to the core.clj file do not get reloaded and specs do not rerun. Removing the space in the directory name fixes the problem.
bowling katas.zip
The text was updated successfully, but these errors were encountered: