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

Reduce "stuttering" in env_logger symbols #174

Merged
merged 2 commits into from May 24, 2017

Conversation

Projects
None yet
2 participants
@budziq
Copy link
Contributor

budziq commented May 24, 2017

I did not know if private symbols LogDirective and parse_logging_spec* should also be renamed so this PR is split with private symbols in second commit.

Both unit and doc tests pass, hopefully sed did not miss anything ;)

Hi @dtolnay is this roughly in line with what you've had in mind in #162 (review) ?

resolves: #169

budziq added some commits May 24, 2017

Reduced stuttering in env_logger public symbols
LogTarget -> Target
LogBuilder -> Builder
Reduced stuttering in env_logger private symbols
LogDirective -> Directive
parse_logging_spec* -> parse_spec*
@dtolnay
Copy link
Member

dtolnay left a comment

Exactly. Thank you!

@dtolnay dtolnay merged commit 50ce9a6 into rust-lang-nursery:master May 24, 2017

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.