Bump whitaker-installer to 0.2.6 - #37
Conversation
Installer 0.2.5 provisions cargo-dylint 4.1.0, whose dylint driver cannot build on the Whitaker suite's new nightly-2026-05-28 toolchain pin. Installer 0.2.6 provisions cargo-dylint 6.0.1, which does build on that nightly, so generated projects can keep linting successfully.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 12 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
The shared dictionary refresh drifted from the committed config, blocking this bump PR.
This bumps the pinned
whitaker-installerversion from 0.2.5 to 0.2.6, because the Whitaker Dylint suite's rolling release now pins toolchainnightly-2026-05-28, which requirescargo-dylint6.0.1. Installer 0.2.5 provisionscargo-dylint4.1.0, whose dylint driver cannot compile on that nightly, so generated projects would fail to lint. Installer 0.2.6 provisionscargo-dylint6.0.1 and its prebuilt dependency binaries are now published, resolving the incompatibility.As this is a copier/Jinja template repository, the pin was updated in both places it is set: the generated CI workflow and the generated Makefile. No other occurrences of the version string, and no snapshot fixtures, reference
whitaker-installer0.2.5.Changed files
template/.github/workflows/ci.yml.jinjatemplate/Makefile.jinjaTesting
make testwas run locally (uv/pytest). All Whitaker-relevant suites pass, includingtests/test_template.py,tests/test_helpers.py, andtests/test_github_actions_integration.py. One unrelated pre-existing failure was observed intests/test_typos_rollout.py::test_committed_config_matches_current_shared_dictionary, caused by drift in the upstream shared typos dictionary; this failure reproduces identically on unmodifiedmainand is unrelated to this change.