haskell-distributed / distributed-process-platform

DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
47 stars 18 forks source link

Decoding Message data in ProcessExitException (show) creates havoc #64

Open hyperthunk opened 11 years ago

hyperthunk commented 11 years ago

What actually goes wrong is that the show implementation for ProcessExitException breaks, despite the fact that the logic therein works if taken in isolation and dropped into a test case. Some further investigation into the runtime characteristics is probably worthwhile, but fairly low priority. I've reverted the changes to d-process for the time being.