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

Replace caml_modify_field with caml_modify #500

Merged
merged 2 commits into from Mar 18, 2021

Conversation

Sudha247
Copy link
Collaborator

One more patch removing historic C-functions that are not required anymore. This one replaces all usages of cam_modify_field with caml_modify and remove cam_modify_field.

Copy link
Collaborator

@ctk21 ctk21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks good in the whole.

One minor things:

  • I found one more instance of caml_modify_field in the memory model comment in memory.c; are we able to just rename that one to caml_modify as well?

@ctk21
Copy link
Collaborator

ctk21 commented Mar 18, 2021

Thanks, LGTM.

@ctk21 ctk21 merged commit 1db56c8 into ocaml-multicore:4.12+domains+effects Mar 18, 2021
sadiqj pushed a commit to sadiqj/ocaml that referenced this pull request Jan 10, 2022
…caml_modify

Replace caml_modify_field with caml_modify
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