Skip to content

Commit ef7e045

Browse files
scheglovCommit Queue
authored andcommitted
Elements. Remove metadata3, store MetadataImpl directly.
This CL continues https://dart-review.googlesource.com/c/sdk/+/430261 Change-Id: I4f717dc25f84571e6f86a470e6ddfcf452928682 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432161 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Paul Berry <[email protected]>
1 parent 36262e7 commit ef7e045

File tree

9 files changed

+183
-193
lines changed

9 files changed

+183
-193
lines changed

pkg/analyzer/lib/src/dart/analysis/driver.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ testFineAfterLibraryAnalyzerHook;
110110
// TODO(scheglov): Clean up the list of implicitly analyzed files.
111111
class AnalysisDriver {
112112
/// The version of data format, should be incremented on every format change.
113-
static const int DATA_VERSION = 463;
113+
static const int DATA_VERSION = 464;
114114

115115
/// The number of exception contexts allowed to write. Once this field is
116116
/// zero, we stop writing any new exception contexts in this process.

0 commit comments

Comments
 (0)