boot icon indicating copy to clipboard operation
boot copied to clipboard

Build tooling for Clojure.

Results 101 boot issues
Sort by recently updated
recently updated
newest added

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...

Enhancement
Built-in Tasks

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...

blocked

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)...

Bug
pr-most-welcome

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...

Enhancement
help wanted
Windows

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...

help wanted
Documentation

It would be cool if there was a guide on using pods not just the basics of the pods API

help wanted
Documentation
pr-most-welcome

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.

question

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`...