Skip to content

attrs: mark android-sdk, claude-code, edgedelta non-redistributable - #477

Merged
bryan-minimal merged 3 commits into
mainfrom
chore/non-redistributable-attrs
Jul 28, 2026
Merged

attrs: mark android-sdk, claude-code, edgedelta non-redistributable#477
bryan-minimal merged 3 commits into
mainfrom
chore/non-redistributable-attrs

Conversation

@bryan-minimal

Copy link
Copy Markdown
Member

Sets redistributable = false on the three packages whose upstream terms do not permit redistribution of built binaries. Build infrastructure stops uploading/indexing/sealing them; consumers build locally from the upstream source. Attrs are unhashed — zero rebuilds.

DRAFT — do not merge until the toolchain gate clears:

  1. feat(stdlib): redistributable attr class minimal#861 (the redistributable attr class) merges
  2. build servers bump their minimal pin and deploy (attr validation is closed — an older toolchain hard-errors on the unknown attr, which would break every graph load of this catalog)

Mark ready-for-review once both are live.

🤖 Generated with Claude Code

Their upstream terms do not permit redistribution of the built binaries, so
build infrastructure must not publish them to the shared cache; consumers
build them locally from the upstream source. Attrs are unhashed - no
rebuilds.

Requires the `redistributable` attr class (gominimal/minimal#861) in every
evaluating toolchain before merge; attr validation is closed, so an older
toolchain rejects unknown attrs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 17 seconds

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6268a222-7103-44ee-a567-79dbe369dc3c

📥 Commits

Reviewing files that changed from the base of the PR and between 262a6e9 and cf64fa6.

📒 Files selected for processing (4)
  • minimal.toml
  • packages/android-sdk/build.ncl
  • packages/claude-code/build.ncl
  • packages/edgedelta/build.ncl
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/non-redistributable-attrs

Comment @coderabbitai help to get the list of available commands.

The redistributable attr class ships in stdlib 0.0.18; older toolchains
would fail the catalog with an unknown-attribute error. The minimum turns
that into a clear update prompt.

@twitchyliquid64 twitchyliquid64 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Let’s wait a few days to push this one

@bryan-minimal
bryan-minimal marked this pull request as ready for review July 21, 2026 17:02
@bryan-minimal

Copy link
Copy Markdown
Member Author

Let’s wait a few days to push this one

ACK, I did a no-op commit and the test build went through fine on build-servers with the latest version of minimal and the new fields

@bryan-minimal
bryan-minimal added this pull request to the merge queue Jul 28, 2026
Merged via the queue into main with commit d3cc912 Jul 28, 2026
9 of 10 checks passed
@bryan-minimal
bryan-minimal deleted the chore/non-redistributable-attrs branch July 28, 2026 19:23
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.

2 participants