Skip to content

[TASK] Make OutputFormat final #1128

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
Mar 10, 2025
Merged

[TASK] Make OutputFormat final #1128

merged 1 commit into from
Mar 10, 2025

Conversation

oliverklee
Copy link
Collaborator

This class is not intended to be extended, and it's intended to be created using the factory methods anyway.

(Also, we most probably won't need to have mocks of this class in the tests as it's mostly a data object.)

@coveralls
Copy link

coveralls commented Mar 9, 2025

Coverage Status

coverage: 55.567%. remained the same
when pulling 0b68ff1 on task/final-of
into 9d2fd8e on main.

Copy link
Collaborator

@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.

As per #1127 (review), should we deprecate the extensibility first?

@oliverklee oliverklee marked this pull request as draft March 9, 2025 19:15
This class is not intended to be extended, and it's intended to
be created using the factory methods anyway.

(Also, we most probably won't need to have mocks of this class
in the tests as it's mostly a data object.)
@oliverklee oliverklee marked this pull request as ready for review March 10, 2025 14:24
@oliverklee oliverklee requested a review from JakeQZ March 10, 2025 14:24
@JakeQZ JakeQZ merged commit ef732a5 into main Mar 10, 2025
21 checks passed
@JakeQZ JakeQZ deleted the task/final-of branch March 10, 2025 16:52
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.

3 participants