| commit | 91ae0bfbcf822535e041be22bdd929bfb1920554 | [log] [tgz] |
|---|---|---|
| author | Konstantin Shcheglov <scheglov@google.com> | Mon Jun 02 15:27:40 2025 -0700 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 02 15:27:40 2025 -0700 |
| tree | cfd79164777c9061ae95a2c6b25148fcac7af95a | |
| parent | 72ee5445c34a0c9c6594ac9ef3ea3f84e310bdf2 [diff] |
Analyzer DATA_VERSION++ We need to make it different than in https://dart-review.googlesource.com/c/sdk/+/432462 Related to https://dart-review.googlesource.com/c/sdk/+/432161 Change-Id: I56b5935e8fb9e46fc69657ecbe007c19404c10f8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432520 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
diff --git a/pkg/analyzer/lib/src/dart/analysis/driver.dart b/pkg/analyzer/lib/src/dart/analysis/driver.dart index 4491cfb..0044269 100644 --- a/pkg/analyzer/lib/src/dart/analysis/driver.dart +++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart
@@ -110,7 +110,7 @@ // TODO(scheglov): Clean up the list of implicitly analyzed files. class AnalysisDriver { /// The version of data format, should be incremented on every format change. - static const int DATA_VERSION = 464; + static const int DATA_VERSION = 467; /// The number of exception contexts allowed to write. Once this field is /// zero, we stop writing any new exception contexts in this process.