-
Notifications
You must be signed in to change notification settings - Fork 355
Prepare for tagging 1.3.0 #523
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Set availability to match Span availability - Split implementation into multiple source files - Add OutputSpan-based primitives that can be the bases of all append/insertion/replaceSubrange variants - Add the ability to consume a subrange of items using an InputSpan - Add bulk copying operations generic over the new Container protocol
Member
Author
|
CI issues:
|
…rwin OS releases References to Span types trigger an issue where SwiftPM isn’t able to run command line executable targets or tests on older OSes. Set the availability of everything that needs span types to the most recent Apple OS releases. Hopefully we’ll be able to revert this once we figure out a better workaround.
We are not reexporting this from the top-level `Collections` module.
475df0f to
3a4dba9
Compare
SwiftPM’s command line test runner is unable to load the Span backdeployment library (libswiftCompatibilitySpan.dylib) when trying to execute tests for the new modules (BasicContainers, ContainersPreview and TrailingElementsModule) on older macOS releases. I see no obvious way to work around this.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[This is an updated version of #522, with the source branch within the same repository.]
RigidArray,UniqueArrayAPIs; split implementation into multiple filesTrailingElementsModuleUnstableContainersPreviewpackage trait while we're debugging a runtime crashstruct Borrowtostruct Ref, andstruct Inouttostruct Mut.This also includes #520, in order to (potentially) speed up validation work.
Checklist