1. 15 Oct, 2019 1 commit
  2. 11 Oct, 2019 1 commit
  3. 09 Oct, 2019 1 commit
  4. 05 Oct, 2019 1 commit
    • James D. Lin's avatar
      Restructure ProjectFileInvalidator.findInvalidated a bit (#42008) · fcbe8f44
      James D. Lin authored
      Restructure ProjectFileInvalidator.findInvalidated a bit
      
      I plan to modify `ProjectFileInvalidator.findInvalidated` to allow
      it to use `FileStat.stat` instead of `FileStat.statSync`.
      Restructure `findInvalidated` a bit so that `FileStat.statSync` is
      called in only one place.
      
      Note that this change now always counts the `.packages` file as one
      of the files scanned, even if it does not exist.  I think that this
      is okay since it more accurately reflects the number of times that we
      hit the filesystem with `stat()`, and it is consistent with how other
      files are counted.
      fcbe8f44
  5. 04 Oct, 2019 1 commit
    • James D. Lin's avatar
      Clean up ProjectFileInvalidator.findInvalidated a bit (#41889) · 14c5c6e1
      James D. Lin authored
      In preparation for some refactoring that I will be doing to
      `ProjectFileInvalidator.findInvalidated`, make its code a bit
      clearer:
      * Indicate which arguments may be null.
      * Don't bother calling `FileStat.statSync` on the `.packages` file
        for the initial load.  This makes the checks for the `.packages`
        file consistent with those for other files.
      * Use `DateTime.isAfter()` instead of comparing microseconds
        ourselves.
      
      While I was touching this file, I also removed some unnecessary
      comparisons to `false`. (`_ManifestAssetBundle.wasBuiltOnce()` is the
      only implementation I can find of `AssetBundle.wasBuiltOnce()`, and
      it never returns `null`.)
      14c5c6e1
  6. 30 Sep, 2019 1 commit
  7. 24 Sep, 2019 1 commit
  8. 17 Sep, 2019 1 commit
  9. 13 Sep, 2019 1 commit
  10. 11 Sep, 2019 1 commit
  11. 27 Aug, 2019 1 commit
  12. 15 Aug, 2019 1 commit
  13. 08 Aug, 2019 1 commit
  14. 07 Aug, 2019 1 commit
  15. 02 Aug, 2019 1 commit
  16. 31 Jul, 2019 1 commit
  17. 29 Jul, 2019 1 commit
  18. 16 Jul, 2019 1 commit
  19. 13 Jul, 2019 1 commit
  20. 09 Jul, 2019 1 commit
  21. 18 Jun, 2019 1 commit
  22. 06 Jun, 2019 1 commit
  23. 09 May, 2019 1 commit
  24. 25 Apr, 2019 1 commit
  25. 18 Apr, 2019 1 commit
  26. 27 Mar, 2019 1 commit
  27. 22 Mar, 2019 1 commit
  28. 21 Mar, 2019 3 commits
  29. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  30. 19 Mar, 2019 2 commits
  31. 15 Mar, 2019 1 commit
  32. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  33. 21 Feb, 2019 1 commit
  34. 15 Feb, 2019 1 commit
  35. 05 Feb, 2019 1 commit
  36. 01 Feb, 2019 1 commit
  37. 30 Jan, 2019 1 commit