- Notifications
You must be signed in to change notification settings - Fork452
[test] Import changes to port sharedmem tables into OCaml 5.2 domain-based parallelism#926
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Draft
grievejia wants to merge14 commits intomainChoose a base branch fromocaml-5-2
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Draft
Changes fromall commits
Commits
Show all changes
14 commits Select commitHold shift + click to select a range
170ff66 Build with OCaml 5.2.0...
OlivierNicoled2c7533 Change package versions (Dune internal error)
OlivierNicole3fc0e8c Add dummy version number to avoid Dune crash
OlivierNicole763bb5c mtime fixes
OlivierNicoleb4ad9dd setup script: don't install packages nor create the switch
OlivierNicoleb8ffca8 Avoid error message when hg is not installed
OlivierNicole554a0d8 Limit parallel jobs for test suite
OlivierNicolee1cea2b Remove mmap-ed shared memory
OlivierNicole3712027 Switch to domain parallelism and fix some issues
OlivierNicole0e74c1a Add Domainslib to list of needed packages
OlivierNicole3838b7b Fix saving of shared database
OlivierNicolecc16e6f Do not compile tests to bytecode
OlivierNicoleb7ed3cf Comment out last failing test for now
OlivierNicole4106905 Add TSan suppressions file for unrelated data races
OlivierNicoleFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
4 changes: 2 additions & 2 deletionsscripts/generate-version-number.sh
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
19 changes: 19 additions & 0 deletionsscripts/package_list
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| base64.3.5.1 | ||
| cmdliner.1.1.1 | ||
| core.v0.16.2 | ||
| domainslib.0.5.1 | ||
| re2.v0.16.0 | ||
| dune.3.16.0 | ||
| yojson.2.0.2 | ||
| jsonm.1.0.2 | ||
| ppx_deriving_yojson.3.7.0 | ||
| ppx_yojson_conv.v0.16.0 | ||
| ounit2.2.2.7 | ||
| menhir.20231231 | ||
| lwt.5.7.0 | ||
| lwt_ppx.2.1.0 | ||
| ounit2-lwt.2.2.7 | ||
| pyre-ast.0.1.9 | ||
| mtime.2.0.0 | ||
| errpy.0.0.9 | ||
| kcas_data.0.7.0 |
104 changes: 62 additions & 42 deletionsscripts/setup.py
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
4 changes: 3 additions & 1 deletionscripts/setup.sh
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
2 changes: 1 addition & 1 deletionsource/Makefile
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
2 changes: 1 addition & 1 deletionsource/code_navigation_server/test/dune
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| (tests | ||
| (names | ||
| basicTest | ||
| ;subscriptionTest | ||
| criticalFileTest | ||
| buildSystemTest | ||
| stateTest) | ||
2 changes: 1 addition & 1 deletionsource/hack_parallel.opam
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
2 changes: 1 addition & 1 deletionsource/hack_parallel/hack_parallel/heap/dune
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.