-
Notifications
You must be signed in to change notification settings - Fork 109
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
Replace threads with a job manager in minicargo #316
Conversation
…iple builds with different features)
Should fix #307 |
Yay! I’ll try to run a few builds via MacPorts port file |
Let me know how it goes, I'm pretty sure the branch is working but not 100% sure. |
@thepowersgang it fails quite fast on
|
Should be fixed now. |
@catap Let me know if that fixes the issue you're seeing? Don't want to break things too badly. |
@thepowersgang now it's failing as:
|
Ah, the fun of different compilers having different ability to see returns. |
@thepowersgang
|
hmm... segfault, I'm assuming that would also be present in master, so I'm just going to merge this branch to get it in, |
This simplifies the minicargo code (as it avoids threading issues), and opens the way for a pretty progress indicator.
cfg()
inCargo.toml
files