1. 08 Feb, 2023 1 commit
    • Greg Price's avatar
      Fix hang on successful dev/bots/analyze.dart (#117660) · 98b3e48e
      Greg Price authored
      Fixes #117659
      
      It turns out this was due to the output-suppression timer introduced
      recently as part of cleaning up the output (#109206); on success, the
      script would wait 10 minutes for the timeout to expire.  This didn't
      affect CI because this feature doesn't apply in CI (as detected by
      lack of color on stdout.)
      
      Fix the issue by cleaning up the timer on success in the same way
      as on failure.
      
      While here, clean up the final summary messages slightly,
      and also cut the trailing space that printProgress was leaving
      on each line.
      98b3e48e
  2. 07 Feb, 2023 20 commits
  3. 06 Feb, 2023 9 commits
  4. 05 Feb, 2023 3 commits
  5. 04 Feb, 2023 7 commits