Skip to content

Update more uses of Option, Some and None to camel case #4644

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

Merged
merged 6 commits into from
Jan 26, 2013

Conversation

martica
Copy link
Contributor

@martica martica commented Jan 26, 2013

I've updated most of the outstanding lowercase uses of Option, Some and None. I was inspired by the error message (corrected in 7ff7489) as it was slightly misleading.

There are still outstanding uses of the lowercase None. If this is useful, I'll go back and work through that list as well.

I haven't added any new regression tests. I wasn't sure they were appropriate in this case. Almost all of these changes are to places that the tests don't really cover: comments, xfailed tests and error and debug messages.

make check: summary of 23 test runs: 4252 passed; 0 failed; 280 ignored :)

@catamorphism
Copy link
Contributor

Great, thanks!

catamorphism added a commit that referenced this pull request Jan 26, 2013
Update more uses of Option, Some and None to camel case
@catamorphism catamorphism merged commit 2c78169 into rust-lang:incoming Jan 26, 2013
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.

2 participants