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

Remove Array constructor that projected another array #135

Conversation

kindlich
Copy link
Member

This will be handled by stdlib.Arrays.zs#map
We decided against these two array constructors because they were the only usecase currently where a constructor would require a generic argument. Since this would make calls more complicated (generic class with generic constructor), it was decided that these ctors should be removed and constructors should not be made generic.

This will be handled by stdlib.Arrays.zs#map
We decided against these two array constructors because they were the
only usecase currently where a constructor would require a generic
argument. Since this would make calls more complicated (generic class
with generic constructor), it was decided that these ctors should be
removed and constructors should not be made generic.
@stanhebben stanhebben merged commit 97ae3f5 into feature/refactor-data-flow-analysis Mar 15, 2024
0 of 2 checks passed
@kindlich kindlich deleted the feature/refactor-data-flow-analysis-remove-array-projection-constructor branch May 24, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants