Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Init accessors is SE-0400
  • Loading branch information
Jumhyn committed Jun 14, 2023
commit 01b657eb54301403534daca6942a2c025c043ff5
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Init Accessors

* Proposal: [SE-NNNN](NNNN-init-accessors.md)
* Proposal: [SE-0400](0400-init-accessors.md)
* Authors: [Holly Borla](https://github.com/hborla), [Doug Gregor](https://github.com/douggregor)
* Review Manager: TBD
* Status: **Awaiting implementation**
* Review Manager: [Frederick Kellison-Linn](https://github.com/Jumhyn)
* Status: **Active review (June 14th...June 26th, 2023)**
* Implementation: On `main` behind experimental feature flag `InitAccessors`
* Review: ([pitch](https://forums.swift.org/t/pitch-init-accessors/64881))

## Introduction

Expand Down Expand Up @@ -410,4 +411,4 @@ However, the current synatx in this proposal most accurately models the semantic

## Acknowledgments

Thank you to TJ Usiyan, Michel Fortin, and others for suggesting alternative syntax ideas for `init` accessor effects; thank you to Pavel Yaskevich for helping with the implementation.
Thank you to TJ Usiyan, Michel Fortin, and others for suggesting alternative syntax ideas for `init` accessor effects; thank you to Pavel Yaskevich for helping with the implementation.