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

More cleanup of array functions #2058

Merged
merged 26 commits into from
Dec 21, 2024
Merged

More cleanup of array functions #2058

merged 26 commits into from
Dec 21, 2024

Conversation

mtoy-googly-moogly
Copy link
Collaborator

@mtoy-googly-moogly mtoy-googly-moogly commented Dec 17, 2024

I pushed #2051 early to catch a release train so there would be an alpha available. Finishing up here.

  • repeat and reverse are no longer in the standard library
  • string_reverse is added to the standard library
  • repeat and reverse are now in each dialects dialect library, with dialect specific semantics

In general, because some dialects have few or no functions supporting arrays, at this time, there will not be any further array functions in the standard library. We need a re-think of the standard library before that happens.

@mtoy-googly-moogly mtoy-googly-moogly merged commit c31fd85 into main Dec 21, 2024
11 checks passed
@mtoy-googly-moogly mtoy-googly-moogly deleted the array-func-cleanup branch December 21, 2024 01:11
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