Difference between revisions of "GHC/Concurrency/Flaws"

From HaskellWiki
Jump to navigation Jump to search
(Deleting page that hasn't been updated for over 10 years)
m (Reverted edits by Tomjaguarpaw (talk) to last revision by ChrisKuklewicz)
Line 1: Line 1:
  +
[[Category:GHC|Concurrency]]
  +
  +
= throwTo & block statements fixed in GHC 6.6.1 =
  +
  +
The problem which used to be described here has been fixed in GHC HEAD and this will be included in GHC version 6.6.1
  +
  +
I have built (Feb 9, 2007) the HEAD version of GHC and this problem is no longer present.
  +
  +
See the ticket at [http://hackage.haskell.org/trac/ghc/ticket/1047] and the comments near the top of [http://darcs.haskell.org/ghc/rts/Exception.cmm].
  +
  +
The description which was here has been deleted, but is still available in the historical views of this page.

Revision as of 15:19, 6 February 2021


throwTo & block statements fixed in GHC 6.6.1

The problem which used to be described here has been fixed in GHC HEAD and this will be included in GHC version 6.6.1

I have built (Feb 9, 2007) the HEAD version of GHC and this problem is no longer present.

See the ticket at [1] and the comments near the top of [2].

The description which was here has been deleted, but is still available in the historical views of this page.