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: Migrate off legacy JS/HTML APIs #747

Closed
wants to merge 8 commits into from
Closed

Conversation

aran
Copy link
Contributor

@aran aran commented Dec 4, 2024

This is a straightforward rebase of @minoic's #730 onto the latest master.

Copy link

github-actions bot commented Dec 4, 2024

PR Health

Breaking changes ⚠️
Package Change Current Version New Version Needed Version Looking good?
grpc Non-Breaking 4.0.1 4.0.2-wip 4.1.0
Got "4.0.2-wip" expected >= "4.1.0" (non-breaking changes)
⚠️

This check can be disabled by tagging the PR with skip-breaking-check.

Changelog Entry ✔️
Package Changed Files

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

Coverage ⚠️
File Coverage
lib/grpc_or_grpcweb.dart 💚 57 %
lib/src/client/transport/xhr_transport.dart 💔 Not covered

This check for test coverage is informational (issues shown here will not fail the PR).

This check can be disabled by tagging the PR with skip-coverage-check.

API leaks ⚠️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbols
grpc Any
$1.Duration

This check can be disabled by tagging the PR with skip-leaking-check.

Copy link
Contributor

@mosuem mosuem left a comment

Choose a reason for hiding this comment

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

Some smaller comments, but otherwise LGTM. Thanks a lot!

lib/src/client/transport/xhr_transport.dart Outdated Show resolved Hide resolved
lib/src/client/transport/xhr_transport.dart Show resolved Hide resolved
lib/src/client/transport/xhr_transport.dart Outdated Show resolved Hide resolved
@aran
Copy link
Contributor Author

aran commented Dec 17, 2024

Closing in favor of #750 which also fixes the tests.

@aran aran closed this Dec 17, 2024
@aran aran deleted the minoic-rebase branch December 17, 2024 17:11
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