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

Making errors lower-cased in in libsyntax and librustc #12065

Merged
merged 1 commit into from
Feb 8, 2014

Conversation

mrshu
Copy link
Contributor

@mrshu mrshu commented Feb 6, 2014

This pull request tries to fix #12050.

I went after these wrong errors quite aggressively so it might be that I also changed some strings that are not actual errors.

Please point those out and I will update this pull request accordingly.

@brson
Copy link
Contributor

brson commented Feb 6, 2014

Awesome cleanup! This is the kind of attention to detail we need to make Rust really nice.

@mrshu
Copy link
Contributor Author

mrshu commented Feb 7, 2014

I am not sure what these failed tests mean.

Did I break something?

@mrshu
Copy link
Contributor Author

mrshu commented Feb 7, 2014

Apparently I did. The latest commit should fix that.

@mrshu
Copy link
Contributor Author

mrshu commented Feb 7, 2014

My bad, I still missed some.

I hope I covered all of them this time.

@alexcrichton
Copy link
Member

Looks like a rebase is needed. Could you also squash these commits while you're at it?

@mrshu
Copy link
Contributor Author

mrshu commented Feb 7, 2014

@alexcrichton Tried to do so, they should now be just one commit.

@mrshu
Copy link
Contributor Author

mrshu commented Feb 8, 2014

It seems that there were some I still missed.

It should be all good now.

@alexcrichton
Copy link
Member

Seems to need another rebase (sorry!)

Error messages cleaned in librustc/middle

Error messages cleaned in libsyntax

Error messages cleaned in libsyntax more agressively

Error messages cleaned in librustc more aggressively

Fixed affected tests

Fixed other failing tests

Last failing tests fixed
@mrshu
Copy link
Contributor Author

mrshu commented Feb 8, 2014

My bad, rust is moving extra fast =).

Should be better now.

bors added a commit that referenced this pull request Feb 8, 2014
This pull request tries to fix #12050.

I went after these wrong errors quite aggressively so it might be that I also changed some strings that are not actual errors.

Please point those out and I will update this pull request accordingly.
@bors bors closed this Feb 8, 2014
@bors bors merged commit ee3fa68 into rust-lang:master Feb 8, 2014
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 11, 2024
Add `.front()` to `get_first` lint description

Fix rust-lang#12063

changelog: none
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.

Lower-case diagnostics in libsyntax and librustc
4 participants