[GHC] #6157: Support duplicating a TChan with the current content available.

GHC cvs-ghc at haskell.org
Mon Feb 18 12:03:36 CET 2013


#6157: Support duplicating a TChan with the current content available.
----------------------------------+-----------------------------------------
    Reporter:  klao               |       Owner:  simonmar               
        Type:  feature request    |      Status:  merge                  
    Priority:  normal             |   Milestone:  7.8.1                  
   Component:  libraries (other)  |     Version:  7.4.2                  
    Keywords:                     |          Os:  Unknown/Multiple       
Architecture:  Unknown/Multiple   |     Failure:  None/Unknown           
  Difficulty:  Unknown            |    Testcase:  stm/tests/cloneTChan001
   Blockedby:                     |    Blocking:                         
     Related:                     |  
----------------------------------+-----------------------------------------
Changes (by simonmar):

  * status:  new => merge
  * testcase:  => stm/tests/cloneTChan001


Comment:

 Looks like I committed this a while ago, but forgot to close the ticket:

 {{{
 commit 3122a9f7ab30f1eb0d70b50cabf29e6da2e20e5e
 Author: Simon Marlow <marlowsd at gmail.com>
 Date:   Mon Jun 11 12:21:43 2012 +0100

     add cloneTChan (GHC Trac ticket #6157)
 }}}

 I just added a test for good measure.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6157#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list