Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timotheecour/fac4d205e3f0710513da496b7da7143c to your computer and use it in GitHub Desktop.
Save timotheecour/fac4d205e3f0710513da496b7da7143c to your computer and use it in GitHub Desktop.
prompt:lhmbp $nim_prs_D br:pr_fix_fileInfos_debugging dur:0.000 $ d_nim_build_simple_local -o:$nimb.d3 --stacktrace
/Users/timothee/.choosenim/toolchains//nim-1.4.4/bin/nim c -o:bin/nim_temp1 -d:release --lib:lib -d:nimUseLinenoise -o:bin/nim.pr_fix_fileInfos_debugging -o:bin/nim.pr_fix_fileInfos_debugging.d3 --stacktrace compiler/nim.nim \;\ redirect:\ /tmp/D20190703T231248.log
prompt:lhmbp $nim_prs_D br:pr_fix_fileInfos_debugging dur:29.072 $ $nimb c compiler/nim
/Users/timothee/git_clone/nim/Nim_prs/lib/system/fatal.nim(53) sysFatal
Error: unhandled exception: index out of bounds, the container is empty [IndexDefect]
prompt:lhmbp $nim_prs_D br:pr_fix_fileInfos_debugging dur:0.054 ERROR:1 $ $nimb.d3 c compiler/nim
/Users/timothee/git_clone/nim/Nim_prs/compiler/nim.nim(125) nim
/Users/timothee/git_clone/nim/Nim_prs/compiler/nim.nim(82) handleCmdLine
/Users/timothee/git_clone/nim/Nim_prs/compiler/cmdlinehelper.nim(64) loadConfigsAndProcessCmdLine
/Users/timothee/git_clone/nim/Nim_prs/compiler/nimconf.nim(260) loadConfigs
/Users/timothee/git_clone/nim/Nim_prs/compiler/scriptconfig.nim(229) runNimScript
/Users/timothee/git_clone/nim/Nim_prs/compiler/modules.nim(152) compileSystemModule
/Users/timothee/git_clone/nim/Nim_prs/compiler/modules.nim(97) compileModule
/Users/timothee/git_clone/nim/Nim_prs/compiler/passes.nim(183) processModule
/Users/timothee/git_clone/nim/Nim_prs/compiler/passes.nim(73) processTopLevelStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(626) myProcess
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(594) semStmtAndGenerateGenerics
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2274) semStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1042) semExprNoType
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2925) semExpr /Users/timothee/git_clone/nim/Nim_prs/lib/system.nim(1173, 1) nkImportStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/importer.nim(291) evalImport
/Users/timothee/git_clone/nim/Nim_prs/compiler/importer.nim(262) impMod
/Users/timothee/git_clone/nim/Nim_prs/compiler/importer.nim(216) myImportModule
/Users/timothee/git_clone/nim/Nim_prs/compiler/modulepaths.nim(157) checkModuleName
/Users/timothee/git_clone/nim/Nim_prs/compiler/modulepaths.nim(135) getModuleName
/Users/timothee/git_clone/nim/Nim_prs/compiler/modulepaths.nim(136) getModuleName
/Users/timothee/git_clone/nim/Nim_prs/compiler/renderer.nim(1663) renderTree
/Users/timothee/git_clone/nim/Nim_prs/compiler/renderer.nim(574) gsub
/Users/timothee/git_clone/nim/Nim_prs/compiler/renderer.nim(986) gsub
/Users/timothee/git_clone/nim/Nim_prs/compiler/msgs.nim(290) $
/Users/timothee/git_clone/nim/Nim_prs/compiler/msgs.nim(288) toFileLineCol
/Users/timothee/git_clone/nim/Nim_prs/compiler/msgs.nim(273) toMsgFilename
/Users/timothee/git_clone/nim/Nim_prs/compiler/msgs.nim(257) toFilenameOption
/Users/timothee/git_clone/nim/Nim_prs/compiler/msgs.nim(209) toFullPath
/Users/timothee/git_clone/nim/Nim_prs/lib/system/fatal.nim(53) sysFatal
Error: unhandled exception: index out of bounds, the container is empty [IndexDefect]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment