darcs

Patch 1026 switch from sleep to threadDelay to fix warning

Title switch from sleep to threadDelay to fix warning
Superseder Nosy List ganesh
Related Issues
Status accepted Assigned To
Milestone

Created on 2013-02-15.15:29:56 by ganesh, last changed 2013-06-03.14:48:49 by gh.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt ganesh, 2013-02-15.15:29:56 text/x-darcs-patch
switch-from-sleep-to-threaddelay-to-fix-warning.dpatch ganesh, 2013-02-15.15:29:56 application/x-darcs-patch
unnamed ganesh, 2013-02-15.15:29:56
See mailing list archives for discussion on individual patches.
Messages
msg16602 (view) Author: ganesh Date: 2013-02-15.15:29:56
1 patch for repository darcs-unstable@darcs.net:screened:

Fri Feb 15 15:26:55 GMT 2013  Ganesh Sittampalam <ganesh@earth.li>
  * switch from sleep to threadDelay to fix warning
  threadDelay doesn't have a concept of being interrupted so the code now
  just continues unconditionally
Attachments
msg16783 (view) Author: gh Date: 2013-04-25.21:57:51
Makes a warning go away wit ghc 7.6, accepting.
History
Date User Action Args
2013-02-15 15:29:56ganeshcreate
2013-02-16 18:05:38ganeshsetstatus: needs-screening -> needs-review
2013-04-25 21:57:51ghsetmessages: + msg16783
2013-06-03 14:48:49ghsetstatus: needs-review -> accepted