Pavel Avgustinov

Results 8 comments of Pavel Avgustinov

Thanks for the suggestion -- we're actually testing this internally, and are close to making it public.

Thanks! I've been using our internal cask for a while now... @matt-gretton-dann, do you know what the state of publishing it is?

To process C++ code, we indeed need to know how to compile it. The easiest way of setting that up is `codeql`'s default, but that indeed relies on observing compilations...

I would expect CodeQL's built-in support to be able to handle any situation where `bear` would also work. The problem with `goma` or `bazel` is that the compilations end up...

I briefly discussed this with @github/codeql-javascript. It seems like we would like to assume the externs are always available in the database, and so I think we should make a...

Does `select any(File f).getAbsolutePath()` give you the information you need quicker? [Context: The query as written will trigger a (cached) computation of the `toString` representation of all program elements, which...

> Do I understand correctly, that to create new database with codeql for cpp project, it is enough to provide a list of files and build flags? For C++, it's...

For legacy reasons, the CodeQL evaluator treats the off-heap RAM limit as advisory -- it will attempt to stay within it, but if necessary will try to use more. The...