Merged
Conversation
cwfitzgerald
approved these changes
Jan 30, 2025
|
|
||
| impl<E> AddSpan for E | ||
| where | ||
| E: Error, |
Member
There was a problem hiding this comment.
Wow this was just flat out not needed?
Member
Sounds good, will rebase-and-merge these.
We always have the squash-and-merge button, so feel free to be as messy with commits as you want, as long as you want us to review as a whole as opposed to commit-by-commit. |
Contributor
Author
|
@cwfitzgerald it looks to me like you did some kind of rebase merge, with 4 commits added to trunk now. Not a big deal but not as I had expected |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Connections
trigger is reducing dependency on
std::error::Errorfor other PR: #6938(help with no-std support as requested in issue: #6826)
Description
span::AddSpancode to keep internal AddSpan trait & impl togetherwheredependency onstd::error::Errorfrom AddSpan implAddSpan&MapErrWithSpantraitsMapErrWithSpanto be pub(crate) traitNOTE: I am submitting this with multiple commits to hopefully keep these proposed updates as clear as possible. I would be happy to squash if needed. I would also be happy to revert the
MapErrWithSpantrait visibility update if needed.Testing
see checklist below
Checklist
cargo fmt.Runtaplo format.cargo clippy. If applicable, add:--target wasm32-unknown-unknowncargo xtask testto run tests.Add change toCHANGELOG.md. See simple instructions inside file.