Marcel

Results 64 issues of Marcel

## Expected Behavior Only the path to the license file is available in the JSON. ## Actual Behavior Have the actual content of the license file available in the JSON....

enhancement

## Expected Behavior When running `bazel build //examples/sboms:write_sbom_sbom`, the resulting JSON should look as follows: ```json [ { "top_level_target": "//tools:write_sbom", "dependencies": [ { "target_under_license": "//tools:write_sbom", "licenses": [ "//:license" ] }...

bug
P2

### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version Latest ### Custom code No ### OS platform and distribution...

stat:awaiting tensorflower
type:feature
type:build/install
subtype:bazel

It's a typing problem: When passing `0`, https://github.com/bots-house/ghcr-delete-image-action/blob/3827559c68cb4dcdf54d813ea9853be6d468d3a4/utils.js#L15 evalutes to `false` and therefore assigns `null`. In this case the job does nothing, prints nothing but still succeeds.

I can't find any code paths using this option.

presubmit-auto-run

Remove the `alwayslink=True` flag from `BUILD:bazel`. This should have no effect for header only libraries as mentioned in https://github.com/googleapis/google-cloud-cpp/pull/14310#issuecomment-2154986153.

S

crc32c is available in abseil since 20230125: https://github.com/abseil/abseil-cpp/commit/1687dbf814eceb93de2d93f91b31acaab404091c. Use this in order to reduce dependencies.

type: cleanup
next major: breaking change

### Expected Behavior It should be possible to set `github_team_settings.review_request_delegation.notify` without enabling auto assignment. These are independent settings: ![image](https://github.com/integrations/terraform-provider-github/assets/133344217/459ff755-2113-4ff3-8579-1ab71701e56b) ### Actual Behavior When only setting `notify`, `terraform apply` fails with...

Type: Bug
Status: Up for grabs

When compiling `py_grpc_targets()` inside `grpc` but from another repo ``` bazel build @com_github_grpc_grpc//examples/protos/... ``` it fails with ``` ERROR: /HOME/.cache/bazel/_bazel_USER/fd4fdbf199c391947827c3edce697300/external/com_github_grpc_grpc/examples/protos/BUILD:73:16: output 'external/com_github_grpc_grpc/examples/protos/helloworld_pb2_grpc.py' was not created ERROR: /HOME/.cache/bazel/_bazel_USER/fd4fdbf199c391947827c3edce697300/external/com_github_grpc_grpc/examples/protos/BUILD:73:16: ProtocInvocation external/com_github_grpc_grpc/examples/protos/helloworld_pb2_grpc.py failed:...

lang/Python
release notes: no
bloat/none
per-call-memory/neutral
per-channel-memory/neutral