mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-31 02:43:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user