boot
boot copied to clipboard
Build tooling for Clojure.
Sift currently supports an option for moving files in the fileset, but it'd be nice to copy files to another place within the fileset. The original source of the transformation...
Boot does not follow symlinks when using `add-resource`. *NOTE: This may be limited to macos, as the issue does not present when using CI*
Currently packaging boot to be installed via vendor tooling, which gives sysadmin people better peace of mind than a blind `sudo bash curl ...` invocation. Presently doing this via simply...
build.boot: ``` (set-env! :source-paths #{"src"} :dependencies '[[org.clojure/clojure "1.7.0"]]) (task-options! repl {:init-ns 'nrepl.foo :eval '(set! *print-length* 20)}) ``` Running `cider-jack-in` in Emacs and evaluating `*print-length*` => nil. Expected result: 20. When...
The filesystem watcher should never die. In 2.7.0 issue #477 has been fixed. When creating a file with mode 000, the filesystem watcher dies (i.e. touch foo.clj; chmod 000 foo.clj)...
I wrote a Windows version of a command-line desktop notification program (https://github.com/RadicalZephyr/DesktopNotifier), so the `notify` task could try to check for the presence of this program the way it does...
Hello folks! I see there are two ways of using `push`. 1. `:repositories` key is set: I can use `--repo` for selecting the one I with to use. 2. I...
It would be cool if there was a guide on using pods not just the basics of the pods API
Boot just auto updated to 2.5.2 and now compilation is very slow, more than 12 seconds for the demos/petrol examples for instance.
When I use `(boot (aot :namespace '#{ns1 ns2}))` in the REPL this works fine. When I run the same code as a script the AOT does not happen, the `sparkling.serialization.Registrator`...