-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Improve runner parsing #75
Improve runner parsing #75
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just one change required.
I'm going to get a quick hotfix out to make nextest non-fatal in case of any issues (which I believe is the correct thing to do anyway), then let's figure out a good fix here. |
294e674
to
9ed4789
Compare
9ed4789
to
da627c4
Compare
da627c4
to
bc78721
Compare
I'll have a final look at this and land it later today. Thanks! |
Thanks! I have some minor plans for improvement but I'll land this and iterate on it myself. |
Fix for #73
I'm not sure about the second commit. Maybe we should stop the ancestors walk at the workspace root ?
What was the goal behind
use_cargo_home
? tests ? If so, I guess both approach would work.Fun fact: the tests where broken before the first commit on my computer because they were reading my home config with an array of strings (even with the
use_cargo_home = false
)...