fix: remove conflicting abstract method from Extension base class#1221
Conversation
Child extension cores extend Container via Extension; redeclaring registered_controllers() as abstract caused fatals when v2 extensions boot.
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR fixes a fatal error when loading v2 extensions by removing a conflicting ChangesExtension registered_controllers() conflict resolution
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 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 |
Summary
registered_controllers()declaration fromPopupMaker\Plugin\Extension.Extension→Container; the redeclared abstract method caused fatals during boot.Test plan
Summary by CodeRabbit