1. 12 Aug, 2022 1 commit
    • Bruce Dawson's avatar
      Revert "Update autoninja.bat to work with other shells." · a358defc
      Bruce Dawson authored
      This reverts commit ba352e00.
      
      Reason for revert: Unfortunately this breaks this command when run
      from a normal cmd.exe prompt:
        autoninja ..\..\base\win\access_token.cc^^
      The escaping of ^^ as it passes through batch files is very finicky, but important.
      
      Original change's description:
      > Update autoninja.bat to work with other shells.
      >
      > Other shells, such as TCC, have subtle differences in how batch files are processed. This will not break cmd.exe compatibility.
      >
      > Without the "call" command, running a nested batch file should, according to CMD.exe "rules", cancel the current batch file and run the new one. However, the 'FOR /f "usebackq"' command will call the batch file and return. One could argue for both approaches, however, adding the "call" command doesn't seem to affect cmd.exe and fixes the other shell.
      >
      > There is a similar issue with the "do" (in the FOR command) block and the use of the '&' separator. The '%a' variable isn't expanded, but adding the '()' block works in both instances.
      >
      > Bug: 1351817
      > Change-Id: Idd685a64404ea950b71e1f3cc0f5d1e3bf13b8b6
      > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3824199
      > Commit-Queue: Allen Bauer <kylixrd@chromium.org>
      > Reviewed-by: Bruce Dawson <brucedawson@chromium.org>
      
      Bug: 1351817
      Change-Id: I9d204a3369c468664c0cff247ed1a53065dfebfd
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3829729
      Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
      a358defc
  2. 11 Aug, 2022 1 commit
  3. 10 Aug, 2022 6 commits
  4. 09 Aug, 2022 1 commit
  5. 08 Aug, 2022 3 commits
  6. 06 Aug, 2022 1 commit
  7. 05 Aug, 2022 7 commits
  8. 04 Aug, 2022 2 commits
  9. 03 Aug, 2022 3 commits
  10. 02 Aug, 2022 2 commits
  11. 01 Aug, 2022 3 commits
  12. 29 Jul, 2022 1 commit
  13. 28 Jul, 2022 4 commits
  14. 27 Jul, 2022 2 commits
  15. 25 Jul, 2022 3 commits