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

subscriber: document Subscriber::with_test_writer() limitations #3186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

d-e-s-o
Copy link
Contributor

@d-e-s-o d-e-s-o commented Jan 5, 2025

Subscriber::with_test_writer() doesn't compose with any earlier calls of Subscriber::with_writer(), as one would perhaps hope. Rather, both just overwrite the same member.
Make sure to add a note of this behavior to make it a bit more obvious.

Subscriber::with_test_writer() doesn't compose with any earlier calls of
Subscriber::with_writer(), as one would perhaps hope. Rather, both just
overwrite the same member.
Make sure to add a note of this behavior to make it a bit more obvious.
@d-e-s-o d-e-s-o requested review from hawkw, davidbarsky and a team as code owners January 5, 2025 21:36
@d-e-s-o d-e-s-o force-pushed the topic/with-test-writer-notes branch 2 times, most recently from ce25a64 to 6f6ff67 Compare January 5, 2025 21:43
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