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

fix(cli): TestEventSender should be !Clone #23405

Merged
merged 4 commits into from
Apr 16, 2024

Conversation

mmastrac
Copy link
Contributor

@mmastrac mmastrac commented Apr 16, 2024

TestEventSender should not be Clone so we don't end up with multiple copies of the same writer FD. This is probably not the cause of the test channel lockups, but it's a lot easier to reason about.

@mmastrac mmastrac changed the title fix(cli): TestEventSender should be \!Send fix(cli): TestEventSender should be !Send Apr 16, 2024
@mmastrac mmastrac changed the title fix(cli): TestEventSender should be !Send fix(cli): TestEventSender should be !Clone Apr 16, 2024
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, no comments

@mmastrac mmastrac merged commit c4d0fce into denoland:main Apr 16, 2024
17 checks passed
littledivy pushed a commit to littledivy/deno that referenced this pull request Apr 19, 2024
`TestEventSender` should not be Clone so we don't end up with multiple
copies of the same writer FD. This is probably not the cause of the test
channel lockups, but it's a lot easier to reason about.
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.

2 participants