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

Use kinds-with-subkinds more in To_cmm_shared interface #1208

Merged

Conversation

mshinwell
Copy link
Collaborator

Extracted from #1202 , will cause a CI failure in the first instance. The offending function being compiled is this anonymous one in switch.ml:

   and get () = Array.of_list (List.rev_map (fun (_,act) -> act) st.acts)

@mshinwell mshinwell added the flambda2 Prerequisite for, or part of, flambda2 label Mar 14, 2023
@mshinwell mshinwell requested review from Gbury and lthls as code owners March 14, 2023 14:28
@mshinwell
Copy link
Collaborator Author

We've thought about this some more and it seems like it's safe; the checks need relaxing as in the latest changeset here.

Copy link
Contributor

@chambart chambart left a comment

Choose a reason for hiding this comment

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

Seems safe

@mshinwell mshinwell merged commit 165122f into ocaml-flambda:main Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flambda2 Prerequisite for, or part of, flambda2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants