-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[stdlib] Make StringSlice.split()
return List[StringSlice]
#4324
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
[stdlib] Make StringSlice.split()
return List[StringSlice]
#4324
Conversation
0085e41
to
356eb7f
Compare
Signed-off-by: martinvuyk <[email protected]>
356eb7f
to
05b2886
Compare
!sync |
Sadly, this is still crashing parameter inference internally (CC: @zyx-billy):
I'm going to mark this as "blocked" label here for my own book-keeping. I've asked the compiler team to take a look at this internally. A few things:
|
@martinvuyk update here: @zyx-billy fixed the parameter inference issue and I just rebased this synced PR internally. It's about to pass CI and land. This should unblock #3894 and friends as well in the next nightly. It was hitting similar parameter inference bugs IIRC. So feel free to rebase those when this fix lands and we can get those in. Thank you everyone for chasing this down! |
✅🟣 This contribution has been merged 🟣✅ Your pull request has been merged to the internal upstream Mojo sources. It will be reflected here in the Mojo repository on the main branch during the next Mojo nightly release, typically within the next 24-48 hours. We use Copybara to merge external contributions, click here to learn more. |
Landed in b375020! Thank you for your contribution 🎉 |
…ce]` (#59490) [External] [stdlib] Make `StringSlice.split()` return `List[StringSlice]` Split off from #4016. Part of #3528. Co-authored-by: martinvuyk <[email protected]> Closes #4324 MODULAR_ORIG_COMMIT_REV_ID: a13fa523e6a378510a980c320d2e8ab21b7e18ce
Split off from #4016. Part of #3528