1. 04 Jan, 2019 1 commit
  2. 22 Dec, 2018 1 commit
  3. 17 Dec, 2018 1 commit
  4. 12 Dec, 2018 1 commit
    • Janice Collins's avatar
      Allow snippets tool to be run from arbitrary CWDs (#25243) · 4a110b62
      Janice Collins authored
      * Allow snippets tool to be run from arbitrary CWDs
      
      * Drop use of absolute when using Platform.executable (path is not relative, might require PATH resolution)
      
      * canonicalize paths
      
      * Use path.fromUri consistently to resolve file URIs
      
      * Force commit to try to kick Cirrus
      
      * Force commit to kick Cirrus, again
      4a110b62
  5. 11 Dec, 2018 1 commit
  6. 29 Nov, 2018 2 commits
  7. 28 Nov, 2018 1 commit
  8. 19 Nov, 2018 3 commits
  9. 17 Nov, 2018 1 commit
  10. 15 Nov, 2018 3 commits
  11. 14 Nov, 2018 2 commits
  12. 13 Nov, 2018 1 commit
  13. 11 Nov, 2018 1 commit
  14. 10 Nov, 2018 1 commit
  15. 09 Nov, 2018 2 commits
  16. 08 Nov, 2018 1 commit
  17. 07 Nov, 2018 3 commits
  18. 06 Nov, 2018 4 commits
  19. 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
  20. 02 Nov, 2018 3 commits
  21. 01 Nov, 2018 2 commits
  22. 30 Oct, 2018 2 commits
  23. 23 Oct, 2018 2 commits