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

[embedded] Add back lazy collection operations, collection diffing and StaticBigInt to Embedded Stdlib #77657

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kubamracek
Copy link
Contributor

@kubamracek kubamracek commented Nov 15, 2024

Straightforward enablement of a bunch of files to the Embedded stdlib, which seem to be excluded for no reason:

  • DiscontiguousSlice.swift
  • DropWhile.swift
  • Filter.swift
  • FlatMap.swift
  • Flatten.swift
  • Join.swift
  • Map.swift
  • PrefixWhile.swift
  • CollectionDifference.swift
  • Diffing.swift
  • StaticBigInt.swift
  • UnfoldSequence.swift

rdar://139729059
rdar://139729075
rdar://139729137

@rauhul
Copy link
Member

rauhul commented Nov 15, 2024

thanks!

@kubamracek
Copy link
Contributor Author

@swift-ci please test

@benrimmington
Copy link
Contributor

StaticBigInt will be limited by issue #75652.

@kubamracek
Copy link
Contributor Author

@swift-ci please test

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.

3 participants