Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable and fix a number of lints, test on oldest supported SDK #15

Merged
merged 1 commit into from
May 6, 2019

Conversation

kevmoo
Copy link
Member

@kevmoo kevmoo commented May 5, 2019

Bump min SDK to Dart 2.0

/// Returns a matcher that asserts that a closure throws a
/// [StringScannerException] with the given [text].
Matcher throwsStringScannerException(String text) =>
throwsA(const TypeMatcher<StringScannerException>()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isA<StringScannerException>? Or does the test with isA require a newer SDK?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd have to bump to 2.2 I think...

@kevmoo kevmoo merged commit 705e7bb into master May 6, 2019
@kevmoo kevmoo deleted the tweaks branch May 6, 2019 16:51
mosuem pushed a commit to dart-lang/tools that referenced this pull request Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants