nim doc2 --hint[Conf]:off --hint[Path]:off --hint[Processing]:off --putenv:nimversion=0.10.3 --docSeeSrcUrl:https://github.com/Araq/Nim/tree/master/lib -o:web/upload\system.html --index:on lib\system.nim system.nim(2612, 15) Info: template/generic instantiation from here system.nim(1117, 15) Error: undeclared identifier: 'useSysAssert' system.nim(2612, 15) Info: template/generic instantiation from here system.nim(2612, 15) Info: template/generic instantiation from here system.nim(1117, 14) Error: internal error: cannot generate code for: mDefined No stack traceback available To create a stacktrace, rerun compilation with ./koch temp c <file> external program failed Error: execution of an external program failed FAILURE
Manually using "nim doc" instead of "nim doc2" works.
@def: Compiled it right before; it's of today.
@Araq: No, it doesn't work here.
Tried to "koch boot -d:release", but after the changes to command.nim It get:
iteration: 1 compiler\nim0.exe c -d:release compiler\nim.nim Hint: used config file 'd:\src\nim\compiler\nim.nim.cfg' [Conf] Hint: system [Processing] d:\src\nim\lib\system.nim(2946, 85) Hint: line too long [LineTooLong] d:\src\nim\lib\system.nim(2949, 85) Hint: line too long [LineTooLong] d:\src\nim\lib\system.nim(2952, 81) Hint: line too long [LineTooLong] Hint: nim [Processing] Hint: testability [Processing] Hint: commands [Processing] commands.nim(28, 2) Error: cannot open 'os' FAILURE
gcc (x86_64-win32-sjlj-rev0, Built by MinGW-W64 project) 4.9.2
Still worked this morning.