Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nim check: internal error: (filename: "vmgen.nim", line: 1119, column: 19) #9609

Closed
timotheecour opened this issue Nov 3, 2018 · 0 comments
Labels
VM see also `const` label

Comments

@timotheecour
Copy link
Member

timotheecour commented Nov 3, 2018

/cc @Araq

macro mapLiterals(a: untyped): untyped =
  echo a.kind

mapLiterals(0)

nim check bugs/nimsuggest/t01d.nim
Error: internal error: (filename: "vmgen.nim", line: 1119, column: 19)
(the the .kind should be an error, but not an internal error)

possibly related to nim-lang/nimsuggest#93 (comment)

@timotheecour timotheecour added the VM see also `const` label label Nov 4, 2018
@Araq Araq closed this as completed in 1c73db0 Nov 7, 2018
narimiran pushed a commit that referenced this issue Nov 24, 2018
(cherry picked from commit 1c73db0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VM see also `const` label
Projects
None yet
Development

No branches or pull requests

1 participant