1 Sep 2009 09:32
Re: [GHC] #3310: `show BlockedIndefinitely` should not equal `show BlockedOnDeadMVar`
GHC <trac <at> galois.com>
2009-09-01 07:32:42 GMT
2009-09-01 07:32:42 GMT
#3310: `show BlockedIndefinitely` should not equal `show BlockedOnDeadMVar`
---------------------------------+------------------------------------------
Reporter: enolan | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone: 6.12.1
Component: libraries/base | Version: 6.10.3
Severity: normal | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: | Os: Unknown/Multiple
Architecture: Unknown/Multiple |
---------------------------------+------------------------------------------
Changes (by simonmar):
* status: new => closed
* resolution: => fixed
Comment:
I went a bit further and actually changed the exception names.
{{{
Sun Aug 30 16:28:50 BST 2009 Simon Marlow <marlowsd <at> gmail.com>
* Address #3310
- Rename BlockedOnDeadMVar -> BlockedIndefinitelyOnMVar
- Rename BlockedIndefinitely -> BlockedIndefinitelyOnSTM
- instance Show BlockedIndefinitelyOnMVar is now
"blocked indefinitely in an MVar operation"
- instance Show BlockedIndefinitelyOnSTM is now
"blocked indefinitely in an STM transaction"
(Continue reading)
RSS Feed