Guest User

Boom

a guest
Jul 7th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 1.42 KB | None | 0 0
  1. type A = ref object
  2.   s: seq[typedesc]
  3. var a = A(s: @[])
  4. # Error: internal error: getUniqueType
  5. # Traceback (most recent call last)
  6. # nim.nim(97)              nim
  7. # nim.nim(61)              handleCmdLine
  8. # main.nim(252)            mainCommand
  9. # main.nim(63)             commandCompileToC
  10. # modules.nim(206)         compileProject
  11. # modules.nim(154)         compileModule
  12. # passes.nim(193)          processModule
  13. # passes.nim(137)          processTopLevelStmt
  14. # cgen.nim(1217)           myProcess
  15. # ccgstmts.nim(1113)       genStmts
  16. # ccgexprs.nim(2067)       expr
  17. # ccgstmts.nim(1113)       genStmts
  18. # ccgexprs.nim(2086)       expr
  19. # ccgstmts.nim(259)        genVarStmt
  20. # ccgstmts.nim(242)        genSingleVar
  21. # ccgstmts.nim(86)         loadInto
  22. # ccgexprs.nim(2056)       expr
  23. # ccgexprs.nim(1145)       genObjConstr
  24. # ccgexprs.nim(1086)       rawGenNew
  25. # ccgtypes.nim(1011)       genTypeInfo
  26. # ccgtypes.nim(791)        genTypeInfoAux
  27. # ccgtypes.nim(1019)       genTypeInfo
  28. # ccgtypes.nim(876)        genObjectInfo
  29. # ccgtypes.nim(815)        genObjectFields
  30. # ccgtypes.nim(868)        genObjectFields
  31. # ccgtypes.nim(1011)       genTypeInfo
  32. # ccgtypes.nim(791)        genTypeInfoAux
  33. # ccgtypes.nim(984)        genTypeInfo
  34. # ccgutils.nim(102)        getUniqueType
  35. # msgs.nim(957)            internalError
  36. # msgs.nim(866)            rawMessage
  37. # msgs.nim(863)            rawMessage
  38. # msgs.nim(796)            handleError
Advertisement
Add Comment
Please, Sign In to add comment