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

getopts: cleanup, renames, remove reexports #19365

Merged
merged 1 commit into from
Nov 30, 2014

Conversation

frewsxcv
Copy link
Member

  • Remove public reexports, as a part of libs: clean up enums now that namespacing has arrived #19253
  • Rename getopts::Fail_ to getopts::Fail
    • Didn't see a reason for the suffixed '_'
  • Removed getopts::FailType
    • Looked like it was only beings used for tests; refactored the tests
      to stop requiring it
  • A few other non-breaking trivial refactoring changes

[breaking-change]

* Remove public reexports, as a part of rust-lang#19253
* Rename getopts::Fail_ to getopts::Fail
 * Didn't see a reason for the suffixed '_'
* Removed getopts::FailType
 * Looked like it was only beings used for tests; refactored the tests
   to stop requiring it
* A few other non-breaking trivial refactoring changes

[breaking-change]
bors added a commit that referenced this pull request Nov 30, 2014
* Remove public reexports, as a part of #19253
* Rename getopts::Fail_ to getopts::Fail
 * Didn't see a reason for the suffixed '_'
* Removed getopts::FailType
 * Looked like it was only beings used for tests; refactored the tests
   to stop requiring it
* A few other non-breaking trivial refactoring changes

[breaking-change]
@bors bors closed this Nov 30, 2014
@bors bors merged commit 1919b12 into rust-lang:master Nov 30, 2014
@frewsxcv frewsxcv deleted the getopts-cleanup branch October 2, 2016 23:07
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.

3 participants