Tim Watson
Tim Watson
@edsko this is good - now we're getting somewhere. I'm not interested in using type classes for this at all - I just can't figure out how to make the...
Thanks @edsko that makes a bit more sense now. It was the use of Serializable that wasn't clear to me, and now I see the record doesn't need to specify...
@edsko > Yeah. With a few minor additions to the AbstractMessage interface you could remove more type information; I've thought a bit about this and summarized it at haskell-distributed/distributed-process#30. But,...
Oh and BTW @edsko presumably any exception thrown by a process is propagated as an exit signal to any process that is monitoring it right? I ask because as I'm...
@Jiansen thanks for pointing that out - I am taking some inspiration from akka. You're right about the type system requiring a bit more _work_ but that'll pay for itself...
So in supervisor, **are** we actually able to figure out whether the exit succeeded in the expected way or not? Since @rodlogic implemented _exit/kill_ signals in Cloud Haskell (see [issue...
```bash $ stack --version Version 1.3.2, Git revision 3f675146590da4f3edf768b89355f798229da2a5 (4395 commits) x86_64 hpack-0.15.0 ``` I figured that might be the case. I had issues with 1.0.4 too though. I'm having...
@rodlogic I think that's a good idea.
also see issue #14 and https://github.com/hyperthunk/distributed-process-platform/blob/timer/tests/TestTimer.hs
Hi, what _is_ the question!? On 5 Jul 2012, at 23:16, [email protected] wrote: > Hi Tim, > > sorry for full question > I have errors: > > $ git...