sarugaku / passa

Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.
ISC License
53 stars 12 forks source link

Review how non-named requirements are locked into candidates #38

Open uranusjr opened 6 years ago

uranusjr commented 6 years ago

pypa/pipenv#2826. I think Passa currently also locks editable VCS to a specific ref.

Really though, non-local editable is just very confusing to me, to the point I suspect the whole design is just bad.

techalchemy commented 6 years ago

Hmm good point. I’m guessing the editable element is supposed to mean that it doesn’t need a specific hash... lets follow up on this one