Skip to content

Fix typo in README: where necessarily -> where necessary #2

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

Merged
merged 1 commit into from
Dec 3, 2015

Conversation

dylanahsmith
Copy link
Contributor

No description provided.

lattner added a commit that referenced this pull request Dec 3, 2015
Fix typo in README: where necessarily -> where necessary
@lattner lattner merged commit b824c77 into swiftlang:master Dec 3, 2015
lattner pushed a commit that referenced this pull request Mar 24, 2016
kkdevenda added a commit to kkdevenda/swift-evolution that referenced this pull request Aug 1, 2016
DougGregor added a commit that referenced this pull request Nov 30, 2018
rjmccall pushed a commit that referenced this pull request Jun 28, 2019
…#2

Changes from the second reviewed version

* The synthesized storage property is always named with a leading `_`
  and is always `private`.
* The `wrapperValue` property has been renamed to `projectedValue` to
  make it sufficiently different from `wrappedValue`. This also gives
  us the "projection" terminology to talk about the `$` property.
* The projected property (e.g., `$foo`) always has the same access as
  the original wrapped property, rather than being artificially
  limited to `internal`. This reflects the idea that, for property
  wrapper types that have a projection, the projection is equal in
  importance to the wrapped value.
rjmccall added a commit that referenced this pull request Jun 28, 2019
[SE-0258] Revision #3 of the proposal, addressing feedback from review #2
ktoso referenced this pull request in ktoso/swift-evolution Jan 21, 2021
ktoso referenced this pull request in ktoso/swift-evolution Jan 21, 2021
heckj pushed a commit to heckj/swift-evolution that referenced this pull request Sep 1, 2021
Wasm is never written in all uppercase (according to the spec https://webassembly.github.io/spec/core/intro/introduction.html), since Wasm is not an acronym.
kavon referenced this pull request in kavon/swift-evolution Feb 16, 2023
allow noncopyable types to conform to `Sendable`
Jumhyn added a commit that referenced this pull request Jun 14, 2023
* Add proposal for init accessors.

* Init accessors suggestions (#2)

* Expand description of accesses and give a "dictionary storage" example

* Make the name of the `newValue` parameter configurable

Be consistent with set/willSet/didSet in making the parameter name
optional and overridable.

* A few clarifications regarding init accessor signatures

* Clarify the rules for definite initialization

Expand the examples and show the case where virtual and stored-property
initialization collide.

---------

Co-authored-by: Holly Borla <[email protected]>

* Address outstanding proposal comments.

* Update the syntax for init accessor effects based on pitch feedback.

* Update the first init accessor example to use a custom parameter name.

* Add an acknowledgments section for the init accessors proposal.

* Update proposals/NNNN-init-accessors.md

Co-authored-by: Frederick Kellison-Linn <[email protected]>

* Remove the phrase "virtual initialization".

* Editorial changes.

* Update the Alternatives Considered section with more syntax suggestions from
the pitch thread.

* Add more commentary on member-wise initializers.

* Add a DI example where a property is not initialized on all paths.

* Init accessors is SE-0400

---------

Co-authored-by: Doug Gregor <[email protected]>
Co-authored-by: Frederick Kellison-Linn <[email protected]>
Co-authored-by: Freddy Kellison-Linn <[email protected]>
kubamracek added a commit to kubamracek/swift-evolution that referenced this pull request Jan 31, 2024
kubamracek added a commit to kubamracek/swift-evolution that referenced this pull request Jan 31, 2024
tbkka referenced this pull request in tbkka/swift-evolution Feb 28, 2024
Rework Motivation; other smaller edits
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