Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[flutter_tools] reland: copy dill after startup#58455

Merged
jonahwilliams merged 4 commits into
flutter:masterfrom
jonahwilliams:copy_after_startup
Jun 4, 2020
Merged

[flutter_tools] reland: copy dill after startup#58455
jonahwilliams merged 4 commits into
flutter:masterfrom
jonahwilliams:copy_after_startup

Conversation

@jonahwilliams

Copy link
Copy Markdown
Contributor

Description

remove copying from the shutdown stage since that seems risky (and Android Studio behavior is unlikely to change). If we copy the first compilation we'll still get a decent dill for initialization.

Fixes #58109 (indirectly)

Reland of #58188


@protected
void cacheInitialDillCompilation() {
if (_dillOutputPath != null) {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This was missing

@jonahwilliams jonahwilliams requested a review from zanderso June 2, 2020 16:04
@goderbauer goderbauer added the tool Affects the "flutter" command-line tool. See also t: labels. label Jun 2, 2020
@jonahwilliams jonahwilliams merged commit e934c2f into flutter:master Jun 4, 2020
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 31, 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.

Ensure that frontend_server has successfully exited before copying cached.dill

4 participants