-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test for Dart 2.0 ints (dart-archive/typed_data#9)
* Fix test for Dart 2.0 ints * Update pubspec.yaml * Update typed_buffers_test.dart * Update typed_buffers_test.dart * Add 2^63 back to test data * Update CHANGELOG.md * Update typed_buffers_test.dart * Fix tests * run tests only on dev * Update pubspec
- Loading branch information
Showing
4 changed files
with
209 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
language: dart | ||
dart: | ||
- dev | ||
- stable | ||
|
||
dart_task: | ||
- test: -p vm,firefox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name: typed_data | ||
version: 1.1.5 | ||
version: 1.1.6 | ||
author: Dart Team <[email protected]> | ||
description: Utility functions and classes related to the 'dart:typed_data' library. | ||
homepage: https://github.com/dart-lang/typed_data | ||
dev_dependencies: | ||
test: "^0.12.0" | ||
environment: | ||
sdk: ">=1.8.0 <2.0.0" | ||
sdk: ">=2.0.0-dev.16.0 <2.0.0" |
Oops, something went wrong.