Skip to content

gaunt/subtle-encoding/tai64: Remove failure #245

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 1 commit into from
Aug 19, 2019
Merged

Conversation

tony-iqlusion
Copy link
Member

These crates weren't getting much value out of failure, and the use of proc macros to generate what is effectively a match statement on enum variants which returns a string literal adds a lot to compile times.

Furthermore, failure is still using the non-1.0 proc macro crates. It seems there's upstream work to get this fixed1, but since we're not really getting value out of the proc macros as-is, there's not much reason to bother.

These crates weren't getting much value out of `failure`, and the use of
proc macros to generate what is effectively a match statement on enum
variants which returns a string literal adds a lot to compile times.

Furthermore, `failure` is still using the non-1.0 proc macro crates. It
seems there's upstream work to get this fixed[1], but since we're not
really getting value out of the proc macros as-is, there's not much
reason to bother.

[1]: rust-lang-deprecated/failure#319
@tony-iqlusion tony-iqlusion merged commit bd22cba into develop Aug 19, 2019
@tony-iqlusion tony-iqlusion deleted the remove-failure branch August 19, 2019 21:55
This was referenced Aug 20, 2019
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.

1 participant