Results 83 issues of Tim Watson

So that we can annotate things using comments and the like, instead of _having_ to use an `-annotation(like_this)`.

Backlog

It would be _nice_ if we could write an annotation handler that is used to generate code at compile time (or when runtime code (re)gen is being applied). The canonical...

Backlog

This is quite awkward to set up in travis, though on my local machine using a docker image it seems to work fine. Might be an additional use case for...

Question

Initial proposal is on the wiki [here](https://github.com/haskell-distributed/distributed-process/wiki/High-Level-Redesign-Proposal). I will be seeking feedback before getting into detailed design work.

Question

See https://groups.google.com/forum/#!topic/parallel-haskell/Hr6vkpz3FB4 for background info. The heart of this topic seems to be a question as to whether we should distinguish between Haskell in the Cloud (e.g., on some IaaS/PaaS...

Question

So, I tweaked the build and added support for 7.10, 8.0.x, 8.2.2, and 8.6.2... This is good, from a coverage perspective, but the build took almost an hour to complete......

Specifically, `SystemLoggerTracer:MxReceive` seems to be inconsistent.

I do realise this isn't covered by the semantics, but if we reply to the caller with `DidUnmonitor`, why on earth can't we do it for `monitor` too? The number...

enhancement

It's often the case that whilst initialising an agent might need to wait on other actors, so we should either copy the `init >>= serve` model from client-server, or provide...

Feature Request
In Progress

If the forkIO thread running `handleIncomingMessages` terminates, nothing happens to the thread in `runNodeController`. Isn't this wrong? The node is now cut off from the outside world and there's no...

Bug