1. 25 Aug, 2023 1 commit
  2. 12 Jan, 2023 1 commit
  3. 15 Mar, 2021 1 commit
  4. 18 Jun, 2020 1 commit
    • Greg Spencer's avatar
      Make flutter and dart scripts invoke their batch file equivalents on Windows (#59789) · 6db22118
      Greg Spencer authored
      This makes the flutter and dart scripts invoke their batch file equivalents if running under MINGW (i.e. git-bash) on Windows.
      
      This allows for proper locking, and makes sure that people aren't using two different (and non-mutally-aware) locking systems when running flutter on Windows.
      
      I also fixed a couple of places where we look for MINGW32, which fails under MINGW64. It just looks for MINGW now.
      6db22118
  5. 29 May, 2020 1 commit
  6. 27 May, 2020 1 commit
    • Greg Spencer's avatar
      Update the flutter script's locking mechanism and follow_links (#57590) · 379e11b6
      Greg Spencer authored
      Update the flutter and dart scripts' locking mechanism and follow_links function to be more robust and support more platforms.
      
      This adds support for using mkdir as a fallback if the system doesn't have flock instead of using shlock, since shlock doesn't work on shared filesystems.
      
      It also fixes a problem in the follow_links function where it failed when the link resolved to the root directory.
      379e11b6
  7. 18 May, 2020 1 commit