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