Merge: No intrude rope stream
authorJean Privat <jean@pryen.org>
Thu, 3 May 2018 13:46:32 +0000 (09:46 -0400)
committerJean Privat <jean@pryen.org>
Thu, 3 May 2018 13:46:32 +0000 (09:46 -0400)
commitcea7ddfdab8ce14dd12ad5c4cbd3e737a9f46a47
treeff5ece4724d6201133e77d93af978a7babbd0dd5
parenteadcb829b18d5f9fe6be664934aca89b5a344ed9
parent7042147c896a86b9eeac95633a1d911c77549f73
Merge: No intrude rope stream

Two things happening here, in two commits:

* the first commit moves the definition of `decoder` into Stream, and renames it to `codec` since both coding/decoding will be used by streams when dealing with String semantics.
* the second commit removes the `intrude inport ropes` from stream as this was not necessary, and performance-wise did not matter sufficiently to justify this

Pull-Request: #2632
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>