Beartama

Results 66 comments of Beartama

welp, I updated the queries, but it doesn't seem to improve the startup time much. Not sure there's anything I can do more for now.

thanks for the hint. I will play around to see if i can find the problem.

I'm not sure how tree-sitter works under the hood, but now that I think about it, I am guessing that the grammar only produces the tree, and then the queries...

thank you for doing the investigation, it's very useful. For the query with 3 args that you've written, I think it's the expected behaviour for a query written like that....

I would like to give this a try, according to your comment in https://github.com/catchorg/Catch2/pull/2383#issuecomment-1077730621, you want the implementation to use `--list-tests`, parse the result, and provide both test cases and...

@horenmar sorry for pinging, but could you have a look at this PR?

> Add a JSON reporter and parse that -> [CMake has builtin support for JSON](https://cmake.org/cmake/help/latest/command/string.html#id2) since 3.19, so we could use that for work with the structured output. ok, so...

for adding a JSON reporter, I guess the most straightforward approach is to follow the XML reporter, right? or is there a specification for JSON reporter also?

> But what's the plan on how to get the json parser? I think a custom JSON writer will be written, similar to the XML writer.