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
While I was running flutter tests for the first time after merging my branch to tip of tree:
Compiler message:
Warning: Tried to initialize from a previous compilation (file:///usr/local/google/home/ianh/dev/flutter/packages/flutter/build/testfile.dill), but the file was not self-contained. This might be a bug.
The Dart team would greatly appreciate it if you would take a moment to report this problem at http://dartbug.com/new.
If you are comfortable with it, it would improve the chances of fixing any bug if you included the file file:///tmp/initialize_from.dillSZCOAG/initialize_from.dill.gz in your error report, but be aware that this file includes your source code.
Either way, you should probably delete the file so it doesn't use unnecessary disk space.
Compiler message:
01:03 +853 ~9: /usr/local/google/home/ianh/dev/flutter/packages/flutter/test/widgets/fade_transition_test.dart: FadeTransition Warning: Tried to initialize from a previous compilation (file:///usr/local/google/home/ianh/dev/flutter/packages/flutter/build/testfile.dill.track.dill), but the file was not self-contained. This might be a bug.
The Dart team would greatly appreciate it if you would take a moment to report this problem at http://dartbug.com/new.
If you are comfortable with it, it would improve the chances of fixing any bug if you included the file file:///tmp/initialize_from.dillTBDGNU/initialize_from.dill.gz in your error report, but be aware that this file includes your source code.
Either way, you should probably delete the file so it doesn't use unnecessary disk space.
So what happened was probably this: The dill file that was attempted initialized from was build on a platform before that commt, you then ran tests on a platform after that commit, where the class couldn't be found (in the expected place).
We certainly need a mechanism to catch stuff like this. I created #36032 for that.
While I was running flutter tests for the first time after merging my branch to tip of tree:
-> initialize_from.dill.gz
-> initialize_from.dill.gz
The text was updated successfully, but these errors were encountered: