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

chore: set max SDK version to <3.0.0 #61

Merged
merged 1 commit into from
Jul 17, 2018

Conversation

chalin
Copy link
Contributor

@chalin chalin commented Jul 16, 2018

No description provided.

pubspec.yaml Outdated
@@ -1,16 +1,21 @@
name: watcher
version: 0.9.7+9
version: 0.9.8
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kevmoo: maybe this would be a good time to bump this up to 1.0.0?

@chalin chalin force-pushed the chalin-max-sdk-to-3-0716 branch from 413f655 to b6fcf68 Compare July 16, 2018 12:29
@chalin
Copy link
Contributor Author

chalin commented Jul 16, 2018

cc @kwalrath @kevmoo

@chalin chalin force-pushed the chalin-max-sdk-to-3-0716 branch from b6fcf68 to d3c3cc4 Compare July 16, 2018 12:46
@kevmoo kevmoo requested a review from grouma July 17, 2018 17:08
@@ -17,8 +17,7 @@ void main() {
sharedTests();

test('DirectoryWatcher creates a LinuxDirectoryWatcher on Linux', () {
expect(
new DirectoryWatcher('.'), new isInstanceOf<LinuxDirectoryWatcher>());
expect(new DirectoryWatcher('.'), TypeMatcher<LinuxDirectoryWatcher>());
Copy link
Member

Choose a reason for hiding this comment

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

If you're going to remove one new, should probably remove the other too. Or just keep the new for now and we'll remove them all later.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll add back the new. We can run dartfmt --fix later (so as to keep this PR simple).

@chalin chalin force-pushed the chalin-max-sdk-to-3-0716 branch 2 times, most recently from 1a16bde to 036fe88 Compare July 17, 2018 21:10
@chalin chalin force-pushed the chalin-max-sdk-to-3-0716 branch from 036fe88 to 42b0c6f Compare July 17, 2018 21:12
@kevmoo kevmoo merged commit 4539161 into dart-lang:master Jul 17, 2018
@chalin chalin deleted the chalin-max-sdk-to-3-0716 branch July 18, 2018 14:25
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants