You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found an interesting bug. When we use typed varargs, assume that there is a parameter with same type and if we missed that, compiler can't recognize it. It will show an error message like this D:\a\Odin\Odin\src\check_expr.cpp(5543): Assertion Failure: 'variadic_operands.count != 0'
Context:
OS : Windows 11 x64
Odin version : dev-2023-11-nightly:ef5eb4b6
I found an interesting bug. When we use typed varargs, assume that there is a parameter with same type and if we missed that, compiler can't recognize it. It will show an error message like this
D:\a\Odin\Odin\src\check_expr.cpp(5543): Assertion Failure: 'variadic_operands.count != 0'
Context:
OS : Windows 11 x64
Odin version : dev-2023-11-nightly:ef5eb4b6
Here is the sample code to reproduce the error.
The text was updated successfully, but these errors were encountered: