-
-
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
Passing empty array to openarray parameter of template fails #2459
Labels
Comments
Still an issue. |
I stumbled into this as well in 1.4.8, pretty annoying one.
fails with:
|
Gives |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The last line of the following code example produces a compile-time error:
No such error when it's a
proc
, only atemplate
.Not sure if it's related to the behavior described here #1105 (comment) , which I tested and found to still exist, but thought I'd mention it anyway.
The text was updated successfully, but these errors were encountered: