1. 12 Jul, 2018 1 commit
  2. 29 Jun, 2018 1 commit
  3. 28 Jun, 2018 1 commit
  4. 22 Jun, 2018 1 commit
  5. 21 Jun, 2018 1 commit
  6. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  7. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  8. 07 Jun, 2018 1 commit
  9. 05 Jun, 2018 2 commits
  10. 30 May, 2018 2 commits
  11. 29 May, 2018 1 commit
  12. 28 May, 2018 1 commit
  13. 24 May, 2018 2 commits
  14. 09 May, 2018 1 commit
    • Chris Bracken's avatar
      Add caching for kernel compiles during AOT builds (#17439) · 5d8d14b7
      Chris Bracken authored
      We've always cached kernel compiles during bundle builds. This adds
      caching for kernel compiles during AOT builds by moving caching into the
      KernelCompiler.compile() method rather than around each invocation of it.
      
      This also filters buildbot paths included by the kernel compile that are
      not present on the local machine at paths /b/build/slave/Linux_Engine/...
      The kernel compiler should probably include an option to not emit these
      paths in the depfile, since these are used both by Gradle and the
      Fingerprinter class.
      5d8d14b7
  15. 26 Apr, 2018 1 commit
  16. 24 Apr, 2018 2 commits
    • Chris Bracken's avatar
      Make CompilerOutput immutable (#16942) · 4ad190e7
      Chris Bracken authored
      CompilerOutput values should never be mutated. Also includes minor
      formatting change to the compile() method signature in line with the
      style guide.
      
      Minor housekeeping while I'm touching other bits of nearby code.
      4ad190e7
    • Chris Bracken's avatar
      Extract KernelCompiler class (#16937) · 7ffcd3d2
      Chris Bracken authored
      Wraps the compile function in a class injected via the global context,
      which makes it easier to mock in unit tests -- specifically tests for
      AOT snapshotting, which already require pretty significant amounts of
      mock inputs.
      7ffcd3d2
  17. 20 Apr, 2018 2 commits
  18. 16 Apr, 2018 2 commits
  19. 12 Apr, 2018 1 commit
  20. 19 Mar, 2018 2 commits
  21. 17 Mar, 2018 3 commits
  22. 16 Mar, 2018 3 commits
  23. 12 Mar, 2018 1 commit
  24. 07 Mar, 2018 3 commits
  25. 06 Mar, 2018 3 commits