Bump whitaker-installer to 0.2.6 - #150
Conversation
The 0.2.5 installer builds dylint_driver 4.1.0, which no longer compiles against the current nightly toolchain (E0609: no field env_depinfo on ParseSess), breaking the lint step on every run. Version 0.2.6 carries the compatible dylint toolchain, matching the fix already landed across the estate.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 45 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 (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Superseded by #147, already merged to Root cause of the build-test failure on this branch's last run (29751909918 / That fallback is what actually broke this PR: whitaker-installer 0.2.6's own The |
Pull request was closed
Summary
Bumps
WHITAKER_INSTALLER_VERSIONfrom 0.2.5 to 0.2.6 in ci.yml.Review walkthrough
One-line env change. The 0.2.5 installer builds dylint_driver 4.1.0, which fails to compile on the current nightly (E0609
env_depinfo), breaking the lint step on every run — the same pre-existing drift already fixed in monotony, chutoro, and tei-rapporteur.Validation
CI on this pull request exercises the lint step with the new installer.