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

packages/ parallel race condition #1937

Open
haf-lynx opened this issue Oct 3, 2016 · 2 comments
Open

packages/ parallel race condition #1937

haf-lynx opened this issue Oct 3, 2016 · 2 comments

Comments

@haf-lynx
Copy link

haf-lynx commented Oct 3, 2016

If MsBuild is used to build the solution with paket in parallel, then the lock implementation in Paket is broken; see 66ca1d5#commitcomment-19267997 for details and suggested solution.

This issue is identical to the closed issue #858

I may not have identified our interleaving, but the end result is a never-finishing build because some lock never is released, so progress cannot be made.

@forki
Copy link
Member

forki commented Oct 4, 2016

Are you up to send a PR? Or do you know someone who might be interested in fixing it?

@mattrrichard
Copy link

What about only running paket once per solution instead of once per project? I know there's no "before solution" event, but can we come up with a way to make it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants