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

- Add info about `boot.l4j.ini` in boot help env var section (eg. BOOT_JVM_OPTS).

Enhancement

Hello! 😁 I have introduced boot to a few colleagues now and I feel there should be a clear delimitation in the `boot -h` between tasks that are provided by...

Enhancement
Starter
User Experience

It would be very helpful, esp. for newcomers, if file role were indicated in the output of `show -f`. Color coding would be nice, but IMO should be complemented by...

Enhancement
Starter

This would allow programmatic consumption of the output if need be. Maybe a `-E/--edn` option?

Enhancement
Starter

Filing this as an issue per discussions in Slack. Once boot enters the repl task, no other task can run within **that** pipeline. If a user has a task or...

Documentation

`aot` task uses aether to resolve dependencies, with the default of `:retrieve true`. This causes `aot` to talk to maven repos over the network, even when all the deps are...

Enhancement

Looks like Leiningen writes the enabled repositories into the pom.xml: ``` central https://repo1.maven.org/maven2/ false true clojars https://clojars.org/repo/ true true ``` Seems like some Leiningen plugins might use this information somehow:...

Enhancement
Starter

`(sift :add-jar {’namespace “path"})` will NPE if the namespace is missing, this should be caught to be more helpful.

Enhancement
Starter
User Experience

Hi, complete clojurescript newb here. After completing the steps in the `Install` section of the readme, there's an `Update` where it tells you that you can update `boot` by running...

Documentation
User Experience

Hello boot folks! An idea I had while trying to deploy to Maven Central today is that we could probably detect the target repository, which usually comes in a `:repo-map`...

Enhancement
User Experience