- 24 Jun, 2016 2 commits
-
-
Adam Barth authored
`flutter test` now has a `--merge-coverage` flag that can be used to merge coverage data from previous runs, enabling faster iteration cycles.
-
Devon Carew authored
-
- 23 Jun, 2016 17 commits
-
-
Adam Barth authored
We now download the base coverage file automatically.
-
Adam Barth authored
Stop spamming the console about drudge by pinning an earlier version of json_scheme that doesn't spam.
-
Adam Barth authored
Using relative paths makes it easier to share lcov.info files across machines.
-
Hans Muller authored
-
Adam Barth authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Adam Barth authored
We now have 100% coverage of animation.dart and animation_controller.dart. Also, add some basic tools for working with lcov files. These tools need much more polish.
-
Adam Barth authored
-
Adam Barth authored
-
Hans Muller authored
-
Ian Hickson authored
-
Adam Barth authored
Uploading the coverage data file to Google Storage will make it easier for folks to get current coverage data quickly.
-
Phil Quitslund authored
Update to latest analyzer (0.27.4-alpha.14) and misc. analysis fixes.
-
pq authored
-
Adam Barth authored
It's not reliable enough yet.
-
Adam Barth authored
Also, fix the bug where apps would assert when you change the time dilation. Use that mechanism to fix the animation controller tests.
-
- 22 Jun, 2016 17 commits
-
-
Todd Volkert authored
#4672
-
pq authored
-
pq authored
-
Hans Muller authored
-
Adam Barth authored
-
Adam Barth authored
This patch causes us to upload a coverage report to coveralls.io.
-
pq authored
* 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).
-
Todd Volkert authored
-
Adam Barth authored
We need https://github.com/dart-lang/coverage/issues/100 to be fixed before this will be useful. Fixes #2342
-
Phil Quitslund authored
Bump Dart SDK to `1.18.0-dev.2.0`.
-
Todd Volkert authored
-
Ian Hickson authored
This API is the front-end part of the work on showing licenses. Future patches will: * Provide an API for registering what licenses should be shown here, which will be used by this feature to shown licenses but could also be used by custom code for showing licenses (e.g. for people not using the Material widgets). * Actually populate this license API from all the licenses we currently use in the engine, in the framework, and from any pub packages that are used (directly or indirectly) by the application.
-
Todd Volkert authored
-
Todd Volkert authored
-
pq authored
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.
-
Adam Barth authored
I erroneously removed this function in an earlier patch. Also, export SystemUiOverlayStyle because we expose that enum in the SystemChrome API.
-
Hans Muller authored
-
- 21 Jun, 2016 4 commits
-
-
Adam Barth authored
This required switching from the Future-based bindings to the callback-based bindings.
-
Jason Simmons authored
This is now obsolete
-
Hans Muller authored
-
Hans Muller authored
-