-
Notifications
You must be signed in to change notification settings - Fork 525
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
Crash on 'simplify' #394
Comments
Could be related to #359. I'll have a look |
cannot reproduce:
|
I think my description of the problem was not complete. It seems from the stack trace that Paket tries to look up indirect dependencies; and indeed this is something which wouldn't yield any results, as non of the projects in the src directory have dependencies on any nugets at this point. So if you also a project which is paket enabled through convert-from-nuget, but which doesn't depend on any packages, you might trigger the same path? |
Flow in
So as long as there are no dependencies for a project, Too bad the stacktrace you provided is not completed, ie I can't determine line numbers. |
I'll try |
Here's a repro; I run:
|
Ok I can reproduce now. @forki - should we generate warning when one tries to
|
-----BEGIN PGP SIGNED MESSAGE----- I think people would expect that the new package is added to the lock file. Update i would expect to update all packages. How otherwise would I add a package without affecting the others? On November 29, 2014 1:54:02 PM CET, Tomasz Heimowski [email protected] wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. iQI+BAEBCgAoBQJUecO/IRxIZW5yaWsgRmVsZHQgPGhlbnJpa0Bsb2dpYml0LnNl |
You can update single package - this should not affect other packages |
I sent a PR for the |
But then how do I update a single package so that it does affect other packages? E.g.:
(->): depends on
On (3) if B can't have the new version of C, update A to the highest possible version where B's dependencies can be met with semver and version levelling, otherwise give error message.
|
Deleted last comment. |
-----BEGIN PGP SIGNED MESSAGE----- Thank you very much. =) On November 29, 2014 2:33:59 PM CET, Tomasz Heimowski [email protected] wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. iQI+BAEBCgAoBQJUedCbIRxIZW5yaWsgRmVsZHQgPGhlbnJpa0Bsb2dpYml0LnNl |
AFAIK such scenario is not supported (fully automated), however you could use the Re |
Yes. We opted against this bundler behavior. I think @agross always wanted
|
When having
in
paket.dependencies
. Also, that nuget is never downloaded when running paket.exe restore.The text was updated successfully, but these errors were encountered: