You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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#5closes#7
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.
The text was updated successfully, but these errors were encountered: