-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SE-0456] Span properties #78561
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
[SE-0456] Span properties #78561
Conversation
@swift-ci please test |
@swift-ci please build toolchain |
cb2e4f9
to
ff9805a
Compare
@swift-ci please build toolchain |
@swift-ci please test |
ff9805a
to
58c6395
Compare
@swift-ci please smoke test macOS platform |
58c6395
to
72a6a26
Compare
@swift-ci please build toolchain |
@swift-ci please test linux platform |
@swift-ci please build toolchain Windows |
@swift-ci please build toolchain |
@swift-ci please test |
@swift-ci please test macOS platform |
fed1d4f
to
587640b
Compare
@swift-ci please build toolchain |
@swift-ci Please test |
@swift-ci Please build toolchain macOS platform |
1 similar comment
@swift-ci Please build toolchain macOS platform |
b697096
to
e5505e9
Compare
@swift-ci please test |
Co-authored-by: Ben Rimmington <[email protected]>
Co-authored-by: Ben Rimmington <[email protected]>
6a7c8e2
to
940628a
Compare
@swift-ci please test |
1 similar comment
@swift-ci please test |
@swift-ci please test |
@swift-ci please test |
@swift-ci please test linux platform |
@swift-ci please test macOS platform |
1 similar comment
@swift-ci please test macOS platform |
@swift-ci please test linux platform |
@swift-ci please smoke test |
Changes to lifetime annotations implemented in swiftlang#80064
8db28a6
to
7b03593
Compare
@swift-ci please test |
@swift-ci please test windows platform |
Implements most of the
span
properties proposed here, reviewed here, and accepted here.Addresses most of rdar://137710901
Span
s vended fromInlineArray
andCollectionOfOne
are disabled at the moment.span
properties forString.UTF8View
andSubstring.UTF8View
are added here.