-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
deprecate/remove gradient from base #23816
Conversation
761dee6
to
a7edce3
Compare
@@ -465,6 +465,8 @@ Deprecated or removed | |||
`prompt_if_incorrect` argument are deprecated. Instead, prompting behavior is controlled using | |||
the `allow_prompt` keyword in the `LibGit2.CredentialPayload` constructor ([#23690]). | |||
|
|||
* `gradient` is deprecated and will be removed in the next release ([#23816]). |
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.
I think "will be removed in the next release" is redundant with "deprecated," since we always remove deprecated things in the subsequent release. Probably doesn't matter too much though.
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.
Usually deprecation messages suggests a replacement; I thought it would be nice to mention that there won't be one.
a7edce3
to
e5486b3
Compare
#23796 on Travis x86_64 |
Ready to merge? |
Still has the [triage] label. Does it still need to be triaged? |
No, we should just do this. |
I'm not saying this change wasn't good, but it has broken Because we previously imported Is there a recommended place/package from which to import |
For now, I'd just define a non-exported gradient function in |
No description provided.