-
-
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
static[T]
parameter cannot depend on generic type parameter
#7209
Comments
Any chance this could be tagged v1? I have been wanting to use this for some cryptography work since #3706 (even the non generic version used to fail) and it would be really nice to know fixing this is on the roadmap. |
I don't know how hard this is to support and I wouldn't want this to block v1. We have a lot on our plate already. Sorry. |
Fair enough :-) |
I gave it another shot ... no progress so far... |
metagn
added a commit
to metagn/Nim
that referenced
this issue
Jun 16, 2023
was fixed by nim-lang#22029
bung87
pushed a commit
to bung87/Nim
that referenced
this issue
Jul 29, 2023
* add test to close nim-lang#7209 was fixed by nim-lang#22029 * fix echo => doAssert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following
does not compile, while I would expect it to print
1 mod 7
. The error isThe text was updated successfully, but these errors were encountered: