Skip to content

Commit

Permalink
accept nonvoid-warn as SE-0047 and schedule it.
Browse files Browse the repository at this point in the history
  • Loading branch information
lattner committed Mar 11, 2016
1 parent 9ffc63c commit 005e393
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Defaulting non-Void functions so they warn on unused results

* Proposal: SE-00XX
* Proposal: [SE-0047](proposals/0047-nonvoid-warn.md)
* Author(s): [Erica Sadun](http://github.com/erica), [Adrian Kashivskyy](https://github.com/akashivskyy)
* Status: TBD
* Review manager: TBD
* Review manager: [Chris Lattner](https://github.com/lattner)

## Introduction

Expand Down Expand Up @@ -149,4 +149,4 @@ It should be noted that this proposal, if accepted, removes two of the last rema

Changing the behavior of non-void functions to use default warnings for unused results was initially introduced by Adrian Kashivskyy. Additional thanks go out to Chris Lattner, Gwendal Roué, Dmitri Gribenko, Jeff Kelley, David Owens,
Stephen Cellis, Ankit Aggarwal, Paul Ossenbruggen,
for their feedback on this topic.
for their feedback on this topic.
3 changes: 2 additions & 1 deletion schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ proposals in that process.
## Upcoming reviews

* March 9...13, 2016 [SE-0037: Clarify interaction between comments & operators](proposals/0037-clarify-comments-and-operators.md)
* March 11...15, 2016 [SE-0046: Establish consistent label behavior across all parameters including first labels](https://github.com/apple/swift-evolution/blob/master/proposals/0046-first-label.md)
* March 11...15, 2016 [SE-0046: Establish consistent label behavior across all parameters including first labels](proposals/0046-first-label.md)
* March 16...21, 2016 [SE-0047: Defaulting non-Void functions so they warn on unused results](proposals/0047-nonvoid-warn.md)


## Proposals awaiting scheduling
Expand Down

0 comments on commit 005e393

Please sign in to comment.