Skip to content

Conversation

@rogergzou
Copy link
Contributor

No description provided.

@lattner lattner merged commit fbbc25a into swiftlang:master Dec 3, 2015
DougGregor added a commit to DougGregor/swift that referenced this pull request Apr 20, 2017
DougGregor added a commit to DougGregor/swift that referenced this pull request Apr 20, 2017
…ence.

Part of ABI FIXME swiftlang#99, this gives us some nice consistency that
ensures that slicing a SubSequence gives us another SubSequence. There
are two source-compatibility implications to this change:

* Collections now need to satisfy this property, which could not be
  expressed in Swift 3. There might be some Collections that don't
  satisfy this property, and will break with the Swift 4 compiler
  *even in Swift 3 compatibility mode*. Case in point...
* The Lazy collection types were formulated as a lazy collection of
  the base slice (e.g., LazyCollection<ArraySlice<T>>) rather than as
  a slice of the lazy collection (e.g.,
  Slice<LazyCollection<Array<T>>). The former doesn't meet the new
  requirements, so change to the latter.
slavapestov pushed a commit to slavapestov/swift that referenced this pull request Nov 27, 2018
Linux: avoid zombie process when dispatch_main is called
slavapestov pushed a commit to slavapestov/swift that referenced this pull request Nov 27, 2018
Linux: avoid zombie process when dispatch_main is called

Signed-off-by: Daniel A. Steffen <[email protected]>
maldahleh pushed a commit to maldahleh/swift that referenced this pull request Oct 26, 2020
SourceLocation: refactor user-facing part of SourceLocation out and allow it to be computed on demand.
freak4pc pushed a commit to freak4pc/swift that referenced this pull request Sep 28, 2022
Update PULL_REQUEST_TEMPLATE.md for check script rename
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.

2 participants