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

As mentioned in comments on #271, mirror configuration is not properly documented, especially when it comes to regular expression matching. This should be properly specified, and there should be working...

Newbie
docs

The AWS SDK offers a [BOM](https://github.com/aws/aws-sdk-java-v2#importing-the-bom) POM that lets you specify the version once, and get a set of AWS modules that all work together. It looks like the [Managed...

Enhancement

### Problem statement: When doing releases using `lein release` if the release fails, your project can be left in a partially released state. To fix it you either need to...

Enhancement

If I run lein release `:patch` or `:major` or other task, I get the following error ``` Robins-MacBook-Pro-2:$ lein release :patch On branch master Your branch is up-to-date with 'origin/master'....

We could allow unquote-splicing within certain areas of defproject. In places where unquote-splicing doesn't work, we can emit a friendly error message explaining why it doesn't.

Enhancement

It would be pretty awesome if Leiningen was to embrace the Linux Foundation's [SPDX collaborative project](https://spdx.org/) for everything related to licensing. There are many possibilities here, but at a minimum...

Enhancement

We've had some changes in `lein` that haven't been moved over to `lein-pkg`.

Newbie

When working with checkouts that are symlinks, it is very easy to checkout out a branch in your sub-project's canonical directory, or otherwise modify it, and forget that the sub-project...

Enhancement
Newbie

@hyPiRion : this is the basic skeleton of what I think it's going to look like, but I'm curious 1. if there's a canonical way to get the filesystem path...

Shelling out for calling GPG leads to certain complications. In particular, this method does not work at all on Windows, and generates issues when the IO has been rebound, see...

Windows
usability