Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails generating lockfile for LessThan version requirement #313

Closed
ascjones opened this issue Oct 29, 2014 · 2 comments
Closed

Fails generating lockfile for LessThan version requirement #313

ascjones opened this issue Oct 29, 2014 · 2 comments

Comments

@ascjones
Copy link
Contributor

When running paket install for the first time (without a paket.lock file) it fails when generating the lock file for a package which has a LessThan dependency Cassette depends on < 4.0 of Iesi.Collections.

The error is: "Paket failed with: The match cases were incomplete", which correpsonds to a compiler warning in LockFileSerializer.formatVersionRange.

I'm attempting a fix to cover the other cases, will send a PR if it works.

@forki
Copy link
Member

forki commented Oct 29, 2014

Oups
On Oct 29, 2014 8:44 PM, "Andrew Jones" [email protected] wrote:

When running paket install for the first time (without a paket.lock file)
it fails when generating the lock file for a package which has a LessThan
dependency Cassette https://www.nuget.org/packages/Cassette/ depends on
< 4.0 of Iesi.Collections.

The error is: "Paket failed with: The match cases were incomplete", which
correpsonds to a compiler warning in LockFileSerializer.formatVersionRange.

I'm attempting a fix to cover the other cases, will send a PR if it works.


Reply to this email directly or view it on GitHub
#313.

@ascjones
Copy link
Contributor Author

Pulll request: #314

@forki forki closed this as completed Oct 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants