Stefan Ilic

Results 2 issues of Stefan Ilic

Running: `.\build.bat x86_64-windows-gnu baseline` fails with: ``` run docgen (langref.html): error: thread 18600 panic: start index 43 is larger than end index 42 C:\Users\user\zig-bootstrap\zig\tools\docgen.zig:985:32: 0x7ff776fd2522 in tokenizeAndPrintRaw__anon_5565 (docgen.exe.obj) if (mem.indexOf(u8,...

Test example `bad\unused_decl.zig` causes stack overflow due to recursion having infinite loop. It goes to: ``` checkNamespace( container_decl_two ...) → checkNamespaceItem (fn_decl...) → checkNamespaceItem (fn_proto...) → searchForNameInNamespace → checkValueForName(simple_var_decl...) ```...