Skip to content
Snippets Groups Projects
  1. Jun 17, 2024
  2. Jun 03, 2024
  3. May 28, 2024
  4. Apr 11, 2023
  5. Mar 27, 2023
  6. Sep 19, 2022
  7. Jun 23, 2022
  8. May 25, 2022
  9. Dec 22, 2021
  10. Jul 09, 2021
  11. May 06, 2021
  12. May 03, 2021
  13. Apr 08, 2021
  14. Mar 18, 2021
  15. Feb 22, 2021
  16. Feb 19, 2021
  17. Feb 18, 2021
  18. Feb 05, 2021
  19. Oct 16, 2020
  20. Oct 15, 2020
  21. Oct 14, 2020
    • Camil Staps's avatar
      Don't redirect compiler stderr to stdout on Windows · 7bc70f42
      Camil Staps authored
      It is not clear to me why this would be useful, except a slight
      performance enhancement because you need one less thread. This causes a
      problem in `testproperties`, which calls `clm` and passes stdout and
      stderr through. When `testproperties` is called by `cleantest`,
      `cleantest` expects only JSON test events on stdout, while stderr may be
      used for warnings. So if the compiler warnings are all on stderr and clm
      provides no extra output on stdout (as is the case after this commit),
      the `cleantest` user will get information about compilation
      errors/warnings while the tests continue to work.
      Verified
      7bc70f42
Loading