Improve error message on home directory mismatch#1895
Improve error message on home directory mismatch#1895kinnison merged 1 commit intorust-lang:masterfrom
Conversation
|
AppVeyor had a couple tests failing, all with an error message of: I don't think that's due to the changes here (I see the same error message in other PR builds), but let me know if that's something I need to look at on my end. |
Yeah, that's appveyor being a pain. I'm looking at what it might take to switch to a different Windows provider for builds. I'm going to chat to someone from Travis tomorrow. |
kinnison
left a comment
There was a problem hiding this comment.
I think this looks good to me.
kinnison
left a comment
There was a problem hiding this comment.
Please fold the commits together - 'chore' commits are not in-style for rustup.
Once that's done it looks good to me.
3476479 to
2f364d9
Compare
|
thanks @kinnison! squashed accordingly. so I know for future reference, is it that rustup uses different commit message standards or that contributors should squash all commits into one? |
|
Travis failure seems unrelated, but again please let me know if there's anything needed on my end |
It's more that I prefer the commits be actually useful for working out why a line is what it is. i.e. the change should be attributed to the functional difference, not that you were making a cleanup in response to a code review :D |
I've retried the travis, it shouldn't be anything you did, looks like an internal timeout in Travis |
Refs #1884 - Augment error message displayed to the user when there's a mismatch between $HOME and the euid-obtained value for the home directory