This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to pedantic 1.8.0, also no implicit casts (#50)
* Update to pedantic 1.8.0, also no implicit casts * format file * Update min SDK * Add a changelog entry
- Loading branch information
Showing
7 changed files
with
23 additions
and
16 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,7 @@ | ||
language: dart | ||
|
||
dart: | ||
- 2.0.0 | ||
- 2.1.1 | ||
- dev | ||
|
||
dart_task: | ||
|
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
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,13 +1,13 @@ | ||
name: fixnum | ||
version: 0.10.10 | ||
version: 0.10.11-dev | ||
|
||
description: Library for 32- and 64-bit signed fixed-width integers. | ||
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/fixnum | ||
|
||
environment: | ||
sdk: '>=2.0.0 <3.0.0' | ||
sdk: '>=2.1.1 <3.0.0' | ||
|
||
dev_dependencies: | ||
pedantic: ^1.3.0 | ||
pedantic: ^1.8.0 | ||
test: ^1.2.0 |
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