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

Currently, error messages caused by network problems when downloading dependencies are hard to read and understand. Although you can easily guess their cause, it should probably be a bit more...

Newbie
usability

The lein upgrade works well, but the powerShell command seems to output the help message of PowerShell. Afterward, the upgrade is clean, and also the upgrade when already upgraded, but...

Windows

Added troubleshooting tips for two problems I run into and had troubles fixing. The cause of the former is mentioned elsewhere in the docs but when you run into it,...

There is some room for improvement around the error handling/messaging for repository credentials. For example: - If gpg is not installed, there is just a "could not run gpg" error...

Newbie
usability

The solution to #957 constrains the usability of `lein deploy`. One can no longer do e.g. `lein do test, deploy`, as `lein test` may read data from sysin, and this...

Enhancement
usability
investigate

Windows 7, Java 8 ``` java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode) ``` Repro: ``` cd leiningen-core lein bootstrap...

Windows

https://github.com/technomancy/leiningen/blob/aba4502f59e30fd1e63c0530d8fc369683ae6c80/bin/lein.ps1#L43 > Exception calling "IsBypassed" with "1" argument(s): "Operation is not supported on this platform." At C:\Users\me\Downloads\lein.ps1:43 char:8 \+ if(!([Net.WebRequest]::DefaultWebProxy.IsBypassed('https://github ... \+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException...

Windows

I'm using Java 1.8.0_144-b01 since Java 7 is not available anymore. I installed leiningen via the command `lein.bat self-install` It seems like everything worked, but now every command beginning with...

Windows

Hello, I got this error message while trying to install leiningen on windows: ``` C:/me/> lein self-install E:/lein/\self-installs\leiningen-2.8.1-standalone.jar can not be found. You can try running "lein self-install" or change...

Windows

I got "The input line is too long." on windows. See: http://support.microsoft.com/kb/830473

Windows