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

https://haskell-distributed.github.io/tutorials/4ch.html mentions in the very beginning that it is using https://github.com/haskell-distributed/distributed-process-platform/tree/master/ ... which on the other hand says that it is deprecated in favor of multiple other libraries. The tutorial...

website

GitHub 08:42 (38 minutes ago) to me The page build completed successfully, but returned the following warning: You are attempting to use the 'pygments' highlighter, which is currently unsupported on...

website

In chapter 3 of the tutorials, links are mentioned to be unidirectional. On the other hand, monitors are the ones which are actually unidirectional (at least in Erlang). Unidirectional in...

website

Versions of the `network-transport-tcp` (and `distributed-process`) are needed to be specified. For now, with recent version, example does not compile: ``` • Couldn't match expected type ‘IO (Either a0 network-transport-0.5.2:Network.Transport.Transport)’...

website

I find myself wanting to be able to Typeable quantify over higher-kinded variables, like `* -> *` or `Constraint`. This problem comes in two parts: one of them I've thought...

Question
enhancement
rank1dynamic

I haven't committed in a long while so I thought I'd run this through you first, Edsko.

network-transport-tests

On line 451 of TestTransport.hs : https://github.com/haskell-distributed/distributed-process/blob/edsko/network-transport-2/tests/TestTransport.hs#L451 If I add another line beneath this, so that two connections are made between an endpoint and its own address, then the 'testConnectToSelf'...

network-transport-tests

All tests that uses `spawn` primitive keeps processes alive even after test is finished.

network-transport-tests