move io out of system (#19442)

* move io out of system

* fix tests

* fix tests

* next step

* rename to syncio

* rename

* fix nimscript

* comma

* fix

* fix parts of errors

* good for now

* fix test
This commit is contained in:
flywind
2022-02-03 00:10:11 +08:00
committed by GitHub
parent 486cb09ec2
commit 891329cd4b
24 changed files with 92 additions and 42 deletions

View File

@@ -187,7 +187,6 @@ proc getDocList(): seq[string] =
# don't ignore these even though in lib/system (not include files)
const goodSystem = """
lib/system/io.nim
lib/system/nimscript.nim
lib/system/assertions.nim
lib/system/iterators.nim