This repository was archived by the owner on Jun 21, 2024. It is now read-only.
Core testsuite workflow #656
Draft
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 aims to implement a workflow to run Core's testsuite once a day.
The long run ideal would be to include in a matrix other pieces of Core's ecosystem (
async_unix
,core_kernel
, to name a few) and to keep tab on those from within our CI environment, since running their testsuite is rather hard.This follows @emillon's approach in #624 (thanks!), and the monorepo is a fork of his, hosted at
ocaml-multicore/core
.This PR and monorepo will need updates once our rebase to 4.13 is done, and I will try to dig further into integrated more libraries in this run, when possible.
As such I will mark it as a draft for now.
Note that in Core's case, I included a fix for the
channel
layout assumption in bigstring, since this will be a required upstream change in the long run.