Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / cgaebel/stm-conduit issues and pull requests

#60 - can't build with ghc-9.6.2

Issue - State: open - Opened by l29ah over 1 year ago - 1 comment

#59 - Expose internal details from composition module

Pull Request - State: closed - Opened by qnikst over 1 year ago - 1 comment

#58 - Add 'mapConcurrently'

Pull Request - State: closed - Opened by tvh over 1 year ago - 3 comments

#57 - Question about terminating gatherFrom in the event of an outer exception

Issue - State: open - Opened by bbarker about 4 years ago - 5 comments

#56 - Alternative to gatherFrom: gatherForever

Issue - State: closed - Opened by bbarker over 4 years ago - 4 comments

#55 - errant line of code in gatherFrom?

Issue - State: closed - Opened by bbarker over 4 years ago - 5 comments

#54 - Memory leak when using mergeSources

Issue - State: open - Opened by francisdb about 6 years ago - 1 comment
Labels: bug

#52 - stm-conduit-3.0.0 does not build against current conduit-combinators package

Issue - State: closed - Opened by gzh over 6 years ago - 2 comments

#51 - Support conduit 1.3.0

Pull Request - State: closed - Opened by qnikst almost 7 years ago

#50 - remove conduit-combinators in stm-conduit.cabal in branch conduit-1.3

Issue - State: closed - Opened by ruomad almost 7 years ago - 2 comments

#49 - What is the difference between `mergeSources` and `mergeConduits` ?

Issue - State: closed - Opened by SamProtas about 7 years ago - 4 comments

#48 - Expose `CCatable` class

Issue - State: closed - Opened by parsonsmatt over 7 years ago - 2 comments

#47 - Deadlock when using `$$&` and the upstream uses `throwError`

Issue - State: open - Opened by luispedro almost 8 years ago - 1 comment

#46 - Fix travis build for GHC-7.6.

Pull Request - State: closed - Opened by qnikst almost 8 years ago

#45 - Correct documentation of `sinkTBQueue`

Pull Request - State: closed - Opened by eriknstevenson almost 8 years ago - 1 comment

#44 - import Conduit

Issue - State: closed - Opened by blackgnezdo over 8 years ago - 1 comment

#43 - Fix possible threads leak inside Data.Conduit.Async functions.

Pull Request - State: closed - Opened by qnikst over 8 years ago - 7 comments

#42 - Fix dangling threads problem inside mergeSources.

Pull Request - State: closed - Opened by qnikst over 8 years ago - 1 comment

#41 - mergeSources is not exception safe.

Issue - State: closed - Opened by qnikst over 8 years ago - 1 comment

#40 - Allow ghc-8.0.1.

Pull Request - State: closed - Opened by qnikst over 8 years ago

#39 - Fell out of stackage

Issue - State: closed - Opened by nomeata over 8 years ago - 1 comment

#38 - Fix build on GHC8 (modulo jailbreakable upper bound on transformers)

Pull Request - State: closed - Opened by deepfire over 8 years ago - 2 comments

#37 - Build failure (GHC 8 related?)

Issue - State: closed - Opened by deepfire over 8 years ago - 2 comments

#36 - mergeSources and brackets

Issue - State: closed - Opened by AlexeyRaga almost 9 years ago - 6 comments

#35 - mergeSources terminates only after both sources have terminated (?)

Issue - State: open - Opened by kjameslubin about 9 years ago - 2 comments

#34 - Fix GHC 7.4 build by removing unused LambdaCase pragma

Pull Request - State: closed - Opened by bergmark over 9 years ago

#33 - Tests for 2.6.0 fail to build

Issue - State: closed - Opened by jwiegley over 9 years ago - 4 comments

#32 - Conduits with multiple concurrency join points

Pull Request - State: closed - Opened by rjmac over 9 years ago - 6 comments

#31 - Generalizing Data.Conduit.Async

Issue - State: closed - Opened by rjmac over 9 years ago - 1 comment

