diff options
author | Takano Akio <tak@anoak.io> | 2016-05-12 15:45:44 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-12 17:33:39 +0200 |
commit | 7c0b595e55d31f9f89e6dede11981e942c5bb32f (patch) | |
tree | c702a17798f2a9629d648e01eed90b4fe0819057 /docs/users_guide/bugs.rst | |
parent | 0c0129b6a82a87a9bba19f27a4b19fec9ccc5a8d (diff) | |
download | haskell-7c0b595e55d31f9f89e6dede11981e942c5bb32f.tar.gz |
Fix comments about scavenging WEAK objects
This is a follow-up of D2189. If fixes some comments, deletes a section
in the User's Guide about the bug, and updates .mailmap as suggested on
the WorkinConventions wiki page.
Test Plan: It compiles.
Reviewers: austin, simonmar, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2202
GHC Trac Issues: #11108
Diffstat (limited to 'docs/users_guide/bugs.rst')
-rw-r--r-- | docs/users_guide/bugs.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/users_guide/bugs.rst b/docs/users_guide/bugs.rst index c4ac9ce1fe..ff8372589e 100644 --- a/docs/users_guide/bugs.rst +++ b/docs/users_guide/bugs.rst @@ -486,11 +486,6 @@ Bugs in GHC data A :: Type where B :: forall (a :: A). A -- There is known to be maleficent interactions between weak references and - laziness. Particularly, it has been observed that placing a thunk containing - a reference to a weak reference inside of another weak reference may cause - runtime crashes. See :ghc-ticket:`11108` for details. - .. _bugs-ghci: Bugs in GHCi (the interactive GHC) |