1. 05 Jul, 2023 2 commits
    • Dominik Charousset's avatar
      Relax codecov threshold · a3498f83
      Dominik Charousset authored
      We have some fluctuation in coverage simply by having tests that use the
      default scheduler. The nondeterminism from work stealing causes the
      coverage to go up or down by small amounts even when not changing any
      code.
      a3498f83
    • Dominik Charousset's avatar
      Merge pull request #1469 · 12a5ee09
      Dominik Charousset authored
      Add a new abstraction: publishers
      12a5ee09
  2. 04 Jul, 2023 2 commits
  3. 03 Jul, 2023 3 commits
  4. 30 Jun, 2023 11 commits
  5. 29 Jun, 2023 3 commits
  6. 27 Jun, 2023 2 commits
  7. 26 Jun, 2023 5 commits
  8. 23 Jun, 2023 3 commits
  9. 22 Jun, 2023 1 commit
  10. 20 Jun, 2023 2 commits
  11. 19 Jun, 2023 5 commits
  12. 18 Jun, 2023 1 commit
    • Dominik Charousset's avatar
      Fix regression in --dump-config output · 51a5943f
      Dominik Charousset authored
      - Make sure the output of `--dump-config` generates valid input for
        `--config-file`.
      - Add a regression test with Robot that ensures this property by calling
        a CAF application with `--dump-config` and then have the same
        application parse the output via `--config-file`.
      - Omit the options from CAF modules that aren't loaded.
      51a5943f