-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Fold EngDeriver into EngController #17015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fold EngDeriver into EngController #17015
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #17015 +/- ##
============================================
- Coverage 81.89% 44.58% -37.31%
============================================
Files 161 1405 +1244
Lines 9253 114347 +105094
============================================
+ Hits 7578 50985 +43407
- Misses 1528 59707 +58179
- Partials 147 3655 +3508
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
7cca719 to
b010029
Compare
b737eb5 to
d681555
Compare
b010029 to
28b1be5
Compare
d681555 to
11a24ed
Compare
28b1be5 to
97a3827
Compare
2327e1b to
787ddc0
Compare
97a3827 to
adf7653
Compare
787ddc0 to
e11ac1a
Compare
e2b8a59 to
eb0be25
Compare
49e1416 to
7c5bcf3
Compare
7c5bcf3 to
394812a
Compare
394812a to
03e2cb8
Compare
03e2cb8 to
95a21ab
Compare
Description
EngDeriver is only superficially separate from EngController, in that all of its event handling logic delegates to calls in EngController. In order to disintermediate events that EngDeriver handles, it would be nice to be able to have event emitters store a reference only to EngController, but call into the handlers in EngDeriver. Thus, we merge the two so that this is possible.
Separately, we MUST refactor EngController to be less monolithic.
Tests
EngDeriver is not well tested right now. This is something we will fix when refactoring EngController.
Additional context
Metadata