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

io error message in make_tests #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

io error message in make_tests #58

wants to merge 1 commit into from

Conversation

colin-kiegel
Copy link

@colin-kiegel colin-kiegel commented Mar 10, 2017

This would have helped me to understand a broken configuration more quickly. I had compiletest set up to look for a couple of directories, but one was missing and it took me a while to figure it out.

PS: The previous error message was generic, something like "Path does not exist".

@laumann
Copy link
Collaborator

laumann commented Mar 20, 2017

Hey @colin-kiegel, sorry for not getting back on this PR sooner.

I'm somewhat hesitant to merge a change like this, because this tool is meant to just be an extraction of the same tool in rust-lang/rust. The codebase here hasn't kept up with rust-lang/rust in a while (primarily because no one has asked), but if that happens, then a change like this is likely to get lost.

On the other hand, this is pretty trivial, so I'm thinking to merge it and that'll be that. May I suggest you submit this as a PR for rust-lang/rust as well?

@colin-kiegel
Copy link
Author

Yes, that's ok for me.

Copy link
Contributor

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Munksgaard added a commit to Munksgaard/rust that referenced this pull request Nov 13, 2019
We should use expect instead of unwrap.

This commit is based on Manishearth/compiletest-rs#58. Thanks to @colin-kiegel.
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Nov 14, 2019
Improve error message in make_tests

We should use expect instead of unwrap.

This commit is based on Manishearth/compiletest-rs#58. Thanks to @colin-kiegel.
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 this pull request may close these issues.

None yet

3 participants