Skip to content
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

dom_array evaluation error on sliced array 2.8.6 #851

Open
CervEdin opened this issue Oct 3, 2024 · 0 comments
Open

dom_array evaluation error on sliced array 2.8.6 #851

CervEdin opened this issue Oct 3, 2024 · 0 comments
Labels
resolved Issue is resolved and the feature or fix will be part of next release

Comments

@CervEdin
Copy link

CervEdin commented Oct 3, 2024

When using dom_array
on a sliced 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.

@Dekker1 Dekker1 added the resolved Issue is resolved and the feature or fix will be part of next release label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved Issue is resolved and the feature or fix will be part of next release
Projects
None yet
Development

No branches or pull requests

2 participants