Advertisement
Guest User

error stack-trace.

a guest
Sep 16th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. Hint: 159917 lines; 72.333s; 674.027MiB peakmem; Debug build; proj: Nim/compiler/nim; out: Nim/compiler/nim [SuccessX]
  2. Nim/bin/nim_temp js problem/orig.nim
  3. Hint: used config file 'Nim/config/nim.cfg' [Conf]
  4. Hint: used config file 'Nim/config/config.nims' [Conf]
  5. .....
  6. Nim/problem/orig.nim(4, 10) Error: cannot evaluate at compile time: s
  7. Traceback (most recent call last)
  8. Nim/compiler/nim.nim(82) handleCmdLine
  9. Nim/compiler/cmdlinehelper.nim(84) loadConfigsAndRunMainCommand
  10. Nim/compiler/main.nim(262) mainCommand
  11. Nim/compiler/main.nim(227) compileToBackend
  12. Nim/compiler/main.nim(132) commandCompileToJS
  13. Nim/compiler/modules.nim(160) compileProject
  14. Nim/compiler/modules.nim(96) compileModule
  15. Nim/compiler/passes.nim(208) processModule
  16. Nim/compiler/passes.nim(86) processTopLevelStmt
  17. Nim/compiler/sem.nim(601) myProcess
  18. Nim/compiler/sem.nim(569) semStmtAndGenerateGenerics
  19. Nim/compiler/semstmts.nim(2293) semStmt
  20. Nim/compiler/semexprs.nim(1026) semExprNoType
  21. Nim/compiler/semexprs.nim(2833) semExpr
  22. Nim/compiler/semstmts.nim(2235) semStmtList
  23. Nim/compiler/semexprs.nim(2885) semExpr
  24. Nim/compiler/semstmts.nim(2191) semStaticStmt
  25. Nim/compiler/vm.nim(2183) evalStaticStmt
  26. Nim/compiler/vm.nim(2172) evalConstExprAux
  27. Nim/compiler/vm.nim(1207) rawExecute
  28. Nim/compiler/vm.nim(463) compile
  29. Nim/compiler/vmgen.nim(2257) genProc
  30. Nim/compiler/vmgen.nim(292) gen
  31. Nim/compiler/vmgen.nim(2012) gen
  32. Nim/compiler/vmgen.nim(1181) genMagic
  33. Nim/compiler/vmgen.nim(287) gen
  34. Nim/compiler/vmgen.nim(1977) gen
  35. Nim/compiler/vmgen.nim(1467) checkCanEval
  36. Nim/compiler/vmgen.nim(1438) cannotEval
  37. Nim/compiler/msgs.nim(541) liMessage
  38. Nim/compiler/msgs.nim(414) handleError
  39. Nim/compiler/msgs.nim(397) quit
  40. FAILURE
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement