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

can't run xargo concurrently #5

Closed
japaric opened this issue Apr 2, 2016 · 0 comments · Fixed by #14
Closed

can't run xargo concurrently #5

japaric opened this issue Apr 2, 2016 · 0 comments · Fixed by #14

Comments

@japaric
Copy link
Owner

japaric commented Apr 2, 2016

it can create problems because each instance may try to download the source code to the same directory. A possible solution is to use lockfiles as in rust-lang/cargo#2486.

japaric pushed a commit that referenced this issue Apr 10, 2016
japaric pushed a commit that referenced this issue Apr 23, 2016
improvements:

- we now report errors to the console instead of paniking.
- we now report Xargo current status to the console instead of logging it.
- you can use Xargo concurrently thanks to file locking.

refactors:

- use Cargo's 'config' parsing support instead of rolling our own.
- now that we are printing to the console, I have removed logging.

closes #5
closes #7
Nils-TUD pushed a commit to Nils-TUD/xargo that referenced this issue Sep 4, 2019
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

Successfully merging a pull request may close this issue.

1 participant