refactor(subscriptions): drop the vendored finite state machine DSL - #17
Conversation
The `fsm` package this DSL came from is unmaintained and its author now recommends plain structs with multiclause pattern matching instead. Vendoring a copy was only a stopgap to keep the compiler quiet on newer Elixir. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. Walkthrough
ChangesSubscription FSM Migration
Priority: ⬇️ Low Estimated code review effort: 3 (Moderate) | ~30 minutes Change: Refactor Merge Risk: ⚪ Minimal · up to No concrete regression remains that should block merging. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 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. A rabbit hops through states anew Comment |
PR SummaryMedium Risk Overview State transitions that used Reviewed by Cursor Bugbot for commit 390ddbd. Bugbot is set up for automated code reviews on this repo. Configure here. |
fsmpackage the DSL came from is unmaintained (last release 2017) and its author now advises against using it, recommending plain structs with multiclause pattern matching instead.