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

[new release] spawn (v0.17.0) #26870

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

dkalinichenko-js
Copy link
Contributor

Spawning sub-processes

CHANGES:

CHANGES:

- Support older GCC like 4.8.5 (janestreet/spawn#59)

- Fix spawning processes on Windows when environment contains non-ascii
  characters (janestreet/spawn#58)

- Skip calls to pthread_cancelstate on android, as its not available (janestreet/spawn#52)

- Fix compatibility with systems that do not define `PIPE_BUF`. Use
  `_POSIX_PIPE_BUF` as a fallback. (janestreet/spawn#49)

- [haiku] Fix compilation on Haiku OS. The header sys/syscalls.h isn't
  available, neither is pipe2()

- Allow setting the sigprocmask for spawned processes (janestreet/spawn#32)
@mseri
Copy link
Member

mseri commented Nov 12, 2024

@dkalinichenko-js
Copy link
Contributor Author

dkalinichenko-js commented Nov 12, 2024

Oops, fixed. Restarted the CI.

@mseri
Copy link
Member

mseri commented Nov 15, 2024

The failures do not seem related, except freebsd one: this could be avoided by making the package directly unavailable on freebsd. Should we add an availability constraint?

@dkalinichenko-js
Copy link
Contributor Author

Done.

@mseri
Copy link
Member

mseri commented Nov 18, 2024

Thanks

@mseri mseri merged commit 7d45112 into ocaml:master Nov 18, 2024
2 of 3 checks passed
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.

3 participants