#30 - Relax type signature of buffer and $$&, add fixity declaration to match $$

Pull Request - State: closed - Opened by chpatrick almost 10 years ago

#29 - use lifted async only where needed

Pull Request - State: closed - Opened by larskuhtz almost 10 years ago - 1 comment

#28 - version in github repository (2.5.1) is behind version released on Hackage (2.5.2)

Issue - State: closed - Opened by larskuhtz almost 10 years ago - 1 comment

#27 - conduit 1.2 support (by avoiding internals)

Pull Request - State: closed - Opened by snoyberg over 10 years ago - 2 comments

#26 - Generalized type of mergeSources and (>=<) per issue #25.

Pull Request - State: closed - Opened by dmcclean over 10 years ago - 2 comments

#25 - Relaxed type signature for mergeSources

Issue - State: closed - Opened by dmcclean over 10 years ago - 2 comments

#24 - Make it work with latest release of transformers

Issue - State: closed - Opened by sol over 10 years ago - 3 comments

#23 - Minor build-level changes

Pull Request - State: closed - Opened by bfops over 10 years ago - 1 comment

#22 - Allow transformers-0.4.

Pull Request - State: closed - Opened by qnikst over 10 years ago

#21 - transformers 0.4.*

Pull Request - State: closed - Opened by bfops over 10 years ago - 3 comments

#20 - conduit 1.1

Pull Request - State: closed - Opened by snoyberg over 10 years ago - 1 comment

#19 - Add `mergeConduits` and (<=>) to run Conduits in parallel

Pull Request - State: closed - Opened by bfops over 10 years ago

#18 - Introduce generic way to create pairs.

Pull Request - State: closed - Opened by qnikst over 10 years ago - 7 comments

#17 - Add an 'entangledPair' convenience function

Pull Request - State: closed - Opened by jwiegley almost 11 years ago

#16 - Allow directory 1.1

Pull Request - State: closed - Opened by snoyberg almost 11 years ago

#15 - Add a bufferToFile function in Data.Conduit.Async

Pull Request - State: closed - Opened by jwiegley almost 11 years ago - 5 comments

#14 - Confusing behavior for sinkTBMChan

Issue - State: closed - Opened by snoyberg almost 11 years ago - 2 comments

#13 - Add a drainTo function, dual to gatherFrom

Pull Request - State: closed - Opened by jwiegley almost 11 years ago

#12 - Add a gatherFrom convenience function

Pull Request - State: closed - Opened by jwiegley about 11 years ago - 7 comments

#11 - Bug async operator deadlock

Pull Request - State: closed - Opened by svenkeidel over 11 years ago - 5 comments

#10 - Deadlock with the $$& operator

Issue - State: closed - Opened by svenkeidel over 11 years ago - 5 comments

#9 - Add new module Data.Conduit.Async

Pull Request - State: closed - Opened by jwiegley over 11 years ago - 1 comment

#8 - stm-chans 3.0

Pull Request - State: closed - Opened by snoyberg over 11 years ago - 2 comments

#7 - stm-chans-2, TBMQueue support

Issue - State: closed - Opened by neko-kai over 11 years ago - 5 comments

#6 - add API for TQueue TBQueue

Pull Request - State: closed - Opened by qnikst over 11 years ago - 2 comments

#5 - fix for conduit-1.0.0

Pull Request - State: closed - Opened by chemist almost 12 years ago

#4 - Relaxed resourcet version constraint

Pull Request - State: closed - Opened by weissi about 12 years ago - 1 comment

#3 - Conduit 0.5 and STM 2.4

Pull Request - State: closed - Opened by Palmik over 12 years ago - 1 comment

#2 - fixed for conduit-0.4*

Pull Request - State: closed - Opened by qnikst over 12 years ago

#1 - Generalize to any ResourceIO m

Pull Request - State: closed - Opened by ozataman almost 13 years ago - 1 comment