dart-lang / http_parser

A platform-independent Dart package for parsing and serializing HTTP formats.
https://pub.dev/packages/http_parser
BSD 3-Clause "New" or "Revised" License
39 stars 28 forks source link

Bump min SDK to fix tests #28

Closed kevmoo closed 4 years ago

kevmoo commented 4 years ago

Use chrome instead of firefox for browser tests on travis

natebosch commented 4 years ago

We could fix the tests instead...

kevmoo commented 4 years ago

We could fix the tests instead...

Isn't this due to an SDK bug? That's my memory...

kevmoo commented 4 years ago

See https://github.com/dart-lang/test/issues/1141

natebosch commented 4 years ago

Yes, this is caused by an SDK bug. Rather than ignoring the fact that there is a version of package:test in the wild that no one can use on that SDK we should publish a version that works, then bump the dep in test.

https://github.com/dart-lang/test/pull/1143

kevmoo commented 4 years ago

Good idea!