Skip to content

feat: starbuf-derive service macro, gRPC remote execution proto, and ActionCache client in AXL#941

Merged
thesayyn merged 6 commits intomainfrom
grpc-remote-cache
Feb 27, 2026
Merged

feat: starbuf-derive service macro, gRPC remote execution proto, and ActionCache client in AXL#941
thesayyn merged 6 commits intomainfrom
grpc-remote-cache

Conversation

@thesayyn
Copy link
Member

Changes are visible to end-users: yes

  • Searched for relevant documentation and updated as needed: no (will update it later in a PR)
  • Breaking change (forces users to change their own code or config): no
  • Suggested release notes appear below: yes

Support Remote Cache client in AXL

Test plan

  • Covered by existing test cases
  • New test cases added
  • Manual testing; please provide instructions so we can reproduce: cd examples/large_bes && aspect ac_key

@thesayyn
Copy link
Member Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eedc6dadc7

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

thesayyn and others added 3 commits February 26, 2026 16:28
…ActionCache client in AXL

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
All four integer-constructor branches (optional scalar, repeated scalar,
plain int32/uint32, plain int64/uint64) were calling
<i32 as UnpackValue>::unpack_value and casting with `as _`.  This
rejects or silently truncates any value outside i32 range before the
cast, so fields like Digest.size_bytes > 2 GiB and any uint32 > 2^31-1
would fail or produce wrong results.

Switch to <i64 as UnpackValue>::unpack_value for all non-enum integer
fields; starlark-rust implements UnpackValue for i64 and handles the
full 64-bit range.  Enum fields stay on i32 since proto enum values are
always small.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@thesayyn
Copy link
Member Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b49d7aa4af

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@thesayyn thesayyn merged commit f69ae0c into main Feb 27, 2026
2 checks passed
@thesayyn thesayyn deleted the grpc-remote-cache branch February 27, 2026 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant