You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haven't bisected this, but #147158 seems like the suspect.
Steps to reproduce:
flutter create -e test_1
cd test_1
flutter run -d macos
quit the application, modify the dart file
flutter run -d macos
Second run will not reflect modifications.
I'm guessing the problem is that after change the dart inputs are written into kernel_snapshot_program.stamp, while kernel_snapshot.stamp is empty, which causes the KernelSnapshot target (and thus the dependencies) skipped.