Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the error message when trying to assign to a slice of an immu…
…table tensor (#611) Before this change the compilation errors you'd get when trying to assign to an immutable tensor were very cryptic (a type mismatch, and you had to notice that the only tensor related option had a "var Tensor" type). This change results in a much more understandable and explicit error.
- Loading branch information