Skip to content

Conversation

@liam923
Copy link
Contributor

@liam923 liam923 commented Nov 26, 2025

When reviewing, I skip the first 4 commits. These commits run the merge script, commit conflicts, and fix some trivial conflicts that aren't worth reviewing. But everything after f73f8de should be reviewed.

Some comments about this merge:

@github-actions
Copy link

github-actions bot commented Nov 26, 2025

Compiler Merge Checklist

This PR seems to merge changes from Flambda. Please be sure to follow the below steps:

  • Update the magic numbers
  • Update list of compiler flags to ignore
  • Make Merlin know about new relevant compiler flags

If this PR is not merging changes from Flambda, feel free to ignore this comment

Comment on lines +756 to +761
val fold_modules_lazy:
(string -> Path.t -> Subst.Lazy.module_declaration -> 'a -> 'a) ->
Longident.t option -> t -> 'a -> 'a
val fold_modtypes_lazy:
(string -> Path.t -> Subst.Lazy.modtype_declaration -> 'a -> 'a) ->
Longident.t option -> t -> 'a -> 'a
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I intend to make a compiler PR that adds these functions.

Copy link
Contributor

@dkalinichenko-js dkalinichenko-js left a comment

Choose a reason for hiding this comment

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

Overall LGTM, but worth rebasing onto the retag.

"pos": {
"line": 344,
"col": 0
"col": 9
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the context for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There's actually no net change here. On main this is 9 (9 is the correct value), but due to the cms thing, the column here changed to 0. When I changed the prioritization order, this changed back to 9. I just happened to promote and commit this test before making the prioritization change (see f1a8cdb).

@liam923
Copy link
Contributor Author

liam923 commented Nov 26, 2025

I've just updated this PR to reflect the retag. You can skip commits a0de8a3, 4beb021, and 98ee01d (ie, just review af6e4b7 out of the new commits)

@dkalinichenko-js
Copy link
Contributor

The new commit looks good to me.

@liam923 liam923 merged commit 3cab6af into main Nov 26, 2025
2 checks passed
@liam923 liam923 deleted the merge-5.2.0minus-24 branch November 26, 2025 16:51
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.

3 participants