Add audition Ractor-readiness checks to CI#2671
Merged
Merged
Conversation
- Add audition gem (Ractor-readiness auditor) to the Gemfile - Apply safe --fix auto-corrections: freeze string constants in ViewComponent::Errors - Record existing findings in .audition-baseline.json so CI fails only on new Ractor-isolation violations - Add .audition.yml project config (fail_on: error) - Add an audition job to the Lint workflow running 'audition . --static-only' on Ruby 4.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds audition, a Ractor-readiness auditor, to CI.
What
auditiongem to the Gemfile (require: false).--fixauto-corrections: freeze unfrozen string constants inViewComponent::Errors(22 fixes)..audition-baseline.jsonso CI fails only on new Ractor-isolation violations (incremental adoption)..audition.ymlproject config (fail_on: error).auditionjob to the Lint workflow runningaudition . --static-only --plainon Ruby 4.0.Notes
gem install audition) because its dependencyrubydexis a precompiled native gem.--static-onlyscopes the gate to ViewComponent's own code; the dynamic in-Ractor probe fails on dependency issues (ActiveSupport, i18n, etc.) that we can't fix here.audition . --write-baseline.