Mathias Laurin

Results 5 issues of Mathias Laurin

# Summary I use pytest-cov on CircleCI for my project (python-mbedtls) and the latest 2.9.0 crashes with a traceback, although the previous versions were working without problem. The crashes happen...

Setting the `package.workspace` key in child workspace fails splicing with an error similar to ``` Found manifest at /home/mlaurin/src/check_mk.git/packages/site/check-http/Cargo.toml which is a member of the workspace at /home/mlaurin/src/check_mk.git/packages/site/check-http/.. which isn't...

Splicing `Cargo.toml` files always assumes in-tree workspaces and crashes on out-of-tree workspaces. ### Reproduction Copy `examples/crate_universe/cargo_workspace` to `examples/crate_universe/cargo_workspace_oot` and modify the second to implement an out-of-tree workspace. See, for example,...

Running `bazel test --config=gcc //...` in `examples/rule_based_toolchain` fails with linker errors on `HEAD` and 0.1.1. ## Reproduction Simply following the instruction from the README, clang is successful: ``` $ cd...

untriaged
category: toolchain rules