-
Couldn't load subscription status.
- Fork 523
Open
Labels
beginnerbughelp wantedunlikely to be tackled by core maintainersunlikely to be tackled by core maintainersmix/elixiruse case that specifically hits elixir users through mixuse case that specifically hits elixir users through mix
Description
We currently don't support version requirements like ~> 1.0 or ~> 2.0. The issue being the or. We have no support for or or and. This causes transitive Elixir dependencies to often fail because they can't be resolved.
Handling the constraint once parsed I think should be to just pick the largest. So in the case of ~> 1.0 or ~> 2.0 it will be converted to ~> 2.0.
starbelly, pablocostass, shamis, filmor, eproxus and 2 more
Metadata
Metadata
Assignees
Labels
beginnerbughelp wantedunlikely to be tackled by core maintainersunlikely to be tackled by core maintainersmix/elixiruse case that specifically hits elixir users through mixuse case that specifically hits elixir users through mix