From fb21b1e4f0ee0e55e9556bf1f399d00d5eae26e4 Mon Sep 17 00:00:00 2001 From: bptato Date: Sun, 24 Mar 2024 14:12:27 +0100 Subject: io: derive DynStream from RootObj (not Stream) This way they are no longer compatible, but we no longer need them to be compatible anyway. (This also forces us to throw out the old serialize module, and use packet writers everywhere.) --- adapter/format/ansi2html.nim | 1 + 1 file changed, 1 insertion(+) (limited to 'adapter/format') diff --git a/adapter/format/ansi2html.nim b/adapter/format/ansi2html.nim index 2906e076..078582df 100644 --- a/adapter/format/ansi2html.nim +++ b/adapter/format/ansi2html.nim @@ -2,6 +2,7 @@ import std/options import std/os import std/selectors +import io/dynstream import io/posixstream import types/color import utils/twtstr -- cgit 1.4.1-2-gfad0 es'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/fork.mu
blob: ba19e3af07ad0ce0c66fd40c8f5aea3fa5dc448d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18