Ben Boeckel

Results 510 comments of Ben Boeckel

My guess is that the `org.freedesktop.DBus.Properties` and `org.freedesktop.DBus.Introspectable` APIs are missing. The Lua DBus library should be the thing to implement that API properly (also probably needs to implement `org.freedesktop.DBus.Peer`...

CMake developer here; just tracking how modules are being implemented in various places :) . I read through the design doc and had a few comments. Since it was already...

> No, clang don't have such plans (deprecating 2 phase compilation model) at least for now. To be more precise, there may be multiple kinds of BMIs in the future...

[This issue](https://gitlab.kitware.com/cmake/cmake/-/issues/25429) was filed against CMake. Unconditional redirection of `clang-scan-deps` may be unwise in the case of a failed scan. Maybe Bazel doesn't care given its execution strategies, but it...

`clang-scan-deps` issue that may be of interest depending on whether the issue affects `bazel` or not: llvm/llvm-project#72875

> There is a caveat with module naming. We need to consider whether we want to encourage/support 1:1 correspondence between module names and cc_library target names. That would simplify the...

> Having an implementation in Java will require implementing a preprocessor. It may not be trivial. Indeed as `import` statements guarded by `#if __has_feature()` must be accurately evaluated. I am...

> Later, I plan to use [stacked PRs](https://www.stacking.dev/) to facilitate code review. However, stacked PRs require creating branches in the target repository first, Nothing should require that; tools doing so...

Even using `force: true` doesn't help; the existing components are the only ones installed.