-
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
Paket v4 fails update cmd (infinite dependency loop ?) #2225
Comments
Yes please provide a repro. We are very interested in fixing this
Am 10.04.2017 12:11 nachm. schrieb "MrLuje" <[email protected]>:
Description
I have a solution where paket (4.3.0 at this time) fails the update
command, it never ends
whereas with paket 3.36, it finished in 4s
Repro steps
Not ATM, reproduced with a private repo, I will try to provide something if
I can pinpoint the issue
Expected behavior
Paket update should finish in a reasonable amount time
Actual behavior
I stopped the update after 30 min
I attached a filtered verbose output for both v3 & v4 paket.exe
v4_res.txt <https://github.com/fsprojects/Paket/files/909697/v4_res.txt>
v3_res.txt <https://github.com/fsprojects/Paket/files/909698/v3_res.txt>
You can see that v4 seems lost in the dependency graph, not sure if caused
by a circular dependency but the thing is it was working fine with v3
Known workarounds
Stick with v3 for this solution 😢
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2225>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNPgFIQwr2ITjzQS_2Hh8qxyK-_qMks5rugBogaJpZM4M4lCI>
.
|
You can check https://github.com/MrLuje/Paket-v4-update-issue I was not able to properly reproduce it so I integrated the same dependency graph we currently have on our private repo (as a local repository in the sln) We found the cause : MassTransit & StackExchange.Redis have some incompatible versions (we can see this in verbose output) but it should be able to stop crawling the packages 😄 |
/cc @cloudRoutine. I think we should debug this one |
Description
I have a solution where paket (4.3.0 at this time) fails the update command, it never ends
whereas with paket 3.36, it finished in 4s
Repro steps
Not ATM, reproduced with a private repo, I will try to provide something if I can pinpoint the issue
Expected behavior
Paket update should finish in a reasonable amount time
Actual behavior
I stopped the update after 30 min
I attached a filtered verbose output for both v3 & v4 paket.exe
v4_res.txt
v3_res.txt
You can see that v4 seems lost in the dependency graph, not sure if caused by a circular dependency but the thing is it was working fine with v3
Known workarounds
Stick with v3 for this solution 😢
The text was updated successfully, but these errors were encountered: