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

WIP: Dart dev upgrade #15

Closed
wants to merge 273 commits into from
Closed

Conversation

jordanross-wf
Copy link

No description provided.

Michael Carter and others added 30 commits January 24, 2018 09:23
… imports, general cleanup or directory structure.
…on_schema into nested_ref_fetch

# Conflicts:
#	test/unit/vm/json_schema/validation_test.dart
rmconsole-readonly-wk and others added 29 commits March 25, 2019 20:25
WAP-2881: Tweak error string for root level errors
CPLAT-6438: Fix TravisCI for Dart 1
An upcoming change to the Dart SDK will change `HttpRequest` and
`HttpClientResponse` from implementing `Stream<List<int>>` to
implementing `Stream<Uint8List>`.

This forwards-compatible change prepares for that SDK breaking
change by casting the Stream to `List<int>` before transforming
it.

dart-lang/sdk#36900
CPLAT-6437: Prepare for upcoming change to HttpRequest and HttpClientResponse
CPLAT-7426 Run Dart 2 unit tests with dart2js
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.