-
Notifications
You must be signed in to change notification settings - Fork 813
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
Rename LifecycleContract
feature gate to SafeToEvict
#2849
Rename LifecycleContract
feature gate to SafeToEvict
#2849
Conversation
LifecycleContract
feature gate to SafeToEvict
Build Succeeded 👏 Build Id: b1dfdf85-3668-492d-89cc-1f0dd56d7710 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rename part LGTM
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gongmax, zmerlynn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7480e9a
to
042d25b
Compare
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: b386083c-bd70-4484-a7e6-36284ad2191d The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Per googleforgames#2794, rename `LifecycleContract` to `SafeToEvict`.
042d25b
to
e5b1d87
Compare
Build Succeeded 👏 Build Id: f82e2f58-66e2-4061-966b-fe1f28104dbd The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
…mes#2849) * SDKGracefulTermination: Promote to beta Follows checklist in features.go. Closes googleforgames#2831 * Rename `LifecycleContract` feature gate to `SafeToEvict` Per googleforgames#2794, rename `LifecycleContract` to `SafeToEvict`.
Per #2794, rename
LifecycleContract
toSafeToEvict
.Special notes for your reviewer:
Sits on top of #2836 - merge that one first.