Commit graph

5 commits

Author SHA1 Message Date
Björn Antonsson
a6ab82f992 !str #15977 Rename and change types in the new DSL
* Cleaned up type signatures
* Changed names of Source/Sink/ProcessorFlow to Tap/Drain/Pipe
* Introduced new Source/Sink/Flow
* Made all Pipe types package private
* Changed the TypeGraph DSL to work on Flow/Sink/Source
2014-10-02 17:32:08 +02:00
Patrik Nordwall
08a0014fe7 =str #15960 Fix broken FlowGraphCompileSpec
* FlowGraphCompileSpec broke when merging in the unzip on top of
  the variance adjustements
* JunctionOutPort[T] must not be defined like JunctionOutPort[+T]
  because then the NextT = Nothing doesn't work
* Do we have a reason to use JunctionOutPort[+T]? I added +T
  only for symmetry reasons with JunctionInPort[-T].
2014-10-01 13:25:02 +02:00
Patrik Nordwall
ce96065222 +str #15875 Hook-up unzip operation in the new Streams DSL
* handle output ports in FlowGraph
2014-10-01 10:01:14 +02:00
Patrik Nordwall
bd352df0b2 +str #15960 Correction of FlowGraph variance 2014-10-01 09:56:44 +02:00
Björn Antonsson
a902d079b0 +pro #15406 Split up stream into testkit, tests and tck 2014-09-16 10:16:38 +02:00
Renamed from akka-stream/src/test/scala/akka/stream/scaladsl2/FlowGraphCompileSpec.scala (Browse further)