1. 05 Aug, 2019 1 commit
  2. 09 Jul, 2019 1 commit
  3. 02 Jul, 2019 1 commit
  4. 25 Jun, 2019 2 commits
  5. 18 Jun, 2019 1 commit
  6. 13 Jun, 2019 2 commits
  7. 30 May, 2019 2 commits
  8. 02 May, 2019 1 commit
  9. 01 May, 2019 1 commit
  10. 22 Mar, 2019 1 commit
  11. 06 Mar, 2019 1 commit
  12. 04 Mar, 2019 1 commit
  13. 28 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Fix spelling errors. (#28657) · ccdd5057
      Greg Spencer authored
      Fix the spelling errors in the dartdocs for the framework.
      
      There are no functionality changes here, just documentation fixes.
      ccdd5057
  14. 29 Jan, 2019 1 commit
  15. 18 Jan, 2019 1 commit
  16. 18 Dec, 2018 2 commits
  17. 08 Nov, 2018 1 commit
  18. 05 Nov, 2018 1 commit
    • Greg Spencer's avatar
      Rewrite the analyze-sample-code script to also analyze snippets (#23893) · 202b045b
      Greg Spencer authored
      This rewrites the sample code analysis script to be a little less of a hack (but still not pretty), and to handle snippets as well.
      
      It also changes the semantics of how sample code is handled: the namespace for the sample code is now limited to the file that it appears in, so some additional "Examples can assume:" blocks were added. The upside of this is that there will be far fewer name collisions.
      
      I fixed the output too: no longer will you get 4000 lines of numbered output with the error at the top and have to grep for the actual problem. It gives the filename and line number of the original location of the code (in the comment in the tree), and prints out the source code on the line that caused the problem along with the error.
      
      For snippets, it prints out the location of the start of the snippet and the source code line that causes the problem. It can't print out the original line, because snippets get formatted when they are written, so the line might not be in the same place.
      202b045b
  19. 17 Oct, 2018 1 commit
  20. 16 Oct, 2018 1 commit
  21. 05 Oct, 2018 2 commits
  22. 14 Sep, 2018 1 commit
  23. 12 Sep, 2018 1 commit
  24. 07 Sep, 2018 1 commit
  25. 02 Aug, 2018 1 commit
  26. 27 Jul, 2018 1 commit
  27. 23 Jul, 2018 1 commit
  28. 16 Jul, 2018 2 commits
  29. 19 Jun, 2018 1 commit
  30. 14 Jun, 2018 1 commit
  31. 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
  32. 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
  33. 05 Jun, 2018 1 commit
  34. 30 May, 2018 1 commit