-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
internal error: getTypeDescAux
with void
in generic array instantiation
#23419
Labels
Comments
Min repro var a: (array[0, void], ) |
!nim c var a: (array[0, void], ) |
🐧 Linux bisect by @juancarlospaco (collaborator)devel 👎 FAILOutput
IRCompiled filesize0 bytes (0 bytes)
Stats
ASTnnkStmtList.newTree(
nnkVarSection.newTree(
nnkIdentDefs.newTree(
newIdentNode("a"),
nnkTupleConstr.newTree(
nnkBracketExpr.newTree(
newIdentNode("array"),
newLit(0),
newIdentNode("void")
)
),
newEmptyNode()
)
)
) stable 👎 FAILOutput
IRCompiled filesize0 bytes (0 bytes)
Stats
ASTnnkStmtList.newTree(
nnkVarSection.newTree(
nnkIdentDefs.newTree(
newIdentNode("a"),
nnkTupleConstr.newTree(
nnkBracketExpr.newTree(
newIdentNode("array"),
newLit(0),
newIdentNode("void")
)
),
newEmptyNode()
)
)
) 2.0.2 👎 FAILOutput
IRCompiled filesize0 bytes (0 bytes)
Stats
ASTnnkStmtList.newTree(
nnkVarSection.newTree(
nnkIdentDefs.newTree(
newIdentNode("a"),
nnkTupleConstr.newTree(
nnkBracketExpr.newTree(
newIdentNode("array"),
newLit(0),
newIdentNode("void")
)
),
newEmptyNode()
)
)
) 1.6.14 👎 FAILOutput
IRCompiled filesize0 bytes (0 bytes)
Stats
ASTnnkStmtList.newTree(
nnkVarSection.newTree(
nnkIdentDefs.newTree(
newIdentNode("a"),
nnkTupleConstr.newTree(
nnkBracketExpr.newTree(
newIdentNode("array"),
newLit(0),
newIdentNode("void")
)
),
newEmptyNode()
)
)
) 1.4.8 👎 FAILOutput
IRCompiled filesize0 bytes (0 bytes)
Stats
ASTnnkStmtList.newTree(
nnkVarSection.newTree(
nnkIdentDefs.newTree(
newIdentNode("a"),
nnkTupleConstr.newTree(
nnkBracketExpr.newTree(
newIdentNode("array"),
newLit(0),
newIdentNode("void")
)
),
newEmptyNode()
)
)
) 1.2.18 👎 FAILOutput
IRCompiled filesize0 bytes (0 bytes)
Stats
ASTnnkStmtList.newTree(
nnkVarSection.newTree(
nnkIdentDefs.newTree(
newIdentNode("a"),
nnkTupleConstr.newTree(
nnkBracketExpr.newTree(
newIdentNode("array"),
newLit(0),
newIdentNode("void")
)
),
newEmptyNode()
)
)
) 1.0.10 👎 FAILOutput
IRCompiled filesize0 bytes (0 bytes)
Stats
ASTnnkStmtList.newTree(
nnkVarSection.newTree(
nnkIdentDefs.newTree(
newIdentNode("a"),
nnkTupleConstr.newTree(
nnkBracketExpr.newTree(
newIdentNode("array"),
newLit(0),
newIdentNode("void")
)
),
newEmptyNode()
)
)
) Stats
🤖 Bug found in |
ringabout
added a commit
that referenced
this issue
Apr 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Nim Version
1.6, devel
Current Output
Expected Output
No response
Possible Solution
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: