You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@
14
14
15
15
* On Windows, make Lwt_process.create_process duplicate standard handles given to the child process if they're not inheritable, to mimic the behaviour of Unix.create_process. (#909, Antonin Décimo)
16
16
* Add missing dependency to `cppo` in lwt-react's opam file. (#946, Rizo I)
* Fix win32_spawn leaking dev_null fd in the parent process. (#906, Antonin Décimo)
21
22
* Prefer SetHandleInformation to DuplicateHandle in set_close_on_exec for sockets. DuplicateHandle mustn't be used on sockets. (#907, Antonin Décimo)
22
-
* Lwt.pick and Lwt.choose select preferentially failed promises as per
23
-
documentation (#856, #874, Raman Varabets)
23
+
* Lwt.pick and Lwt.choose select preferentially failed promises as per documentation (#856, #874, Raman Varabets)
24
24
* Use the WSA_FLAG_NO_HANDLE_INHERIT on Windows when creating sockets with WSASocket if the cloexec (non-inheritable) parameter is true. Fixes a Windows problem where a child process would inherit a supposedly non-inheritable socket. (#910, Antonin Décimo)
25
25
* Fix macOS/arm64 tests which have a 16k page. (#932, Kate Deplaix)
0 commit comments