-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cquery should support --query_file #12924
Comments
Greg, is the premise of this FR sound? Folks using Bazel in AOSP could use this. Also pinged on the internal doc. |
@gregestren Seems like fb23246 could go into a 6.x release (as in cherry-picked right now)? I saw it mentioned here and I was surprised it didn't make it into 6.0 |
Fixes #12924. RELNOTES[NEW]: The `aquery` and `cquery` commands now respect the `--query_file` flag just like the `query` command. PiperOrigin-RevId: 487689456 Change-Id: Ia2c9d85e88fdf769a823eaf7b6585a77d654ae70
@sgowroji Can you take care of the backport to the next 6.x release? |
Sure @aiuto. Thanks for tagging. |
@bazel-io fork 6.2.0 |
Included in the release-6.2.0 branch: #17823. |
Description of the problem / feature request:
bazel cquery
should support the--query_file=
argument, similar tobazel query
,Feature requests: what underlying problem are you trying to solve with this feature?
this would allow us not to have to care about, for example, the relatively short command line length on macOS when writing queries.
As well as being able to programatically generate big queries and not have to worry about their length at all
What operating system are you running Bazel on?
We run bazel on linux and macOS
What's the output of
bazel info release
?release 4.0.0
What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?N/A
The text was updated successfully, but these errors were encountered: