Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Added std::error::Error::source#530

Merged
VictorKoenders merged 1 commit intotrunkfrom
feature/error_source
Apr 4, 2022
Merged

Added std::error::Error::source#530
VictorKoenders merged 1 commit intotrunkfrom
feature/error_source

Conversation

@VictorKoenders
Copy link
Contributor

Closes #528

Also made the error naming scheme more consistent

@codecov
Copy link

codecov bot commented Mar 28, 2022

Codecov Report

Merging #530 (249cd96) into trunk (18de104) will decrease coverage by 0.26%.
The diff coverage is 18.75%.

@@            Coverage Diff             @@
##            trunk     #530      +/-   ##
==========================================
- Coverage   71.16%   70.90%   -0.27%     
==========================================
  Files          47       47              
  Lines        3198     3210      +12     
==========================================
  Hits         2276     2276              
- Misses        922      934      +12     
Impacted Files Coverage Δ
src/error.rs 0.00% <ø> (ø)
src/features/impl_std.rs 75.00% <7.69%> (-4.89%) ⬇️
src/features/impl_alloc.rs 90.43% <50.00%> (-0.80%) ⬇️
src/de/impls.rs 78.39% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18de104...249cd96. Read the comment docs.

@VictorKoenders VictorKoenders merged commit 3404fae into trunk Apr 4, 2022
@VictorKoenders VictorKoenders deleted the feature/error_source branch April 4, 2022 11:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error types do not implement Error::source

1 participant