1. 29 Mar, 2022 1 commit
  2. 25 Feb, 2022 2 commits
  3. 15 Feb, 2022 1 commit
  4. 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
  5. 15 Dec, 2021 2 commits
  6. 14 Dec, 2021 1 commit
  7. 12 Dec, 2021 1 commit
  8. 19 Nov, 2021 1 commit
  9. 09 Nov, 2021 2 commits
  10. 19 Oct, 2021 2 commits
  11. 04 Oct, 2021 1 commit
  12. 01 Oct, 2021 1 commit
  13. 27 Sep, 2021 1 commit
  14. 15 Sep, 2021 1 commit
  15. 30 Aug, 2021 1 commit
  16. 25 Aug, 2021 1 commit
  17. 11 Aug, 2021 1 commit
    • Darren Austin's avatar
      Added a check to the analyzer script to detect skipped tests. (#88003) · 41ff30c8
      Darren Austin authored
      Added a check to the analyzer script to detect skipped tests that aren't commented.
      
      The comment following the `skip` parameter should include either a link to a
      github issue tracking the reenabling of the test, or a '[intended]' tag with
      a brief description of why the test should never be enabled for the given
      condition.
      41ff30c8
  18. 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
  19. 03 Aug, 2021 2 commits
  20. 26 Jul, 2021 1 commit
  21. 19 Jul, 2021 1 commit
  22. 30 Jun, 2021 1 commit
  23. 28 Jun, 2021 1 commit
  24. 27 Jun, 2021 1 commit
  25. 23 Jun, 2021 1 commit
  26. 01 Jun, 2021 1 commit
  27. 22 Apr, 2021 3 commits
  28. 18 Apr, 2021 1 commit
  29. 16 Apr, 2021 1 commit
  30. 30 Mar, 2021 1 commit
  31. 19 Mar, 2021 1 commit
  32. 16 Mar, 2021 2 commits