Cherry-pick upstream PR#10184 (dynlink invariant removal)#9
Merged
mshinwell merged 1 commit intooxcaml:4.11from Apr 21, 2021
Merged
Cherry-pick upstream PR#10184 (dynlink invariant removal)#9mshinwell merged 1 commit intooxcaml:4.11from
mshinwell merged 1 commit intooxcaml:4.11from
Conversation
lpw25
approved these changes
Apr 21, 2021
stedolan
added a commit
to stedolan/flambda-backend
that referenced
this pull request
Mar 7, 2022
da6ff04 Accept [@ocaml.local] without -extension, and move autogenerated attrs to [@extension.local] (oxcaml#9) 30ce67d Improve inclusion error messages for [@local_opt] (oxcaml#10) f925a62 Remove some uneeded mode variables (oxcaml#8) dec721c Local solver speedups (oxcaml#7) e9afc49 Fix check_all_arches build 0b9b32a Fix i386 build a515093 Merge flambda-backend changes git-subtree-dir: ocaml git-subtree-split: da6ff04
stedolan
added a commit
that referenced
this pull request
Mar 7, 2022
da6ff04 Accept [@ocaml.local] without -extension, and move autogenerated attrs to [@extension.local] (#9) 30ce67d Improve inclusion error messages for [@local_opt] (#10) f925a62 Remove some uneeded mode variables (#8) dec721c Local solver speedups (#7) e9afc49 Fix check_all_arches build 0b9b32a Fix i386 build a515093 Merge flambda-backend changes git-subtree-dir: ocaml git-subtree-split: da6ff04
NickBarnes
pushed a commit
to NickBarnes/oxcaml
that referenced
this pull request
Feb 3, 2025
The filename ça.ml is NFD normalized. The test source now the two normalizations for each unit identifiers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This needed the testsuite output regenerating for
lib-dynlink-initializers. The actual code is the same as upstream.