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

Does not fix #4622 #5452

Merged
merged 2 commits into from
Sep 15, 2023
Merged

Does not fix #4622 #5452

merged 2 commits into from
Sep 15, 2023

Conversation

Jarred-Sumner
Copy link
Collaborator

@Jarred-Sumner Jarred-Sumner commented Sep 15, 2023

What does this PR do?

Does not fix #4622, but gets closer

serialport no longer crashes

Don't know if serialport actually works though

Edit: serialport relies on libuv symbols which bun does not currently implement. This PR is still some good bugfixes for napi. But it does not fix the issue serialport is running into.

These are missing:

  • uv_mutex_*
  • uv_poll_init
  • uv_poll_stop

@Jarred-Sumner Jarred-Sumner changed the title Fixes #4622 Does not fix #4622 Sep 15, 2023
@Jarred-Sumner Jarred-Sumner merged commit 92f2d9a into main Sep 15, 2023
14 of 19 checks passed
@Jarred-Sumner Jarred-Sumner deleted the jarred/fixes-4622 branch September 15, 2023 11:23
paperdave pushed a commit to SuperAuguste/bun that referenced this pull request Sep 18, 2023
* Fixes oven-sh#4622

* cleanup

---------

Co-authored-by: Jarred Sumner <[email protected]>
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 Serialport crashes
1 participant