1. 23 May, 2016 1 commit
  2. 19 May, 2016 1 commit
    • pq's avatar
      Fix analyzer field overrides. · 2a9d2b5f
      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)
      2a9d2b5f
  3. 17 May, 2016 1 commit
  4. 16 May, 2016 1 commit
  5. 12 May, 2016 1 commit
  6. 10 May, 2016 3 commits
  7. 09 May, 2016 3 commits
    • pq's avatar
      Remove gratuitous pub resolver from flutter analysis. · 18d971d4
      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`!)
      18d971d4
    • pq's avatar
      Constructor ordering. · 1e50745d
      pq authored
      1e50745d
    • pq's avatar
      Analyze update to use in-memory package map. · 46d32794
      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.
      46d32794
  8. 06 May, 2016 2 commits
    • pq's avatar
      Fixed braces. · c973629e
      pq authored
      c973629e
    • pq's avatar
      Fix analyzer error messages. · 96de7c4d
      pq authored
      Will have the result of restoring `[static warning]` to `[warning]`, etc.
      
      (This is essentially how we handle it in the analyzer CLI.)
      96de7c4d
  9. 05 May, 2016 1 commit
    • pq's avatar
      Analysis re-work to use analyzer APIs. · a59a713f
      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 :)
      a59a713f
  10. 08 Apr, 2016 2 commits
  11. 07 Apr, 2016 1 commit
  12. 30 Mar, 2016 1 commit
  13. 10 Mar, 2016 1 commit
  14. 07 Mar, 2016 1 commit
  15. 26 Feb, 2016 1 commit
  16. 25 Feb, 2016 1 commit
  17. 17 Feb, 2016 1 commit
  18. 16 Feb, 2016 1 commit