test(packages): remove stale Effect advisory gate remnants (#5890) - #8661
test(packages): remove stale Effect advisory gate remnants (#5890)#8661proggeramlug wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 8 included reviews per hour; 2 remain after this review. 📝 WalkthroughWalkthroughThe Effect fixture no longer receives ChangesEffect fixture execution
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This PR removes stale Effect advisory-gate references from CI documentation and fixture comments without changing test behavior; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
* test: remove stale Effect advisory flag (#5890) * fix(intl): expose Collator compare as an accessor * fix(codegen): share imported static update storage * fix: address 5895 review follow-ups * fix: address final 5895 review findings * fix: close 5895 review and parity regressions * fix: finish 5895 review follow-ups * fix(regex): implement RepeatMatcher capture semantics * docs(changelog): note RegExp RepeatMatcher fix * chore: changelog fragments and gate fixes for the five-PR batch - fragments for #8661, #8656, #8666, #8662 - #8660's replace_expand.rs raw-handle read taken through a scoped with_const_ptr (ceiling 7 -> 8 -> 7) - #8660's REPEAT_MATCHER_CACHE pinned on the gc-holder frontier --------- Co-authored-by: Ralph Kuepper <ralph@skelpo.com>
Summary
Completes the cleanup left after #6572 closed #5890: the Effect fixture runs by default, so its CI invocation and package-test documentation should no longer describe or export the removed advisory gate.
Changes
PERRY_EFFECT_BASIC_ADVISORYvariable in the named Effect smoke job.Related issue
Refs #5890. Follow-up to #6572.
Test plan
git diff --check.github/workflows/test.ymlparses with PyYAMLbash -n tests/release/packages/effect-basic/fixture.shbash fixture.sh --__did-skip-markerexits 1 as expectedcargo build --release(not run; no Rust changes)cargo test --workspace(not run; no Rust changes)Checklist
CLAUDE.md, orCHANGELOG.mdchangesCONTRIBUTING.mdand the Code of ConductSummary by CodeRabbit
Tests
Documentation