darcs

Patch 1656 use TChan instead of Chan - Chan.isEmptyChan is being removed

Title use TChan instead of Chan - Chan.isEmptyChan is being removed
Superseder Nosy List ganesh
Related Issues
Status accepted Assigned To
Milestone

Created on 2018-02-28.07:09:39 by ganesh, last changed 2018-03-14.15:41:38 by gh.

Files
File name Status Uploaded Type Edit Remove
use-tchan-instead-of-chan-_-chan_isemptychan-is-being-removed.dpatch ganesh, 2018-02-28.07:11:57 application/octet-stream
See mailing list archives for discussion on individual patches.
Messages
msg19922 (view) Author: ganesh Date: 2018-02-28.07:09:39
As per https://ghc.haskell.org/trac/ghc/ticket/4154, we need to switch 
to Chan instead of TChan (isEmptyChan is gone in GHC 8.4)

I have tried this out a bit but obviously there's some risk of subtle 
problems when changing concurrent code.
msg19969 (view) Author: gh Date: 2018-03-14.15:41:38
This looks fine, as far as the GHC Trac discussion tells. Accepted.
History
Date User Action Args
2018-02-28 07:09:39ganeshcreate
2018-02-28 07:11:57ganeshsetfiles: + use-tchan-instead-of-chan-_-chan_isemptychan-is-being-removed.dpatch
2018-03-14 15:41:38ghsetstatus: needs-review -> accepted
messages: + msg19969