Skip to content

Fix file serving bug when using the Dart Debug Extension #1676

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 1 commit into from
Jul 6, 2022

Conversation

elliette
Copy link
Contributor

@elliette elliette commented Jul 6, 2022

Fixes a bug introduced by #1658

That change modified a parameter in DebugService.start from the full URL to only the root. We were correctly passing this when the debug service was started normally, but not when it was started from the Dart Debug Extension.

@elliette elliette requested a review from annagrin July 6, 2022 20:20
@annagrin
Copy link
Contributor

annagrin commented Jul 6, 2022

Thanks Elliott! Is it possible to add a test so we don't accidentally regress?

@elliette
Copy link
Contributor Author

elliette commented Jul 6, 2022

Thanks Elliott! Is it possible to add a test so we don't accidentally regress?

Sure, do you mind if we do that in a follow up PR? This is currently blocking google3 rolls.

@annagrin
Copy link
Contributor

annagrin commented Jul 6, 2022

Sure, do you mind if we do that in a follow up PR? This is currently blocking google3 rolls.

That works, LGTM!

Copy link
Contributor

@annagrin annagrin left a comment

Choose a reason for hiding this comment

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

LGTM!

@elliette elliette merged commit 6604468 into dart-lang:master Jul 6, 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.

2 participants