Skip to content

Commit b7522da

Browse files
scheglovCommit Queue
authored andcommitted
Fine. Use bit packed flags.
Change-Id: I292002ff9d2ee92be5f781ed35ee15c8d19f4e8c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/448905 Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent e905916 commit b7522da

File tree

3 files changed

+806
-485
lines changed

3 files changed

+806
-485
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ testFineAfterLibraryAnalyzerHook;
106106
// TODO(scheglov): Clean up the list of implicitly analyzed files.
107107
class AnalysisDriver {
108108
/// The version of data format, should be incremented on every format change.
109-
static const int DATA_VERSION = 548;
109+
static const int DATA_VERSION = 549;
110110

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

0 commit comments

Comments
 (0)