Snorlax

Results 48 comments of Snorlax

Hi, @cpsauer I have done some implementations for TODO, please help to review it :) > timeout=3 if focused_on_file else None # If running in fast, interactive mode with --file,...

Hi, @cpsauer! Very very thanks for your super patiently mentoring. There are some places I really didn't get what you wanted to express, such as the part in #discuss, but...

> timeouts I saw your email (now edited) about timeout not working. I was similarly having trouble getting it to trip--hence the ask that you investigate. How did that resolve?...

> Hey! Yes. Thanks for being so coachable and energetic. > > You're right that some of my todo notes were fairly inscrutable. Sorry about that. They were initially meant...

> TODO: Let's detect out-of-bazel, absolute paths and run this if and only if we're looking for a system header. We need to think about how we want to handle...

> What that discussion item is about: As we search to find a source file that includes my_header.h, we get, for free, commands that apply to other files, like the...

> From https://github.com/hedronvision/bazel-compile-commands-extractor/commit/f8b046e3e23e4fce4a65bac0eef8ac57cb0f5e4f > TODO consider running a preliminary aquery to make this more specific, getting the targets that generate the given file. Use outputs() aquery function. Should also test...

In bilibili we have a monorepo organized by bazel with tens of millions of lines of code and it is impossible to extract all target(//...) to the root project. I...

Thanks for the reminder and I didn't step on this pit and there are two reason why I need a input filter 1. Since compile-commands-extractor is based on `bazel aquery`...

Seems that how the design looks, it will confuse users. How about we just open `aquery` like this way? ``` # AqueryProvider AqueryInfo = provider( fields= { "aquery_string": "aquery passed...