Skip to content

Commit

Permalink
enable multi-option contexts
Browse files Browse the repository at this point in the history
See: #53876

With 0199e9d landed addressing #55413, this *should* now be safe to land.



Change-Id: I2c2a8d47ae0ede04f5de56b558f5e61778bf05f3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/364020
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
  • Loading branch information
pq authored and Commit Queue committed Apr 22, 2024
1 parent 79faded commit 22da6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/lib/src/dart/analysis/context_locator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ContextLocatorImpl implements ContextLocator {
/// analysis options file.
///
/// See: https://github.com/dart-lang/sdk/issues/53876
static bool singleOptionContexts = true;
static bool singleOptionContexts = false;

/// The resource provider used to access the file system.
final ResourceProvider resourceProvider;
Expand Down

0 comments on commit 22da6ed

Please sign in to comment.