leiningen icon indicating copy to clipboard operation
leiningen copied to clipboard

Moved to Codeberg; this is a convenience mirror

Results 100 leiningen issues
Sort by recently updated
recently updated
newest added

**Initial debugging steps** Before creating a report, _especially_ around exceptions being thrown when running Leiningen, please check if the error still occurs after: - [x] Updating to using the latest...

If a plugin causes a version range etc then `:pedantic? :abort` will abort the build however plugins are optional and can be global in profiles.clj. I don't necessarily want my...

Enhancement

I find it weird that lein uses JAVA_CMD as the environment variable to find the path to Java if java isn't on the path. It is more standard to have...

Enhancement
Windows

Hi there! Becase check.clj [checks only `:source-paths`](https://github.com/technomancy/leiningen/blob/24fb93936133bd7fc30c393c127e9e69bb5f2392/src/leiningen/check.clj#L11), it is not intuitive to make `lein check` also check `test/` namespaces. (One might have guessed that `with-profile +test` would work - but...

Enhancement
Newbie

This is a set of improvements to the bash code for leiningen. It's a work in progress and will take some time to complete. The PR includes a test suite...

Follow up for irc conversation. With lein 2.5.1, - run `lein new app testapp` - add `:auto-clean false` to `project.clj` (I also tried adding it to `uberjar` profile`) - run...

Enhancement
usability

Hi, last week we started to see a peculiar phenomenon, where Leiningen behaved differently in different environments. We haven't yet had time to debug the issue further, so can't yet...

needrepro

One of the nice things about the NPM/Yarn ecosystem is that it is easy to add a dependency to your project by copy/pasting a line from the project's README which...

Enhancement

**Describe the bug** I've tested this behavior across several 2.9.x versions of `lein`, but looking at the code involved, it doesn't look like anything has changed that would affect the...

bug

When conflict deps found, print the depency of newest version.