Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Conversation

srawlins
Copy link
Contributor

Fixes dart-lang/tools#817

Adding public methods to subclassable public classes is a breaking change, for implementors, so I guess this should be a major version bump?

@srawlins
Copy link
Contributor Author

srawlins commented Jun 3, 2020

CC @pq, @devoncarew might one of you have to review? The migration tool tests could take advantage of this.

Copy link
Contributor

@stereotype441 stereotype441 left a comment

Choose a reason for hiding this comment

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

lgtm

@srawlins
Copy link
Contributor Author

srawlins commented Jun 3, 2020

Regarding the changing public interface of Logger, should I bump the version to 0.2.0 in this PR? Next PR?

@pq
Copy link
Contributor

pq commented Jun 3, 2020

This or a follow-up SGTM. Be sure and touch up the CHANGELOG while you're at it?

@srawlins
Copy link
Contributor Author

srawlins commented Jun 3, 2020

Done!

@srawlins srawlins merged commit a4d9ff3 into dart-archive:master Jun 3, 2020
mosuem pushed a commit to dart-lang/tools that referenced this pull request Oct 25, 2024
Add write() and writeCharCode() methods to Logger
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

Provide a Logger wrapper for write
4 participants