mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
* lib/std: fix ByteWriter.read_from method When reading from a stream which does not have an available method, ByteWriter would not make any progress if its buffer was empty. Signed-off-by: Pierre Curto <pierre.curto@gmail.com> * test/unit/stdlib/io: use separate module for TestReader Signed-off-by: Pierre Curto <pierre.curto@gmail.com> --------- Signed-off-by: Pierre Curto <pierre.curto@gmail.com>