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

when starting a repl in a terminal, if I use the `trampoline` option, stack traces and messages for errors during load of my :main namespace are hidden to reproduce: add...

bug

I don't have much experience with Leiningen, but this looks awfully strange (note that I have `lein2` as both 2.x and 1.7.x are running on my system). ``` Charless-MacBook-Air:featurize charleslparker$...

Enhancement
Newbie
docs
usability

This is an umbrella issue for all the blockers and speedbumps I've discovered this week while trying to release https://github.com/timmc/johnny to Maven Central. Individual items should be converted into or...

Enhancement
docs

My tmux sessions benefit from setting `TERM=screen-256color`. I presume that [this is the line](https://github.com/technomancy/leiningen/blob/7aef5c3cfcfc68ee4762e27d623ecd1f93a4f2d5/bin/lein#L224) that implements certain JLine workarounds only if TERM is set to rxvt, xterm or vt, because...

Windows
bug
upstream

Currently all the same defined `:prep-tasks` are run for `lein run` and `lein jar`. Can I somehow define different prep tasks for `run` and for `jar`?

Newbie
docs

``` clojure (defproject test "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.6.0"]] :profiles { :foo ^{:pom-scope :provided} {:dependencies [[cheshire "5.3.1"]]} :fooc [:base :system :user :provided :dev :foo] :bar ^{:pom-scope :provided} {:dependencies [[cheshire "5.3.1"]]} :barc...

bug

as discussed in #615, gpg is unable to prompt for a passphrase when you run `lein repl`. If you don't configure the agent properly, your repl will just hang. However,...

Windows

Currently I am working on a project A that has another project B as a checkouts dep. The project B has some Java classes in its `:java-source-paths`. However, when I...

Enhancement

Hi, I am trying to use nar archives, which are basically jars that contain native libraries created by nar-maven-plugin. I discovered that if I only rename libraryX.nar to libraryX.jar or...

Enhancement

`lein trampoline repl` under Cygwin is unresponsive. It compiles the namespaces, prints `user=>` and then does not respond to any input. After killing with Ctrl-c whatever was entered before gets...

Windows
bug