We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Arraymancer does not work with Nim v2 RCx. I tried running the example on the GitHub page but got the following error:
/home/grishkin/.nimble/pkgs/arraymancer-0.7.12/arraymancer/laser/tensor/initialization.nim(232, 5) Error: undeclared identifier: 'shallowCopy'
Are there plans to fix this by using 'move' as suggested by the release notes (I think)? What timeline are we looking at?
The text was updated successfully, but these errors were encountered:
@Vindaar I suppose It was fixed by #562
Sorry, something went wrong.
Ah, thanks for the ping. If for some reason this can still be triggered after all, feel free to reopen @general-rishkin.
No branches or pull requests
Arraymancer does not work with Nim v2 RCx.
I tried running the example on the GitHub page but got the following error:
/home/grishkin/.nimble/pkgs/arraymancer-0.7.12/arraymancer/laser/tensor/initialization.nim(232, 5) Error: undeclared identifier: 'shallowCopy'
Are there plans to fix this by using 'move' as suggested by the release notes (I think)?
What timeline are we looking at?
The text was updated successfully, but these errors were encountered: