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

My immediate use-case for this feature is to be able to automatically activate different profiles depending on which OS lein is running. I opted for a more general solution so...

Enhancement

This is effectively the Windows version of #1996. It would require familiarity with shell and batch scripting, but you don't have to know the deep internals of Leiningen to solve...

Windows
Newbie

I believe there's no way to get help for a task once you've aliased its name. This could be considered bad practice but it's also quite useful. Could there be...

Enhancement
docs

It could be helpful for users to have a `--dry-run` command they can pass when calling the `release` and `deploy` commands. This would show exactly what would happen before it...

Enhancement

With the pull request #2174 we're not far away from replacing the batch script with powershell. This will require some investigation to keep the usability good (or at least alright):...

Windows
usability
investigate

I'm currently working on a few projects that utilize [weavejester/codox](https://github.com/weavejester/codox), where I want to have the documentation generation part of the release process when I use `lein release`. I can...

Enhancement

What if we could provide some sort of verbose option that allowed users to see every task and alias invocation, along with the profiles active at the time?

Enhancement

I am recommending that you update the installation instructions to add PowerShell 4 as a requirement for Windows installations. Trying to run the PowerShell script on Windows 7, I received...

Windows
usability

`lein self-install` throw unexpected PowerShell message on Windows 10. Despite this, installation process is correct. Lein download leiningen-2.5.3-standalone.jar and seems to works properly, only the output is misleading. ``` C:\Users\Kros>lein...

Windows
bug

Currently self-installation produces some `curl` output noise, making a no-op command to cause self-installation to run desirable to avoid this cluttering up later commands; however, `lein self-install` issues a deprecation...

Enhancement