Commit Graph

26 Commits

Author SHA1 Message Date
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
48f44ecaa3 Bump Dart SDK to 1.18.0-dev.4.4. 2016-07-21 16:42:58 -07:00
Yegor
ebc7e4b7ec Revert "Merge pull request #4943 from pq/1.18.0-dev.4.2" (#4966)
This reverts commit 6070cd949f, reversing
changes made to d0f43ed9bd.

It broke the waterfall.
2016-07-18 17:19:31 -07:00
pq
fd9eeb2614 Update to latest Dart SDK (1.18.0-dev.4.2). 2016-07-18 09:25:10 -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
a185d3749f Update to latest Dart SDK (1.18.0-dev.3.0). 2016-06-30 07:43:01 -07:00
pq
f452551d16 Bump Dart SDK to 1.18.0-dev.2.0.
Gets a bunch of fixes.  Most notably a VM that has background compilation re-enabled (and stable).  This should win us (back) a ~17% improvement of analysis times (CLI and server).

See: https://github.com/dart-lang/sdk/issues/26697 for more context.
2016-06-22 10:01:48 -07:00
pq
c1f10dbf38 Bump Dart SDK to patched stable.
`1.17.1` fixes:
* crash in async functions
* GC bug in weak properties

Relevant patches here:
* https://github.com/dart-lang/sdk/issues/26680
* https://github.com/dart-lang/sdk/issues/26681
2016-06-10 08:40:57 -07:00
pq
048a2d4a7d Bump to stable 1.17.0 Dart SDK. 2016-06-08 09:21:50 -07:00
pq
364f19d5ea Update Dart SDK to 1.17.0-dev.6.2.
Latest RC.

Fixes two release blockers (https://github.com/dart-lang/sdk/issues/26558 and https://github.com/dart-lang/sdk/issues/26596); bonus points for letting us re-enable the `iterable_contains_unrelated_type` lint :).
2016-06-03 06:09:53 -07:00
pq
ffd1d1ae1f Bump Dart SDK to 1.17.0-dev.6.1.
Latest RC.  Fixes `dartdoc`.
2016-06-02 06:37:19 -07:00
pq
4707dc1870 Bumping to dev.6.0. 2016-05-26 14:22:38 -07:00
pq
244589aeba Bump dart SDK to 1.17.0-dev.5.
New dev build with more fixes and (fingers-crossed) speed-ups.
2016-05-26 06:39:27 -07:00
pq
bd92db4d4f Rev the dart sdk to 1.17.0-dev.4.1
Keeps up with the Joneses, pulling in the latest dev build (and with it a number of stability and perf improvements).
2016-05-20 09:05:38 -07:00
pq
ef8d3f069e Bump Dart SDK to 1.17.0-dev.3.0.
Keeping up with the Joneses!
2016-05-11 10:25:36 -07:00
pq
24218a2abe Bump Dart SDK to 1.17.0-dev.2.0. 2016-05-09 12:07:24 -07:00
Adam Barth
3afe17e951 Update Dart SDK to 1.16.0 (#3606)
Fixes #3605
2016-04-28 10:15:20 -07:00
Devon Carew
adac927501 add google analytics to flutter_tools (#3523)
* add google analytics

* send in the run target type

* track device type targets

* use the real GA code

* review comments

* rev to usage 2.0

* rev to 2.2.0 of usage; add tests

* review comments
2016-04-26 16:25:11 -07:00
pq
6f12287c78 Bump dart SDK to 1.16.0-dev.5.0.
Among other things, grabs support for `@optionalTypeArgs`.

This is the last dev push for 1.16.  Here on out we're in cherry-pick season until 1.16 final.
2016-04-13 12:56:03 -07:00
Devon Carew
2115f987e1 rev the dart sdk to 1.16.0-dev.4.0 (#3221) 2016-04-08 13:19:24 -07:00
Phil Quitslund
f8dca5765a Bump Dart SDK to 1.16.0-dev.3.0. 2016-04-06 17:16:36 -07:00
Adam Barth
ad7af1043a Update to Dart SDK 1.15.0 2016-03-27 08:51:42 -07:00
Adam Barth
865e3cc0ce Update engine
This change brings in a new version of Mojo, which has improved Mozart
interfaces.
2016-03-02 18:32:49 -08:00
John McCutchan
4e63ce529f Move Dart SDK to 1.15-dev.4 to support _embedder.yaml 2016-03-02 10:38:45 -08:00
Adam Barth
94c5949c12 Internalize our dependency on the Dart SDK
This patch teaches the flutter command to download the Dart SDK into
cache, removing another step from the Getting Started workflow. The
version of the Dart SDK is controlled by the "dart-sdk.version" file in
the bin/cache directory.

Fixes #54
2016-02-15 00:19:25 -08:00