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

[SR-126] Sequence.flatMap() is missing a @noescape #42748

Closed
gribozavr opened this issue Dec 7, 2015 · 5 comments
Closed

[SR-126] Sequence.flatMap() is missing a @noescape #42748

gribozavr opened this issue Dec 7, 2015 · 5 comments
Assignees
Labels
affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella

Comments

@gribozavr
Copy link
Collaborator

Previous ID SR-126
Radar rdar://problem/23662419
Original Reporter @gribozavr
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Standard Library
Labels Bug, AffectsABI, StarterBug
Assignee @meadori
Priority Medium

md5: 39d91ddba471f9685d720a1066f7095b

Issue Description:

Sequence.flatMap() is missing a @noescape on the closure.

This is a pretty straightforward change, requires an accompanying test, and a proposal to swift-evolution.

@jtbandes
Copy link
Collaborator

jtbandes commented Dec 7, 2015

Just curious — why does this require a proposal? It's a non-breaking, highly-obvious change.

@gribozavr
Copy link
Collaborator Author

Every API change needs to go through swift-evolution.

@meadori
Copy link
Mannequin

meadori mannequin commented Dec 8, 2015

@meadori
Copy link
Mannequin

meadori mannequin commented Dec 8, 2015

I'll take ownership of this one (since I already put out the swift-evo mail).

@swift-ci
Copy link
Collaborator

swift-ci commented May 6, 2016

Comment by Lucas Derraugh (JIRA)

Resolved in pull request
#1214

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella
Projects
None yet
Development

No branches or pull requests

3 participants