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/081237875166325b692a0fbc6af6f977 to your computer and use it in GitHub Desktop.
Save timotheecour/081237875166325b692a0fbc6af6f977 to your computer and use it in GitHub Desktop.
Traceback (most recent call last)
/Users/timothee/git_clone/nim/Nim_prs/compiler/nim.nim(125) nim
/Users/timothee/git_clone/nim/Nim_prs/compiler/nim.nim(84) handleCmdLine
/Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim(275) mainCommand
/Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim(245) compileToBackend
/Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim(101) commandCompileToC
/Users/timothee/git_clone/nim/Nim_prs/compiler/modules.nim(178) compileProject
/Users/timothee/git_clone/nim/Nim_prs/compiler/modules.nim(97) compileModule
/Users/timothee/git_clone/nim/Nim_prs/compiler/passes.nim(180) processModule
/Users/timothee/git_clone/nim/Nim_prs/compiler/passes.nim(73) processTopLevelStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(636) myProcess
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(604) semStmtAndGenerateGenerics
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2310) semStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1057) semExprNoType
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2935) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12411.nim(9, 1) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2252) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2862) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12411.nim(157, 1) nkWhenStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2361) semWhen
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2935) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12411.nim(158, 3) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2252) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2953) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12411.nim(170, 3) nkProcDef
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2089) semProc
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2013) semProcAux
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1819) semProcBody
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2935) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12411.nim(171, 5) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2252) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2937) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12411.nim(171, 5) nkVarSection
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(515) semVarOrLet
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(86) semExprWithType
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(70) semExprCheck
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2830) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12411.nim(171, 30) nkInfix
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1039) semDirectOp
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(870) semOverloadedCallAnalyseEffects
/Users/timothee/git_clone/nim/Nim_prs/compiler/semcall.nim(582) semOverloadedCall
/Users/timothee/git_clone/nim/Nim_prs/compiler/semcall.nim(365) resolveOverloads
/Users/timothee/git_clone/nim/Nim_prs/compiler/semcall.nim(95) pickBestCandidate
/Users/timothee/git_clone/nim/Nim_prs/compiler/sigmatch.nim(2551) matches
/Users/timothee/git_clone/nim/Nim_prs/compiler/sigmatch.nim(2485) matchesAux
/Users/timothee/git_clone/nim/Nim_prs/compiler/sigmatch.nim(2207) paramTypesMatch
/Users/timothee/git_clone/nim/Nim_prs/compiler/sigmatch.nim(2032) paramTypesMatchAux
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(338) tryConstExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/vm.nim(2213) evalConstExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/vm.nim(2201) evalConstExprAux
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(2179) genExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(2043) gen
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(1139) genMagic
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(815) genVarargsABC
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(293) gen
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(2099) gen
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(2009) gen
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(1670) genRdVar
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(1460) genAsgn
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(305) genx
/Users/timothee/git_clone/nim/Nim_prs/compiler/vmgen.nim(2009) gen
/Users/timothee/git_clone/nim/Nim_prs/compiler/msgs.nim(612) genRdVar
/Users/timothee/git_clone/nim/Nim_prs/compiler/msgs.nim(599) internalErrorImpl
/Users/timothee/git_clone/nim/Nim_prs/compiler/msgs.nim(555) liMessage
/Users/timothee/git_clone/nim/Nim_prs/compiler/msgs.nim(413) handleError
/Users/timothee/git_clone/nim/Nim_prs/compiler/msgs.nim(402) quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment