- 23 May, 2016 1 commit
-
-
Devon Carew authored
-
- 19 May, 2016 1 commit
-
-
pq authored
Cleans up 3 of the 4 violations of the `overriden_field` lint. The last one is more interesting and I'll defer to someone closer to that code: [lint] Do not override fields. (packages/flutter/test/rendering/rendering_tester.dart, line 91, col 14)
-
- 17 May, 2016 1 commit
-
-
pq authored
-
- 16 May, 2016 1 commit
-
-
pq authored
Net-net: SDK summaries are not safe in the presence of SDK library embedders. Context (and bug to track re-enablement) here: https://github.com/dart-lang/sdk/issues/26467.
-
- 12 May, 2016 1 commit
-
-
Jason Simmons authored
-
- 10 May, 2016 3 commits
-
-
Devon Carew authored
* use vendored dart sdk; check the expected version of flutter * search up directories looking for the flutter root
-
pq authored
-
pq authored
The latest dev build has stable summaries so we should start using them. (Also ensures that analysis options are propogating to the SDK analysis context --- see: https://github.com/dart-lang/sdk/issues/26129.)
-
- 09 May, 2016 3 commits
-
-
pq authored
Package mapping is already done by the `PackageDependencyTracker` so this extra check is at best not needed. (At worst could cause an unneeded and costly call to `pub list-package-dirs`!)
-
pq authored
-
pq authored
Updates the analyze command to pass a package map to analysis rather than a file path. This allows us to avoid creating a needless temporary `.packages` file and host directory and saves us a trip to disk to retrieve the contents when building our URI resolvers for analysis.
-
- 06 May, 2016 2 commits
- 05 May, 2016 1 commit
-
-
pq authored
Introduces a new Dart analysis wrapper that works directly with the analyzer API (in favor of shelling out to a separate process). Some consequences: * we no longer need to fear parts (simplifying our dart file gathering) * we can filter by error code (when needed), rather than by error strings * no more IO scraping * no need to generate `main()` or to run with `--package-warnings` * we now specify an analyzer (and linter) version in the pubspec (we’ll want to make sure this doesn’t diverge too far from the analyzer shipped with the SDK but it does give us some room to play with experimental builds) * no more (re)scanning of error source files (and so no more source cache) * should generally be a bit simpler and easier to maintain * runs a bit faster :)
-
- 08 Apr, 2016 2 commits
-
-
Devon Carew authored
* have flutter precache print if there's no work to do * tweak precache
-
Adam Barth authored
This will help folks run pub get after they upgrade their flutter.git revision.
-
- 07 Apr, 2016 1 commit
-
-
Devon Carew authored
* use --no-precompile * use the flutter bin cache's sdk
-
- 30 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 10 Mar, 2016 1 commit
-
-
Hixie authored
Also, resolve our package conflict, since reflectable has been fixed.
-
- 07 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Feb, 2016 1 commit
-
-
Adam Barth authored
Now that we don't require the Dart SDK to be in your path, it's hard to run ./dev/update_packages.dart. Instead, you can now run `flutter update-packages`. Fixes #1906
-
- 25 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 17 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 16 Feb, 2016 1 commit
-
-
Adam Barth authored
This removes a step that can cause trouble. Fixes #1904
-