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
When using dom_array on a sliced array
dom_array
array[int, int] of int: X = [| 1,2 |]; output show(dom_array(X[.., 1]));
starting in 2.8.6 and also in 2.8.7 I get
evaluation error: invalid argument to dom
Seems I don't get this when using dom_bounds_array.
dom_bounds_array
The text was updated successfully, but these errors were encountered:
Fix evaluation of dom_array on par arrays. Fixes #851.
bab062c
No branches or pull requests
When using
dom_array
on a sliced array
starting in 2.8.6 and also in 2.8.7 I get
Seems I don't get this when using
dom_bounds_array
.The text was updated successfully, but these errors were encountered: