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] multicont (1.0.3) #25871

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

dhil
Copy link
Contributor

@dhil dhil commented May 14, 2024

Multi-shot continuations in OCaml

CHANGES:

This release restores compatibility with macOS (14.4.1) when using
clang 15 or greater.

Changes:

  • Patch Implicit declaration of memcpy dhil/ocaml-multicont#8: Explicit declaration of memcpy to fix compilation error
    when using clang on macOS (thanks to @tmcgilchrist).
  • Fixed a regression where enabling feature flag UNIQUE_FIBERS
    caused compilation to fail.
  • Spring cleaning: Removed unused header imports.
  • Added an example illustrating how to use the power of multishot
    continuation to simulate the return operator (e.g. as found in
    C/C++/Rust/etc) using a single handler.

CHANGES:

This release restores compatibility with macOS (14.4.1) when using
clang 15 or greater.

Changes:

* Patch dhil/ocaml-multicont#8: Explicit declaration of `memcpy` to fix compilation error
  when using clang on macOS (thanks to @tmcgilchrist).
* Fixed a regression where enabling feature flag `UNIQUE_FIBERS`
  caused compilation to fail.
* Spring cleaning: Removed unused header imports.
* Added an example illustrating how to use the power of multishot
  continuation to simulate the `return` operator (e.g. as found in
  C/C++/Rust/etc) using a single handler.
@mseri
Copy link
Member

mseri commented May 16, 2024

Thanks

@mseri mseri merged commit 791466b into ocaml:master May 16, 2024
2 checks passed
@dhil dhil deleted the release-multicont-v1.0.3 branch May 16, 2024 10:15
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.

None yet

2 participants