haskell-distributed / haskell-distributed/distributed-process
Re-export runProcess and forkProcess in SimpleLocalnet
Open
Nobody has claimed this yet.
distributed-process-simplelocalnet
Feature Request
- Dominant language
- Haskell
- Stars
- 751
- Forks
- 99
- Avg merge
- 45m
- Merged PRs (30d)
- 2
Description
From @edsko on October 23, 2012 14:51
so that startSlave and startMaster are truly optional.
Copied from original issue: haskell-distributed/distributed-process#57
Contributor guide
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
Locate the SimpleLocalnet module and inspect its current exports and the definitions or imports for runProcess, forkProcess, startSlave, and startMaster. Confirm how the public API should expose the two process functions while keeping the slave and master helpers optional, then run the relevant project tests if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100