Skip to content

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented Dec 19, 2019

Reverts #44221

This introduced #46163

Fixes #46163

@fluttergithubbot fluttergithubbot added the tool Affects the "flutter" command-line tool. See also t: labels. label Dec 19, 2019
Copy link
Contributor

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

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

LGTM

@fluttergithubbot fluttergithubbot merged commit 0a9ff38 into flutter:master Dec 19, 2019
@dnfield dnfield deleted the revert branch December 19, 2019 06:11
final PoolResource resource = await pool.request();
try {
final File file = fs.file(outputDirectory.uri.resolve(entry.key));
final File file = fs.file(fs.path.join(outputDirectory.path, entry.key));
Copy link
Member

Choose a reason for hiding this comment

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

The test is great, but this line and the one in bundle.dart should have some explanatory comments.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll open another PR.

@dnfield dnfield mentioned this pull request Dec 19, 2019
BodhiHu pushed a commit to BodhiHu/flutter that referenced this pull request Feb 20, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 2, 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.

cannot load assets file starting with "#" from the rootBundle after install

5 participants