Aditya Sharad

Results 75 comments of Aditya Sharad

> Alright I copied the py.exe file to python.exe and now it doesn't throw error but it's been 10 minutes it's blocking here and the folder size doesn't increase, so...

For Bazel, one approach that we have used successfully is the following. It can be passed as the build command to `codeql database create` or use as a `run` shell...

@haxmeadroom could you share more about the project you're building (link if it's open source) and the build commands you're using with and without Bazel?

@pestophagous you can see a brief summary of the lines of code seen by CodeQL within your Actions logs here: https://github.com/pestophagous/heory/runs/2765497253?check_suite_focus=true#step:5:257 (`Analysis summary for `). We're in the process of...

:wave: For `goma` (as I understand it) the main requirement is that you disable the distributed aspect of the build. If the build is constrained to the local machine, then...

@j2kun could you first try adapting the Bazel example at https://docs.github.com/en/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis#specifying-build-commands (scroll down from that link and look for "Project built using Bazel"). That approach has worked well for us...

@sam-cha-tfs could you share exactly what you are trying to do? If you are just trying to invoke the CodeQL autobuilder for JS, `codeql database create --language javascript` (without a...

Quick update: We're still figuring out the solution here, but suspect the underlying problem is that the CodeQL build tracer (which instruments your build to obtain information from the compilers...

Thanks for your patience and the reminder. We have implemented the long-term fix I outlined above and it will be included in CodeQL 2.12.2, which will be rolled out from...

Are you interested in indexing a fixed list of files, rather than using a glob pattern (which `--include` already supports)?