Revert Dual Web Compile changes#143175
Conversation
…mmand. (flutter#143128)" This reverts commit 71c6cd0.
This reverts commit ba626dc.
chingjun
left a comment
There was a problem hiding this comment.
The updated imports LGTM. Thanks!
|
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
ditman
left a comment
There was a problem hiding this comment.
The reverts of the dual compile part look like straight git revert, so LGTM!
This reverts commit 2efeeb4.
Dual Web Compile has had some issues where
flutter testis not respecting the--web-rendererflag for some reason. I haven't gotten entirely to the bottom of the issue, but for now we need to rever these changes while I investigate. This reverts the following PRs:#143128
#141396
While doing this revert, I had a few merge conflicts with #142760, and I tried to resolve the merge conflicts within the spirit of that PR's change, but @chingjun I might need your input on whether the imports I have modified are okay with regards to the change you were making.