Skip to content

Fix experimental incremental web compiler for Windows #45286

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 9 commits into from
Nov 22, 2019

Conversation

jonahwilliams
Copy link
Member

Description

Fixes #45179

@fluttergithubbot fluttergithubbot added the tool Affects the "flutter" command-line tool. See also t: labels. label Nov 20, 2019
@jonahwilliams jonahwilliams changed the title Fix experimental incremental compiler for the web Fix experimental incremental web compiler for Windows Nov 21, 2019
// TODO(jonahwilliams): better path normalization in frontend_server to remove
// this workaround.
String requestPath = request.uri.path;
if (requestPath.startsWith('/C:/')) {
Copy link
Contributor

Choose a reason for hiding this comment

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

So, it won't work for '/D:/'? At home my C drive is full, so I mostly use D and E 😃

Copy link
Member Author

Choose a reason for hiding this comment

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

Ahh, RegExp my old friend....

@jonahwilliams jonahwilliams merged commit 497ae83 into flutter:master Nov 22, 2019
@jonahwilliams jonahwilliams deleted the test_hot_incremental branch November 22, 2019 18:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--enable-web-incremental-compiler is broken on Windows
4 participants