Skip to content

Commit 51b75b4

Browse files
committed
SE-0050 has been returned for revision.
1 parent e6c69fc commit 51b75b4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ as practical with Swift 2.0.
215215

216216
* [SE-0018: Flexible Memberwise Initialization](proposals/0018-flexible-memberwise-initialization.md)
217217
* [SE-0030: Property Behaviors](proposals/0030-property-behavior-decls.md)
218+
* [SE-0050: Decoupling Floating Point Strides from Generic Implementations](proposals/0050-floating-point-stride.md)
219+
218220

219221
### Deferred for Future Discussion
220222

proposals/0050-floating-point-stride.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0050](0050-floating-point-stride.md)
44
* Authors: [Erica Sadun](http://github.com/erica), [Xiaodi Wu](http://github.com/xwu)
5-
* Status: **Active Review: May 17...23**
5+
* Status: **Returned for revision**
66
* Review manager: [Chris Lattner](http://github.com/lattner)
77

88
Swift strides create progressions along "notionally continuous one-dimensional values" using a series of offset values. This proposal supplements Swift's generic stride implementation with separate algorithms for floating point strides that avoid error accumulation.

schedule.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ proposals in that process.
77
## Active reviews
88

99
* May 9...16 [SE-0086: Drop NS Prefix in Swift Foundation](proposals/0086-drop-foundation-ns.md)
10-
* May 17...23 [SE-0050: Decoupling Floating Point Strides from Generic Implementations](proposals/0050-floating-point-stride.md)
1110
* May 17...23 [SE-0077: Improved operator declarations](proposals/0077-operator-precedence.md)
1211
* May 17...23 [SE-0091: Improving operator requirements in protocols](proposals/0091-improving-operators-in-protocols.md)
1312
* May 24...30 [SE-0095: Replace `protocol<P1,P2>` syntax with `Any<P1,P2>`](proposals/0095-any-as-existential.md)

0 commit comments

Comments
 (0)