haskell-distributed / haskell-distributed/distributed-process
[DPSLN-5] The SimpleLocalnet backend should take (RemoteTable -> RemoteTable) rather than RemoteTable
Open
Nobody has claimed this yet.
distributed-process-simplelocalnet
- Dominant language
- Haskell
- Stars
- 751
- Forks
- 99
- Avg merge
- 45m
- Merged PRs (30d)
- 2
Description
[Imported from JIRA. Reported by Edsko de Vries @edsko) as DPSLN-5 on 2012-10-22 14:12:04]
This avoids the need for Control.Distributed.Process.Node in applications that use it.
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
Start by locating the SimpleLocalnet backend and its uses, then inspect how RemoteTable and Control.Distributed.Process.Node are currently involved. The change is complete when the backend accepts a RemoteTable -> RemoteTable function and applications using it no longer need that Node dependency; check the affected build or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- distributed-systems
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100