Closed
Description
Running from a stale snapshot can trigger any number of warnings or errors. Typically this is fine because we'll correctly identify the situation and recreate the snapshot, then the followup build should be successful.
For example you might see a [WARNING] some/file.dart was not found in the asset graph, incremental builds will not work.
. This looks scary, but the build will likely succeed on the second run.
I wonder if we can more eagerly invalidate the snapshot by detecting situations where we expect it would fail when we run it.
Metadata
Metadata
Assignees
Labels
No labels