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 write/end FFI type signatures; export destroyWithError; prep v7.0.0 release #43

Merged
merged 10 commits into from
Apr 29, 2022
Merged

Conversation

JordanMartinez
Copy link
Contributor

Description of the change

Properly fixes #35


Checklist:

  • Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
  • Linked any existing issues or proposals that this pull request should close
  • Updated or added relevant documentation
  • Added a test for the contribution (if applicable)

@JordanMartinez
Copy link
Contributor Author

@garyb When this does build, mind giving this an approval?

The tests pass locally, so I'm not sure why they don't pass on CI.

@JordanMartinez JordanMartinez changed the title Fix FFI type signatures for write/end functions Fix write/end FFI type signatures; prep v7.0.0 release Apr 29, 2022
@garyb
Copy link
Member

garyb commented Apr 29, 2022

Looks like you figured out the test issue. Code LGTM!

@JordanMartinez JordanMartinez merged commit 8395652 into purescript-node:master Apr 29, 2022
@JordanMartinez JordanMartinez changed the title Fix write/end FFI type signatures; prep v7.0.0 release Fix write/end FFI type signatures; export destroyWithError; prep v7.0.0 release Apr 29, 2022
@JordanMartinez JordanMartinez deleted the fix-write-fns branch April 29, 2022 13:09
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.

Stream write callback doesn't allow handling errors
2 participants