Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Error: internal error: (filename: sem.nim, line: 178)
  2. Traceback (most recent call last)
  3. nim.nim(97) nim
  4. nim.nim(61) handleCmdLine
  5. main.nim(252) mainCommand
  6. main.nim(63) commandCompileToC
  7. modules.nim(206) compileProject
  8. modules.nim(154) compileModule
  9. passes.nim(203) processModule
  10. passes.nim(137) processTopLevelStmt
  11. sem.nim(454) myProcess
  12. sem.nim(428) semStmtAndGenerateGenerics
  13. semstmts.nim(1460) semStmt
  14. semexprs.nim(907) semExprNoType
  15. semexprs.nim(2117) semExpr
  16. semexprs.nim(891) semDirectOp
  17. semexprs.nim(874) afterCallActions
  18. sem.nim(360) semMacroExpr
  19. sem.nim(331) semAfterMacroCall
  20. semexprs.nim(2219) semExpr
  21. semstmts.nim(1406) semStmtList
  22. semexprs.nim(2219) semExpr
  23. semstmts.nim(1406) semStmtList
  24. semexprs.nim(2219) semExpr
  25. semstmts.nim(1406) semStmtList
  26. semexprs.nim(2237) semExpr
  27. semstmts.nim(1249) semProc
  28. semstmts.nim(1081) semProcAux
  29. semstmts.nim(325) semIdentDef
  30. semtypes.nim(421) semIdentWithPragma
  31. semtypes.nim(395) semIdentVis
  32. msgs.nim(969) newSymG
  33. msgs.nim(962) internalError
  34. msgs.nim(866) rawMessage
  35. msgs.nim(863) rawMessage
  36. msgs.nim(796) handleError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement