1. 02 Feb, 2022 1 commit
  2. 08 Jan, 2022 1 commit
  3. 07 Jan, 2022 1 commit
    • Greg Spencer's avatar
      Update platform shims in dev/manual_tests (#94616) · 3750beac
      Greg Spencer authored
      Updates the platform shims in dev/manual_tests so that Windows and Linux can be built. I had to update the Windows shims, because I was unable to build a Windows app there.
      
      Also updates the analyze.dart script to report all license issues simultaneously instead of just dying after the first failure.
      
      The only substantive code changes are in dev/bots/analyze.dart and dev/bots/test/analyze_test.dart
      3750beac
  4. 14 Dec, 2021 1 commit
  5. 19 Nov, 2021 1 commit
  6. 09 Nov, 2021 2 commits
  7. 08 Oct, 2021 3 commits
  8. 15 Sep, 2021 1 commit
  9. 30 Aug, 2021 1 commit
  10. 12 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Switch document generation to use the snippets package (#87231) · 10e4b040
      Greg Spencer authored
      Switch document generation to use the snippets package instead of the snippets code in the Flutter repo. In the process, some bugs in sample code analysis have been fixed, and I've fixed some more errors in the samples.
      
      This will allow the snippets package to be developed separately from the Flutter repo, and reduce the code in the Flutter repo.
      
      The snippets code is deleted in this PR.
      
      I also converted some comments in the snippet templates to be regular comments instead of doc comments, because having a doc comment block before the imports causes the Dart import sorter to lose the comment. They should have been regular comments in the first place.
      
      The snippets package resides in the assets-for-api-docs repo.
      
      The sample analysis has also been converted to be run in parallel, and I've bumped the Dartdoc version to 1.0.2.
      10e4b040
  11. 06 Aug, 2021 1 commit
  12. 04 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Fix the sample code analyzer to properly handle `missing_identifier` errors (#87593) · 169bb1b7
      Greg Spencer authored
      This fixes how the sample analyzer handles missing_identifier errors. It was looking at the wrong line, and missing an else clause, so it was silently allowing missing_identifier errors to pass.
      
      In addition, this fixes the sample generation so that it uses the correct filename for the output files: it previously was looking for the first line that had a filename, which was meant to indicate a non-generated line. This change adds a new Line.generated constructor for generated lines, so that they can also have the correct filename associated with them.
      169bb1b7
  13. 03 Aug, 2021 1 commit
  14. 26 Jul, 2021 1 commit
  15. 19 Jul, 2021 1 commit
  16. 14 Jun, 2021 1 commit
  17. 10 Jun, 2021 1 commit
  18. 01 Jun, 2021 1 commit
  19. 28 May, 2021 1 commit
  20. 19 May, 2021 1 commit
  21. 12 May, 2021 2 commits
  22. 11 May, 2021 2 commits
  23. 10 May, 2021 1 commit
  24. 03 May, 2021 1 commit
  25. 22 Apr, 2021 1 commit
  26. 30 Mar, 2021 1 commit
  27. 25 Mar, 2021 1 commit
  28. 22 Mar, 2021 1 commit
  29. 16 Mar, 2021 2 commits
  30. 15 Mar, 2021 1 commit
  31. 12 Mar, 2021 1 commit
  32. 11 Mar, 2021 1 commit
  33. 09 Mar, 2021 1 commit
  34. 06 Mar, 2021 1 commit