1. 05 Nov, 2018 5 commits
    • Dan Field's avatar
      Fix tests for ANSI terminals (#23906) · 212374f0
      Dan Field authored
      212374f0
    • Alexandre Ardhuin's avatar
      344ebe02
    • 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
    • Alexander Aprelev's avatar
      Fix hanging of flutter run when running on more than one simulator. (#23932) · 34bc1e3c
      Alexander Aprelev authored
      This stops reading from pipe-to-file log after the build is completed. Attempting to read from pipe-to-file keeps open blocked because nobody is going to write into that pipe.
      34bc1e3c
    • Danny Tuppeny's avatar
      Don't search in %LocalAppData% if it's not set (#23933) · 8e7c8048
      Danny Tuppeny authored
      It's not usual for this not to be set, but it affected at least one user (#23909) and there are a non-zero number of people online saying it's not set. It's better that we don't crash.
      
      Fixes #23909.
      8e7c8048
  2. 04 Nov, 2018 1 commit
    • sjindel-google's avatar
      Fix text field clipping when erasing rapidly. (#23894) · db9fe3f8
      sjindel-google authored
      `RenderEditable.paint` assumes that if the length of the text fits within the
      visible region, then the text will be rendered at the start of the region and be
      completely visible. This is not always true, since the text may still be
      rendered at an offset if an animation is ongoing when the text begins to fit.
      
      This fixes #22288 and #14121
      db9fe3f8
  3. 03 Nov, 2018 3 commits
  4. 02 Nov, 2018 14 commits
  5. 01 Nov, 2018 11 commits
  6. 31 Oct, 2018 6 commits