When doing flutter test use batch compiler and link platform in.#14983
When doing flutter test use batch compiler and link platform in.#14983aam merged 1 commit intoflutter:masterfrom
Conversation
|
is linking platform in required? In my tests just removing |
|
@mraleph wrote
Yes, per what I see just removing |
|
I am now really concerned that we might have this problem in hot-reload scenario. We need to test this. Also lets try to work with FE team to ensure that we have a way to produce partial Kernel files during testing to avoid overhead. |
|
This PR is certainly just a workaround to unblock current implementation of |
I'm in the middle of moving frontend_server to the dart sdk(main stumbling block is the fact that flutter frontend_server has flutter-specific widget inspector kernel transformation hardcoded, which I don't want to copy over to dart sdk), that should help with that a little. |
This is to fix #14931.