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
I get the following error using 2.6.0 but not 2.5.5
java.lang.IllegalArgumentException: No matching method found: copy ... boot.tmpdir/add-blob! tmpdir.clj: 87
To reproduce
(set-env! :resource-paths #{"test"}) (require '[clojure.java.io :as io]) (deftask copy [] (with-pre-wrap filest (-> fileset (cp (io/file "build.boot") (-> fileset input-files first)) commit!)))
If my understanding is correct running boot copy should replace a file in test dir with contents of build.boot
boot copy
test
build.boot
The text was updated successfully, but these errors were encountered:
fix #502: boot.tmpdir/cp: pass file path to add-blob!
06222e0
Old bug but still present. Seems nobody is using boot.tmpdir/cp 😹 Opened a PR for a fix in #675.
boot.tmpdir/cp
Sorry, something went wrong.
249a7cb
3b93264
martinklepsch
No branches or pull requests
I get the following error using 2.6.0 but not 2.5.5
To reproduce
If my understanding is correct running
boot copy
should replace a file intest
dir with contents ofbuild.boot
The text was updated successfully, but these errors were encountered: