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

Audit all Error types in bldr crate .vs core create and remove unused Cargo dependencies in bldr crate. #336

Merged
merged 2 commits into from
Mar 30, 2016

Conversation

fnichol
Copy link
Collaborator

@fnichol fnichol commented Mar 30, 2016

See commit messages for details…

gif-keyboard-8693257834632265433

fnichol added 2 commits March 30, 2016 14:05
This change compares all error types in the `bldr` crate against what is
currently in the `bldr_core` crate and drops any error types that are no
longer used due to refactoring, reimplementation, etc. Additonally, the
Error enums are alphabetized in order to make future comparison audits a
simpler task. Also, this means there is one natural place for a net-new
enum: where it sits lexically.
This change removes 8 dependencies that no longer have to be build (or
rebuilt) and should lead to quicker compile times.
@chef-delivery
Copy link
Contributor

This PR has passed 'Verify' and is ready for review and approval!
Use: '@delivery approve' when code review is complete.

@reset
Copy link
Collaborator

reset commented Mar 30, 2016

gif-keyboard-12388584124622791433

@delivery approve

@chef-delivery
Copy link
Contributor

Change: e55e9903-7165-472e-a8a4-e3f9ee7898b8 approved by: @reset

@chef-delivery chef-delivery merged commit fc27641 into master Mar 30, 2016
@chef-delivery chef-delivery deleted the fnichol/extract-core-mods-from-bldr branch March 30, 2016 22:51
@chef-delivery
Copy link
Contributor

This PR has passed 'Acceptance' and is ready to be delivered!
Use: '@delivery deliver' when validated in acceptance.

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