ocaml-multicore / ocaml-multicore/dscheck
Add `Domain.join`
Nobody has claimed this yet.
- Dominant language
- OCaml
- Stars
- 47
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
It's a bit of a pain to adapt existing code to dscheck because it doesn't have the standard Domain.spawn type (and Domain.join is missing). It would be super neat if enabling tracing only required this prelude:
open Dscheck
(* or *)
module Atomic = Dscheck.Atomic
module Domain = Dscheck.Domain
(with Domain.join added, I suspect that final wouldn't be required anymore?)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Dscheck.Domain module and examining how its Domain.spawn API is exposed. Add the missing Domain.join interface so the shown prelude can adapt existing code; confirm the resulting API supports joining spawned domains and determine whether final is still needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100