Benjamin Bannier
Benjamin Bannier
I have been observing this discussion from the sidelines, just a few comments. > > > Even if there was one, we would still have to guard against all sorts...
> Do you think this API would fully support that use-case? Ideally we could determine the directory from CMakeLists but it's not a common format that's easy to parse. A...
Thanks! I am certainly open to helping with this (e.g., by looking over PRs), or even contributing an implementation myself once your new API has become clearer. Feel free to...
> I noticed while reading the [`project`](https://cmake.org/cmake/help/latest/command/project.html) docs that [`PROJECT_BINARY_DIR`](https://cmake.org/cmake/help/latest/variable/PROJECT_BINARY_DIR.html#variable:PROJECT_BINARY_DIR) exists. > > Is this commonly used? Perhaps the binary path could be retrieved This is typically use to construct...
I opened https://github.com/apache/arrow-rs/pull/5759 to add comment support to Arrow's CSV reader. With that the work here is mostly around passing that flag from user code to the actual reader, and...
I'd also be interest in easier ways to get access to metadata of single benchmark results from a plot. Right now the commit SHA is shown in a point hover,...
@ZigRazor, this is a more general issue than #405 and still exists. Can you please reopen?
This is still an issue. Below test should pass, but fails: ```cpp TEST(Foo, bar) { // Construct a simple directed graph (1) --> (2) --> (3). CXXGraph::Graph g; CXXGraph::Node n1("1",...
> Yes @bbannier this issue is still open, if you want to contribute to this, i can assign it to you! I might be able to fix this one issue,...
This issue basically makes it impossible for me to package a linter in a pre-commit hook since to build this linter one _has to used locked dependencies_, and there is...