Adrien Garin
Adrien Garin
``` $ circle --version circle version 1.0.0-191 Circle public preview build 191 Built Apr 28 2023 16:55:43 (c) 2023 Sean Baxter https://www.circle-lang.org/ Twitter: @seanbax ``` ``` #include enum EPlanet {...
Hi ! I am trying to use `py_pytest_main` alongside `pytest-cov` to generate an HTML coverage report. **The `py_pytest_main` is working as expected,** the only problem I have is that the...
### What happened? Some headers that are definitely present in the default toolchain's sysroot are not copied in the bazel sandbox. For example `bits/types/struct___jmp_buf_tag.h`. See https://gist.github.com/0x2Adr1/51635421f64d6de8cbb14dbf40a27a4e for a minimal code...