Skip to content
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

[CLEANUP] Drop empty OutputFormat constructor #1127

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oliverklee
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Mar 9, 2025

Coverage Status

coverage: 55.567%. remained the same
when pulling 6f39f0e on cleanup/drop-of-constructor
into a8709e4 on main.

Copy link
Contributor

@JakeQZ JakeQZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If a user extends OutputFormat (for what reason, I don't know), this could be a breaking change, since calling parent::construct() requires a constructor to be explicitly defined.

So I think we might first need to deprecate OutputFormat being extensible. Then, when removing the constructor, also make it final.

@oliverklee oliverklee force-pushed the cleanup/drop-of-constructor branch from 1a4ae12 to 6f39f0e Compare March 9, 2025 19:15
@oliverklee oliverklee marked this pull request as draft March 9, 2025 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants