| 11 Nov 2025 |
Robert Hensing (roberth) | * Mic92: Merge conflict notifications also stood out to me | 15:12:00 |
Mic92 | Okay. I am just a bit about all those extra features: https://github.com/rust-lang/triagebot/blob/4b0a0c5afa90af590d8473ab60cead4a8de0a7bc/src/jobs.rs#L20 | 15:12:37 |
Mic92 | We don't have zulip | 15:12:46 |
Martin Schwaighofer | I packaged it, but I did not try it, which is why I did not open a PR yet. | 15:21:42 |
Mic92 | thanks. I would like to have a bit of a closer look, if it doesn't do something weird, we might not want. | 15:22:31 |
Taeer Bar-Yam | Sergei Zimmerman (xokdvium) We discussed putting allocBytes() into EvalMemory yesterday. Not sure if you meant locally or to make a PR, but I decided to make a PR: https://github.com/NixOS/nix/pull/14544 | 16:51:41 |
Taeer Bar-Yam | I'm getting linker errors for undefined asan and ubsan symbols that I wasn't getting a couple days ago | 19:05:58 |
Taeer Bar-Yam | i'll try to bisect, but does anyone know off the top of their heads if something went wrong there? | 19:06:16 |
Taeer Bar-Yam | I think this is the culprit: https://github.com/NixOS/nix/pull/14489 | 19:39:39 |
Taeer Bar-Yam | disabling kaitai fixes it | 19:52:13 |
Taeer Bar-Yam | oh and to be clear this is with
appendToVar mesonFlags "-Dlibexpr:gc=disabled" # Disable Boehm
appendToVar mesonFlags "-Dbindings=false" # Disable nix-perl
appendToVar mesonFlags "-Db_sanitize=address,undefined"
| 19:52:40 |