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

Implement binding of array-slices #3970

Merged
merged 1 commit into from
Oct 27, 2020
Merged

Implement binding of array-slices #3970

merged 1 commit into from
Oct 27, 2020

Conversation

lizmat
Copy link
Contributor

@lizmat lizmat commented Oct 19, 2020

AKA @A[1,2,3] := . For some reason, this was not implemented
before, perhaps because of pre-GLR peculiarities making this difficult.
Implementing turned out not to be such a big thing, so here goes.

This makes one spectest fail: S32-exceptions/misc2.t, 46 which tests
for specific X::Bind::Slice throwage.

This does not make any spectest pass, suggesting we need more tests.

AKA @A[1,2,3] := <a b c> .  For some reason, this was not implemented
before, perhaps because of pre-GLR peculiarities making this difficult.
Implementing turned out not to be such a big thing, so here goes.

This makes one spectest fail: S32-exceptions/misc2.t, 46 which tests
for specific X::Bind::Slice throwage.

This does not make any spectest pass, suggesting we need more tests.
@lizmat lizmat merged commit 051e036 into master Oct 27, 2020
@lizmat lizmat deleted the array-slice-binding branch October 27, 2020 11:59
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.

1 participant