Skip to content

Use stdlib version of Map.update - #7130

Merged
kit-ty-kate merged 1 commit into
ocaml:masterfrom
NathanReb:use-stdlib-update
Sep 14, 2026
Merged

kit-ty-kate merged 1 commit into
ocaml:masterfrom
NathanReb:use-stdlib-update

Conversation

@NathanReb

@NathanReb NathanReb commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Fixes #4915

@kit-ty-kate kit-ty-kate added this to the 2.7.0~alpha1 milestone Sep 7, 2026

@kit-ty-kate kit-ty-kate left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm aside from the following minor stylistic comments and the missing change to src/solver/opamBuiltinZ3.real.ml as shown in CI.

Comment thread src/state/opamSwitchState.ml Outdated
Comment thread src/state/opamSwitchState.ml Outdated
Comment thread src/state/opamGlobalState.ml Outdated
Comment thread src/client/opamRepositoryCommand.ml Outdated
@NathanReb
NathanReb marked this pull request as ready for review September 8, 2026 09:01
@NathanReb

Copy link
Copy Markdown
Collaborator Author

Does the windows CI failure seem related to you @kit-ty-kate @rjbou ?

@kit-ty-kate

Copy link
Copy Markdown
Member

Does the windows CI failure seem related to you @kit-ty-kate @rjbou ?

No it's not related. That's #6890

Comment thread master_changes.md Outdated
Signed-off-by: Nathan Rebours <nathan.rebours@ocamlpro.com>

@rjbou rjbou left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

thanks!
looking at dependencies jobs, this change broke odep & opam-dune-lint

@kit-ty-kate
kit-ty-kate merged commit e592ac5 into ocaml:master Sep 14, 2026
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpamStd.Map.update has a slightly confusing signature and is less powerful than the stdlib one

3 participants