distributed-process icon indicating copy to clipboard operation
distributed-process copied to clipboard

Cloud Haskell core library

Results 156 distributed-process issues
Sort by recently updated
recently updated
newest added

It seems like distributed-process is not buildable with ghc-9.2 because of this error: ``` src/Control/Distributed/Process/Internal/Closure/TH.hs:225:18: error: • Expecting one more argument to ‘TyVarBndr’ Expected a type, but ‘TyVarBndr’ has kind...

Before pushing this to hackage, we should probably update the network-transport libraries and remove the rematch dependency, so that the extra-deps in stack.yaml can be removed. We should also wait...

The `rematch` library appears to be dead -- it would be useful to remove it as a dependency of `distributed-process-tests`. (And also from other packages if it's used elsewhere...)

I see MonadFail compatibility has been solved on master. Could you cut a new release and upload to hackage?

What do we care about with this? I don't love GitHub, but it seems like github actions are very commonly used. Any other projects we can steal ideas from for...

It's very hard to know where a distributed-process application spends it's time. With something like OpenTracing or OpenTelemetry we have good tooling at our hands to analyse such traces. We...

The suggested use case here is a ghcjs/astreus to a backend process. (Does phoenix's infrastructure dof something like this?) the concern here is that in erlang a person can send...