Skip to content

Add new getSourceReport parameter #1598

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 2 commits into from
May 9, 2022

Conversation

annagrin
Copy link
Contributor

@annagrin annagrin commented May 5, 2022

Add libraryFilters parameter to the vm service implementation of getSourceReport to allow for updating vm service protocol to version 8.3.0 and dwds at the same time.

Closes: #1585

Related: dart-lang/sdk#48754

Copy link
Collaborator

@bkonyi bkonyi left a comment

Choose a reason for hiding this comment

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

I don't see an actual implementation. I'm guessing that comes later?

@annagrin
Copy link
Contributor Author

annagrin commented May 6, 2022

I don't see an actual implementation. I'm guessing that comes later?

We don't actually support coverage through the vm implementation on web, Gary has some separate tool for that. So this is just to make sure adding the new parameter does not break the usage cases (it prevents us from updating vm_service internally)

@annagrin annagrin changed the title Implement new getSourceReport parameter Add new getSourceReport parameter May 6, 2022
@a-siva
Copy link
Contributor

a-siva commented May 9, 2022

Can somebody review and approve this PR so we can land it and unblock dart-lang/sdk#48754

@annagrin annagrin merged commit 638c89e into dart-lang:master May 9, 2022
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.

Support VM version 8.3.0
4 participants