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

Fix deprecation ID displays in JS mode #2483

Merged
merged 2 commits into from
Jan 14, 2025
Merged

Fix deprecation ID displays in JS mode #2483

merged 2 commits into from
Jan 14, 2025

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Jan 11, 2025

In the pure JS release, these weren't working because the Dart-to-JS
logger didn't know to pass along the deprecation metadata when falling
back to the wrapped StderrLogger. In the embedded release, these
weren't working because we didn't give it an update to match the
stderr logger.

@nex3 nex3 requested a review from jathak January 11, 2025 01:05
In the pure JS release, these weren't working because the Dart-to-JS
logger didn't know to pass along the deprecation metadata when falling
back to the wrapped StderrLogger. In the embedded release, these
weren't working because we didn't give it an update to match the
stderr logger.
@nex3 nex3 merged commit ddb14b2 into main Jan 14, 2025
39 checks passed
@nex3 nex3 deleted the deprecation-ids branch January 14, 2025 00:02
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