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 process.stdin.ref #16767

Merged
merged 7 commits into from
Jan 26, 2025
Merged

Fix process.stdin.ref #16767

merged 7 commits into from
Jan 26, 2025

Conversation

Jarred-Sumner
Copy link
Collaborator

What does this PR do?

Fixes #16718, mostly. We need to make tty.WriteStream extend net.Socket. Until then, we should mimic the behavior.

How did you verify your code works?

There is a test

@robobun
Copy link

robobun commented Jan 26, 2025

Updated 4:53 AM PT - Jan 26th, 2025

@Jarred-Sumner, your commit a857f84 has 2 failures in #10591:


🧪   try this PR locally:

bunx bun-pr 16767

@Jarred-Sumner Jarred-Sumner merged commit 77be87b into main Jan 26, 2025
7 of 28 checks passed
@Jarred-Sumner Jarred-Sumner deleted the jarred/fixes-16718 branch January 26, 2025 11:51
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.

Node parity: process.stdin.ref is undefined
2 participants