Skip to content

Conversation

@jberdine
Copy link
Contributor

@jberdine jberdine commented Feb 2, 2025

Now that ocaml 4.04 can be relied on, the exceptions used for control flow
can be switched from global to local. The motivation is to avoid nested
operations from catching exceptions not intended for them, such as a
fold_while whose f argument internally also performs a fold_while.

Signed-off-by: Josh Berdine josh@berdine.net

Signed-off-by: Josh Berdine <josh@berdine.net>
@c-cube c-cube merged commit cd2d47f into c-cube:main Feb 5, 2025
0 of 4 checks passed
@c-cube
Copy link
Owner

c-cube commented Feb 5, 2025

thanks!

@jberdine jberdine deleted the local-exn branch March 27, 2025 09:23
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.

2 participants