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

Add extension traits for arrays and slices #1251

Merged
merged 8 commits into from
Oct 21, 2022
Merged

Add extension traits for arrays and slices #1251

merged 8 commits into from
Oct 21, 2022

Conversation

hannobraun
Copy link
Owner

There are a number of methods defined on arrays and slices that aren't stable yet, meaning we can't use them in Fornjot. I've been working around that for a while, but today enough was enough.

This pull request introduces stable replacements for the missing methods that I need, simplifying the code that previously had workarounds. I still hope those become stable soon.

@hannobraun hannobraun enabled auto-merge October 21, 2022 12:55
@hannobraun hannobraun merged commit a177995 into main Oct 21, 2022
@hannobraun hannobraun deleted the ext branch October 21, 2022 12:57
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