You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Then, actually query Bazel's compile actions for that configured target
982
-
target_statement=f'deps({target})'# TODO we should always be quoting targets when we splice them in. Let's use single quotes like with mnemonic, above. See slightly down in https://bazel.build/query/language#tokens
982
+
target_statement=f'deps({target})'# TODO we should always be quoting targets when we splice them in. Let's use single quotes like with mnemonic, above. See slightly down in https://bazel.build/query/language#tokens
983
983
compile_commands= [] # TODO simplify loop, especially if we can reduce it to one command per case (see below)? Move warning messages outside?
0 commit comments