PikachuHy

Results 58 comments of PikachuHy
trafficstars

> I conferred with @comius and I'm going to take point. As I understand it, it doesn't merge cleanly in our repo so I anticipate some back and forth to...

> With this PR, tests like `CppModulesConfiguredTargetTest.testSameModuleInterfacesFileInCcLibraryTwice` fail because those tools are not provided hi @trybka , thank you for sharing the detailed failure messages. Would it be possible for...

> Yes that seems reasonable. If you want to do that I can merge your changes, otherwise I'll do something tomorrow. hi @trybka , I have removed the `CppModulesConfiguredTargetTest` ....

I believe the CI failure is not related to this patch.

hi @keryell, thank you for your work on the lowering process through MLIR. As mentioned in https://github.com/llvm/clangir/issues/1411 , do you have any plans to support built-in functions (e.g., `printf`)? Alternatively,...

I wrote a demo showing how to use fmt as C++20 modules with Bazel: https://github.com/PikachuHyA/bazel_cxx20_modules_demo/blob/main/hello_fmt/README.md. I get errors unless I define FMT_ATTACH_TO_GLOBAL_MODULE. My environment: - OS: Ubuntu 24.04.1 LTS -...