-
-
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
Const seq into sink arg: =copy operator not found #16120
Labels
Comments
can't reproduce; works for me, on osx, same nim version d306a04 |
same with me, cannot reproduce on both WSL Ubuntu 20.04 and Windows 10. |
Guys its |
i see, now both wsl ubuntu and windows 10 produce the same error |
I have a fix. I don't think this is regression. |
cooldome
changed the title
Nested seqs not =copy operator found
Const seq into sink arg: not =copy operator found
Nov 26, 2020
cooldome
changed the title
Const seq into sink arg: not =copy operator found
Const seq into sink arg: =copy operator not found
Nov 26, 2020
mildred
pushed a commit
to mildred/Nim
that referenced
this issue
Jan 11, 2021
ardek66
pushed a commit
to ardek66/Nim
that referenced
this issue
Mar 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example
Current Output
a.nim(2, 16) Error: internal error: '=copy' operator not found for type array[0..0, seq[float32]]
Additional Information
Caused by #16115 confirmed.
The text was updated successfully, but these errors were encountered: