[Lldb-commits] [lldb] [llvm] [lldb][telemetry] Implement LLDB Telemetry (part 1) (PR #119716)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 13 02:58:19 PST 2024


https://github.com/labath commented:

> Pavel's suggestion was to split up the patch to make reviewing easier

It was, but this wasn't the kind of separation I had in mind. For me as least, it's very hard to review features in these "horizontal" slices. It's also unclear how (if ever) will this code be tested.

I think it be much better to slice this up vertically, so that (e.g.) the `CommandTelemetryInfo` was added in the same patch that was actually using it.

https://github.com/llvm/llvm-project/pull/119716


More information about the lldb-commits mailing list