leiningen icon indicating copy to clipboard operation
leiningen copied to clipboard

Moved to Codeberg; this is a convenience mirror

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

Typically I develop more complex projects by using the checkouts feature, and using symlinks in my `checkouts` directory to a specific checkout located somewhere else on the file system. This...

bug

I noticed this when playing around with #1572: If you change version of a dependency that you aot compile some namespaces from (for example, Leiningen compiles `cemerick.pomegranate`), then that namespace...

bug

**Describe the bug** `:pom-addition` in profiles, invoked via `:classifiers` doesn't affect pom.properties in classified jar files. **To Reproduce** Here's a test case project.clj: ``` (defproject lein-classifier-pom-addition-bug "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.10.1"]]...

Enhancement

I have ``` :mirrors {#"central" {:name "Internal central mirror" :url "http://maven.example.lan:8081/nexus/content/repositories/central/" :snapshots false} ``` I see all of my dependencies get resolved through it, awesome. Then I disconnect from my...

bug
needrepro

This causes `:native-path` and `:target-path` to not be properly initialised, causing potential havoc and trouble.

bug
needrepro

I'm not sure if this is by design or not, but before working on a PR to change it, I thought I'd check. I'd like to have a [project-dir]/profiles.clj file...

Enhancement

That is, given a plugin with coordinates `com.foo/bar`, the plugin within that artifact must be in the namespace `bar.plugin`. This is bad if you're trying to avoid polluting the top-level...

Enhancement

It would help reduce backup sizes on macOS for Time Machine and 3rd party backup tools if Leiningen's generated files, caches, and target directories were marked to not be backed...

Enhancement

> Leiningen will automatically merge the :dev profile into the project configuration for the repl, test, and run tasks, but not jar or uberjar. from this quoted comment, I am...

Enhancement
docs

@bhauman writes in http://rigsomelight.com/2016/05/17/good-configuration-feedback-is-essential.html about the importance of good feedback from our tools. Running lein on a project.clj with a misspelled `dependencies` key does not lead the user in the...

Enhancement
usability