Skip to content

Commit

Permalink
Fix test for Dart 2.0 ints (dart-archive/typed_data#9)
Browse files Browse the repository at this point in the history
* 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
keertip authored Jan 17, 2018
1 parent 74bd42a commit 6636285
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 199 deletions.
1 change: 0 additions & 1 deletion pkgs/typed_data/.travis.yml
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
Expand Down
4 changes: 4 additions & 0 deletions pkgs/typed_data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.6

* Update tests to work with Dart 2.0 64 bit ints.

## 1.1.5

* Undo unnessesary SDK version constraint tweak.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/typed_data/pubspec.yaml
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"
Loading

0 comments on commit 6636285

Please sign in to comment.