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

Code-dedupe logic for array slices and string slices #960

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

johnkerl
Copy link
Owner

@johnkerl johnkerl commented Feb 22, 2022

Also fixes the bug identified in #943: if x="abcde" then x[1:6] was "" but should be "abcde".

Note: documentation-related commits 6dde90a and 277d2d0 should have been included on this PR, and can be thought of as belonging to it.

@johnkerl johnkerl merged commit 7872753 into main Feb 22, 2022
@johnkerl johnkerl deleted the code-dedupe-string-and-array-slice branch February 22, 2022 04:45
johnkerl added a commit that referenced this pull request Feb 22, 2022
johnkerl added a commit that referenced this pull request Feb 22, 2022
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