-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update dependencies to work with 4.14.0+trunk #251
Merged
shakthimaan
merged 16 commits into
ocaml-bench:master
from
shubhamkumar13:dev/4.14.0+trunk-sandmark-build
Sep 15, 2021
Merged
Update dependencies to work with 4.14.0+trunk #251
shakthimaan
merged 16 commits into
ocaml-bench:master
from
shubhamkumar13:dev/4.14.0+trunk-sandmark-build
Sep 15, 2021
Conversation
This file contains 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
shakthimaan
reviewed
Aug 5, 2021
shakthimaan
reviewed
Aug 5, 2021
shakthimaan
reviewed
Aug 5, 2021
dependencies/packages/astring/astring.0.8.5/files/use-toploop-load-file.patch
Outdated
Show resolved
Hide resolved
shakthimaan
reviewed
Aug 5, 2021
dependencies/packages/dune-configurator/dune-configurator.2.8.1/opam
Outdated
Show resolved
Hide resolved
shakthimaan
reviewed
Aug 5, 2021
shakthimaan
reviewed
Aug 5, 2021
shakthimaan
reviewed
Aug 5, 2021
revert changes to keep frama-c coq fraplib
…caml [ocaml#10557]
shubhamkumar13
force-pushed
the
dev/4.14.0+trunk-sandmark-build
branch
from
August 5, 2021 19:42
fad5a26
to
d712c78
Compare
This reverts commit af1dffc.
shakthimaan
reviewed
Sep 2, 2021
shakthimaan
reviewed
Sep 2, 2021
👍 💯 |
This was referenced Sep 22, 2021
This was referenced Sep 24, 2021
Closed
kit-ty-kate
added a commit
to kit-ty-kate/ocaml-migrate-parsetree
that referenced
this pull request
Nov 16, 2021
kit-ty-kate
added a commit
to kit-ty-kate/ocaml-migrate-parsetree
that referenced
this pull request
Nov 16, 2021
…l-bench/sandmark#251) Co-authored-by: Sonja Heinze <[email protected]>
pitag-ha
added a commit
to ocaml-ppx/ocaml-migrate-parsetree
that referenced
this pull request
Dec 2, 2021
* Add support for OCaml 4.14 (patch from @pitag-ha for Sandmark in ocaml-bench/sandmark#251) Co-authored-by: Sonja Heinze <[email protected]> * Update magic number for OCaml 4.14 * tools/gencopy: Upgrade to OCaml 4.13 Signed-off-by: Kate <[email protected]> * Add changelog entry Signed-off-by: Sonja Heinze <[email protected]> Co-authored-by: Sonja Heinze <[email protected]>
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 PR updates the dependencies and adds patches to make it build with
4.14.0+trunk
.Also a fix for #247.
The only dependency that fails to build is
ocaml-migrate-parsetree
. But that doesn't effect the CI build for 4.14.0+trunk.