1. 05 Oct, 2018 1 commit
  2. 19 Sep, 2018 1 commit
    • Greg Spencer's avatar
      Added more extensive ANSI color printing support on terminals. (#20958) · 7caa6594
      Greg Spencer authored
      This adds support to AnsiTerminal for colored output, and makes all tool output written to stderr (with the printError function) colored red.
      
      No color codes are sent if the terminal doesn't support color (or isn't a terminal).
      
      Also makes "progress" output print the elapsed time when not connected to a terminal, so that redirected output and terminal output match (redirected output doesn't print the spinner, however).
      
      Addresses #17307
      7caa6594
  3. 12 Sep, 2018 1 commit
  4. 05 Jun, 2018 1 commit
  5. 24 May, 2018 1 commit
  6. 29 Mar, 2018 1 commit
  7. 28 Mar, 2018 2 commits
  8. 28 Feb, 2018 1 commit
    • jcollins-g's avatar
      Android license detector in doctor, take two (#14783) · 614df694
      jcollins-g authored
      * Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)"
      
      This reverts commit d2602947.
      
      * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model
      
      * AnsiSpinner needs to leave the cursor where it found it.
      
      * fix tests
      
      * Const constructor warning only shows up on windows...?
      
      * Avoid crash if we can't find the home directory
      
      * Make pathVarSeparator return a string in the mock
      
      * Implement review comments
      
      * Fix out-of-order problem on stop
      614df694
  9. 21 Feb, 2018 1 commit
  10. 15 Feb, 2018 1 commit
  11. 14 Feb, 2018 1 commit
  12. 01 Feb, 2018 2 commits
  13. 11 Nov, 2017 1 commit
  14. 10 Nov, 2017 1 commit
  15. 22 Oct, 2017 1 commit
  16. 19 Oct, 2017 1 commit
  17. 06 Sep, 2017 1 commit
  18. 07 Jul, 2017 1 commit
  19. 13 Jun, 2017 1 commit
  20. 18 May, 2017 1 commit
  21. 03 May, 2017 1 commit
  22. 02 Apr, 2017 1 commit
  23. 16 Mar, 2017 1 commit
  24. 15 Mar, 2017 2 commits
    • John McCutchan's avatar
      Stop using package:stack_trace and Chain.capture (#8803) · 4c91b6e7
      John McCutchan authored
      - [x] Don't use package:stack_trace.
      - [x] Don't use Chain.capture.
      - [x] Fix an instance of aggressive catching of exceptions
      
      Related #8742
      4c91b6e7
    • Michael Goderbauer's avatar
      Make ProcessSignals portable (#8779) · 15330ffb
      Michael Goderbauer authored
      * Make ProcessSignals portable
      
      This removes the need to wrap unsupported signals with in `if (!platform.isWindows) ..`.
      
      It also allows us to implement a work around for breaking the Windows console when flutter is exited with Ctrl+C.
      
      * review comments
      
      * adding tests
      
      * add license header
      15330ffb
  25. 14 Mar, 2017 1 commit
  26. 13 Mar, 2017 1 commit
    • Ian Hickson's avatar
      Make hot mode a little less aggressive about catching errors. (#8743) · 0edc4d2a
      Ian Hickson authored
      It was resulting in weird situations where the tool would dump an
      error message and stack but not quit, or would fail hard but then just
      hang.
      
      Instead, specifically catch errors you expect. As an example of this,
      there's one error we expect from the DartDependencySetBuilder, so we
      catch that one, turn it into a dedicated exception class, then in the
      caller catch that specific exception.
      0edc4d2a
  27. 10 Mar, 2017 1 commit
  28. 09 Mar, 2017 1 commit
  29. 08 Mar, 2017 1 commit
  30. 07 Mar, 2017 1 commit
  31. 06 Mar, 2017 1 commit
  32. 04 Mar, 2017 2 commits
  33. 27 Feb, 2017 1 commit
    • Todd Volkert's avatar
      Add --bug-report flag (#8435) · f60410fa
      Todd Volkert authored
      This adds support for a `--bug-report` flag, which is a recording
      that:
        - includes the arguments that were passed to the command runner
        - is zipped up for easy attachment in Guthub issues
      f60410fa
  34. 23 Feb, 2017 2 commits
  35. 20 Feb, 2017 1 commit