This repository was archived by the owner on Jun 21, 2024. It is now read-only.
Update a testcase in principality-and-gadts.ml to reflect changes in #9584#510
Merged
ctk21 merged 2 commits intoocaml-multicore:4.12+domains+effectsfrom Mar 25, 2021
Conversation
Collaborator
|
Thanks for investigating this. We will move into line with trunk. |
sadiqj
added a commit
to sadiqj/ocaml-multicore
that referenced
this pull request
Apr 12, 2021
abbysmal
pushed a commit
to abbysmal/ocaml-multicore
that referenced
this pull request
May 20, 2021
sadiqj
pushed a commit
to sadiqj/ocaml
that referenced
this pull request
Jan 10, 2022
…mar13/fix-typing-gadts-test-principality-and-gadts Update a testcase in principality-and-gadts.ml to reflect changes in ocaml#9584
sadiqj
added a commit
to sadiqj/ocaml
that referenced
this pull request
Jan 10, 2022
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 PR updates a testcase which was logging out a different warning message in mulitcore when compared to 4.12 branch in ocaml/ocaml.
The log looked something like this
Specifically this line
which ocaml#9584 updates to reflect the one multicore produces.
ocaml/ocaml#9584