1. 25 Sep, 2019 1 commit
  2. 10 Sep, 2019 1 commit
  3. 29 Aug, 2019 1 commit
  4. 05 Aug, 2019 1 commit
  5. 09 Jul, 2019 1 commit
  6. 02 Jul, 2019 1 commit
  7. 25 Jun, 2019 2 commits
  8. 18 Jun, 2019 1 commit
  9. 13 Jun, 2019 2 commits
  10. 30 May, 2019 2 commits
  11. 02 May, 2019 1 commit
  12. 01 May, 2019 1 commit
  13. 22 Mar, 2019 1 commit
  14. 06 Mar, 2019 1 commit
  15. 04 Mar, 2019 1 commit
  16. 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
  17. 29 Jan, 2019 1 commit
  18. 18 Jan, 2019 1 commit
  19. 18 Dec, 2018 2 commits
  20. 08 Nov, 2018 1 commit
  21. 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
  22. 17 Oct, 2018 1 commit
  23. 16 Oct, 2018 1 commit
  24. 05 Oct, 2018 2 commits
  25. 14 Sep, 2018 1 commit
  26. 12 Sep, 2018 1 commit
  27. 07 Sep, 2018 1 commit
  28. 02 Aug, 2018 1 commit
  29. 27 Jul, 2018 1 commit
  30. 23 Jul, 2018 1 commit
  31. 16 Jul, 2018 2 commits
  32. 19 Jun, 2018 1 commit
  33. 14 Jun, 2018 1 commit
  34. 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