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

With leininigen 2.5.1, lein repl will fail under MingW/bash with a "Could not find or load main class clojure.main" error. The culprit seems to be that the delimiter used when...

Windows
bug

There seems to be an issue introduced in Leiningen recently that breaks the ability to write in multiple lines of things. Take, for example, this example session: ``` clojure user=>...

bug
upstream

Hi there! v2.4.0 introduced the following change: `Automatically clean before deploy to avoid AOT in libraries. (Phil Hagelberg)`. Not sure if this was discussed somewhere - struggling to find the...

I couldn't see any documentation on how to return exit-codes from eval-in-project functions called from a lein plugin. It also wasn't clear to me that eval-in-project functions are called from...

Newbie
docs

Currently `leiningen` writes `.nrepl-port` into a root of the directory to enhance interoperability with external tools. There are at least two issues with this approach. Firstly, if an external tool...

Enhancement

This issue very similar to #1080, with the notable exception that shelling out requires rebinding by default. However, #1355 will not save us from this one.

bug

I can't refer to tests having `->` in its names because `>` symbol is treated as stdout redirection. I use Leiningen 2.4.2 under Windows 7 and PowerShell 4.0 and run...

Windows

With the popular lein-release plugin configured in the :user profile, the new built-in release task still runs, and its docstring is what 'lein help' shows.

bug
upstream

This stuff works fairly well but you have to read the code to understand how it works.

docs

Steps to reproduce: ``` bat lein new app helloworld cd helloworld lein run Hello, World! lein trampoline run Error: Could not find or load main class clojure.main ``` Output of...

Windows
bug