Collin Jackson
e830c5ebf6
Update versions after releasing alpha ( #12057 )
2017-09-12 15:53:29 -07:00
Collin Jackson
701d534ba9
Release 0.0.15 ( #12056 )
2017-09-12 14:01:51 -07:00
Collin Jackson
020029acfd
Increment version after rolling alpha ( #11893 )
2017-09-06 15:18:15 -07:00
Collin Jackson
1c372c6803
Roll alpha ( #11874 )
2017-08-31 15:54:45 -07:00
Mikkel Nygaard Ravn
3b8159564f
Alpha post-roll work ( #11608 )
2017-08-14 20:28:34 +02:00
Mikkel Nygaard Ravn
859d8d3830
Alpha pre roll ( #11560 )
2017-08-09 15:52:04 +02:00
Ian Hickson
db88414131
Upgrade to the most recent test package. ( #11526 )
...
Also, add tests to verify that our coverage is actually being tested!
2017-08-04 16:33:38 -07:00
Michael Goderbauer
d68caaafcd
post-alpha-release work ( #11472 )
2017-08-01 16:45:29 -07:00
Michael Goderbauer
bbcfb8d51a
prepare alpha release ( #11464 )
2017-08-01 14:50:29 -07:00
Jason Simmons
265257ab6d
Increment dev version numbers ( #10897 )
2017-06-21 15:33:22 -07:00
Jason Simmons
d36e2f6191
Update versions for an alpha release ( #10896 )
2017-06-21 15:09:10 -07:00
Todd Volkert
5ae6b7b970
Increment version to <x>-dev
( #10794 )
2017-06-16 14:21:13 -07:00
Todd Volkert
aaf82b36a7
Bump version in preparation for a release of the alpha branch ( #10779 )
2017-06-16 10:51:25 -07:00
Michael Goderbauer
44126cd9b7
Increment versions with -dev prefix ( #10715 )
2017-06-14 21:19:10 -07:00
Michael Goderbauer
6f77b4a9a7
Prepare Alpha 0.0.9 ( #10712 )
2017-06-14 17:27:08 -07:00
Todd Volkert
e5213b8e0a
Bump versions to -dev
to complete the release of alpha ( #10692 )
...
https://github.com/flutter/flutter/issues/10688
2017-06-14 08:10:11 -07:00
Todd Volkert
1a1bbacf0d
Bump version in preparation for new tag ( #10689 )
...
https://github.com/flutter/flutter/issues/10688
2017-06-13 23:22:58 -07:00
Phil Quitslund
95544383ef
Bump to Dart SDK 1.24.0-dev.6.7. ( #10585 )
...
* Bump to Dart SDK 1.24.0-dev.6.7.
* nits and fixes
2017-06-08 15:15:18 -07:00
Collin Jackson
2bb5cc9f3c
Start 0.0.8-dev ( #10459 )
2017-06-02 12:36:09 -07:00
Collin Jackson
e2f54df5ab
Release SDK version 0.0.7 ( #10456 )
2017-06-02 10:43:54 -07:00
Chris Bracken
bbe67c3f48
Rev SDK, package versions to dev versions ( #10017 )
...
VERSION: 0.0.7-dev
flutter: 0.0.27-dev
flutter_driver: 0.0.5-dev
flutter_test: 0.0.5-dev
2017-05-11 17:02:08 -07:00
Chris Bracken
dc4ca8db83
Rev alpha branch version to 0.0.6, flutter 0.0.26 ( #10010 )
...
VERSION: 0.0.6
flutter: 0.0.26
flutter_driver: 0.0.4
flutter_test: 0.0.4
2017-05-11 15:33:29 -07:00
Ian Hickson
2f590eccbc
Post alpha ( #9980 )
...
* Rev versions for alpha branch
* Rev versions after alpha
2017-05-10 22:08:27 -07:00
Ian Hickson
cc44cc779b
Rev versions for alpha branch ( #9979 )
2017-05-10 17:36:30 -07:00
Ian Hickson
1af253e313
Update versions post-alpha roll. ( #9941 )
2017-05-09 17:53:41 -07:00
Ian Hickson
9f1d5ba50e
Rev versions for alpha cut ( #9940 )
...
And add a script to rev the versions.
2017-05-09 17:06:52 -07:00
Ian Hickson
127545a353
More doc fixes. ( #9848 )
2017-05-06 15:08:14 -07:00
Ian Hickson
00dfa224d1
Be more consistent about how stack traces are output from flutter_test ( #9361 )
2017-04-13 12:31:04 -07:00
Phil Quitslund
a002e72022
Bump to test 0.12.20
. ( #8349 )
...
* Bump to test `0.12.20`.
Some test `0.12.20` highlights:
* introduces `expectLater()` that returns a `Future` that completes when the matcher has finished running
* deprecates the `verbose` parameter to `expect()` and the `formatFailure()` (to be removed in `0.13.0`)
Otherwise:
* to keep up w/ the deprecation of `verbose`, removes `widget_tester` API to pass `verbose` flag (alternatively we could suppress the warning for now)
* Update stack manipulation.
* Fix framecount.
2017-02-23 15:08:25 -08:00
Todd Volkert
c233f38291
Update package:test dependencies to 0.12.18+2
( #8247 )
2017-02-17 17:35:11 -08:00
Phil Quitslund
c458fb9d2c
Bump Dart SDK to 1.23.0-dev.0.0
( #8222 )
...
* ups pinned `test` to `0.12.15+9` (to play nice w/ the latest analyzer)
* integrates `analyzer` with analysis driver defaulting to ON
2017-02-16 16:50:35 -08:00
Adam Barth
cd09370c13
Update quiver ( #7349 )
2017-01-05 12:45:10 -08:00
Dan Rubel
34e466f1fd
Refactor flutter command exit code - part 3 of 3 ( #6838 )
...
* Remove the workaround that pinned args to v0.13.6
This reverts most of the changes in commit 6331b6c8b5d964ec0dbf2cd9bb84c60c650a0878
* throw exception if exit code is not an integer
* rework command infrastructure to throw ToolExit when non-zero exitCode
* convert commands to return Future<Null>
* cleanup remaining commands to use throwToolExit for non-zero exit code
* remove isUnusual exception message
* add type annotations for updated args package
2016-11-14 14:21:30 -05:00
Dan Rubel
6331b6c8b5
revert args to 0.13.6 ( #6765 )
2016-11-08 17:15:11 -05:00
Adam Barth
c1a2967430
Use SDK sources to refer to our own packages ( #6001 )
...
Switch our pubspec.yamls to using SDK sources so that we can have consistent
source types when we depend on these packages from external packages using SDK
sources.
2016-09-22 20:39:35 -07:00
Devon Carew
8755e569ca
suppress pub override warning; decouple the analyzer versions ( #5991 )
...
* suppress warning; decouple the analyzer versions
* also pass in --no-packages-dir
2016-09-22 07:40:38 -07:00
Phil Quitslund
fffde14f64
Update tools to use analyzer
from vended Dart SDK. ( #5900 )
...
* Update tools to use `analyzer` from vended Dart SDK.
* updates `flutter_tools` and `flutter_test` to use the SDK-vended `analyzer` package
* tweaks dependency tracking logic to only record the SDK-vended `analyzer` so as not to crash on spurious conflicts (due to transitive dependencies)
* Review fixes.
2016-09-16 11:06:17 -07:00
Phil Quitslund
d2fda677e1
Update to Dart 1.20.0-dev.1.0
. ( #5689 )
...
* Udpate to Dart `1.20.0-dev.1.0`.
Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.
* Added `--no-packages-dir`.
* Revert extension to master.
* Added ignores.
* Review nits.
* More nits.
2016-09-08 13:14:08 -07:00
Phil Quitslund
0fe82c3a6f
Update Dart SDK to 1.19.0-dev.4.0
. ( #5329 )
2016-08-10 16:21:58 -07:00
pq
13c3f9d946
Update Dart (1.19.0-dev.0.0) and analyzer (0.27.4-alpha.19).
2016-07-27 10:44:44 -07:00
pq
cb4f01ae3d
Bump Dart SDK to 1.18.0-dev.4.0
.
...
Last dev push for `1.18`.
2016-07-06 14:43:40 -07:00
pq
a417786d77
Update to latest analyzer (w/ cleanup).
...
Bye-bye `@protected `trampolines! :)
2016-06-30 10:39:45 -07:00
pq
352e2f573b
Update to latest analyzer (0.27.4-alpha.14) and misc. analysis fixes.
...
* brings in analyzer version (`0.27.4-alpha.14`) corresponding to current Dart SDK (`1.18.0-dev.2.0`).
* updates analysis to use prefered API for embedder URI resolution
* adds trampolines to `State` and `StatelessWidget` to allow for warning-free within-library @protected access (needed since we closed off access to @protected closures from outside subclasses).
* turns off cache dependency tracking for analysis (in DDC this amounted to a 10% speed improvement).
2016-06-22 14:34:30 -07:00
Devon Carew
415324f2f0
bump our dep on the test package ( #4625 )
...
* bump out dep on the test package
* add other pubspecs
2016-06-19 08:10:03 -07:00
pq
985a7b91cf
Update analyzer dep to 0.27.4-alpha.9
...
Update analyzer dep to 0.27.4-alpha.9 to enjoy analyzer perf improvements (https://codereview.chromium.org/2011183004/ ) (and keep in sync with the SDK).
(This is a revisit to https://github.com/flutter/flutter/pull/4253 .)
2016-05-31 06:59:56 -07:00
Adam Barth
c69cff9428
Update test package ( #4198 )
2016-05-25 17:45:23 -07:00
pq
addc888926
Update to new analyzer and linter.
...
Notably, this will allow us to play with
* the fixed `public_member_api_docs` that now checks for documented getters when checking setters (https://github.com/dart-lang/linter/issues/237 ), and
* the new `comment_references` lint that ensures identifiers referenced in docs are in scope (https://github.com/dart-lang/linter/issues/240 ).
2016-05-18 11:47:44 -07:00
pq
7163cf115d
Revert "Update to new analyzer and linter."
...
This reverts commit f91cf1c4505e1e8f20ade7aad865c938a6ac2054.
2016-05-18 11:45:25 -07:00
pq
f91cf1c450
Update to new analyzer and linter.
...
Notably, this will allow us to play with
* the fixed `public_member_api_docs` that now checks for documented getters when checking setters (https://github.com/dart-lang/linter/issues/237 ), and
* the new `comment_references` lint that ensures identifiers referenced in docs are in scope (https://github.com/dart-lang/linter/issues/240 ).
2016-05-18 11:44:43 -07:00
pq
eb215c14ac
Review cleanup.
2016-05-05 15:16:27 -07:00