Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Simplify test readers and writers #3865

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

davidmorgan
Copy link
Contributor

@davidmorgan davidmorgan commented Feb 17, 2025

For #3811.

Merge test reader and writer interfaces.

For non-test code we will continue to need the separate reader and writer interfaces, but after this refactoring arc is complete they should be backed by one implementing class.

The test readers and writers are already backed by one implementation, and from the point of view of tests it's simpler to be clear that that's exactly the class being used everywhere.

Copy link

PR Health

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

@davidmorgan davidmorgan force-pushed the simpler-tests branch 4 times, most recently from 0bcf743 to 55749ed Compare February 19, 2025 11:01
@davidmorgan davidmorgan marked this pull request as ready for review February 19, 2025 11:23
@davidmorgan davidmorgan requested a review from jensjoha February 19, 2025 11:24
@davidmorgan davidmorgan merged commit 9c3d5f4 into dart-lang:master Feb 19, 2025
75 checks passed
@davidmorgan davidmorgan deleted the simpler-tests branch February 19, 2025 13:42
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.

2 participants