1. 11 Mar, 2016 1 commit
    • Ian Hickson's avatar
      Enable ALL THE LINTS · 1b9cd520
      Ian Hickson authored
      Well, all the easy ones, anyway.
      
      For some reason `// ignore:` isn't working for me so I've disabled
      lints that need that. Also disabled those that require a ton of work
      (which I'm doing, but not in this PR, to keep it reviewable).
      
      This adds:
      - avoid_init_to_null
      - library_names
      - package_api_docs
      - package_names
      - package_prefixed_library_names
      - prefer_is_not_empty
      - sort_constructors_first
      - sort_unnamed_constructors_first
      - unnecessary_getters_setters
      1b9cd520
  2. 03 Mar, 2016 1 commit
  3. 28 Jan, 2016 1 commit
  4. 24 Jan, 2016 1 commit
  5. 01 Dec, 2015 1 commit
  6. 18 Nov, 2015 1 commit
  7. 10 Nov, 2015 1 commit
  8. 09 Nov, 2015 1 commit
  9. 05 Nov, 2015 1 commit
  10. 02 Nov, 2015 3 commits
    • Hixie's avatar
      fix the 'dart:profiler' bug · 466a91ab
      Hixie authored
      ...by requiring a new version of analyzer.
      
      Also, when the subprocess is terminated unexpectedly, report the actual
      problem in more detail.
      466a91ab
    • Hixie's avatar
      Handle crashing engine. · b43722e7
      Hixie authored
      When the engine dies unexpectedly during test execution, we have to
      terminate any tests running in that engine. Previously, they would just
      hang. For some reason that I was never able to satisfactorily explain,
      the WebSocket doesn't die in a way I can detect in this case. So
      instead, we hand in a future that we only complete when we detect the
      server subprocess ends.
      b43722e7
    • Hixie's avatar
      Try to fix the test framework better than before · 297b90e2
      Hixie authored
      The previous attempt to port the 'test' framework to the new framework
      wasn't super-successful. This does a better job, hopefully.
      297b90e2
  11. 29 Oct, 2015 1 commit
  12. 28 Oct, 2015 1 commit
  13. 16 Sep, 2015 1 commit
  14. 21 Aug, 2015 1 commit
  15. 20 Aug, 2015 1 commit