-
Notifications
You must be signed in to change notification settings - Fork 144
[TASK] Mark OutputFormat
as not extendable
#1131
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
Conversation
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.
There's a missing full-stop in the @internal
notice.
Also, I think we can be clearer in the class DocBlock that it's going to be made final
, with extensibility being deprecated.
CHANGELOG.md
Outdated
- Mark `OutputFormat` as not extendable and the constructor as `@internal` | ||
(#1131) |
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.
If my suggestion for the class DocBlock is accepted, this probably warrants a second changelog entry in the 'Deprecated' section. (But I don't think two separate PRs are needed!)
Also, I think these changes could be made directly on the 8.x branch only, because on |
This is the V8.x backport of #1131.
This is the V8.x backport of #1131.
Also mark the constructor as `@internal`.
Co-authored-by: JakeQZ <[email protected]>
Co-authored-by: JakeQZ <[email protected]>
3430390
to
1368c3f
Compare
I have just created #1133 for the backport. As far as having this in |
This is the V8.x backport of #1131.
Also mark the constructor as
@internal
.