-
Notifications
You must be signed in to change notification settings - Fork 527
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
Fix repeated conflict detection and introduce optional resolver timeout #3084
Fix repeated conflict detection and introduce optional resolver timeout #3084
Conversation
oups ;-) |
Good, maybe that explains our changing Lockfile as well. |
ok there are two integration tests failing. I think it's because the output changed |
I may be mistaken but it looks to me like the failure is unrelated -- i.e. the
And |
master is green AFAIK |
Also locally (Windows only) the Right, I have no Mono install, and |
ok let me try to rebase it in new PR |
let's see #3085 |
the other one is green |
Thx. It's released |
HashSet
as set item -- as it was not comparable, it was always adding new records -- it was replaced by F#Set
which implements comparable as expectedPAKET_RESOLVER_TIMEOUT
environment variable, allowing to terminate the resolver in finite time -- for cases when we hit "loop of doom" on automated build agents