- 🇫🇷France andypost
The issue still makes sense as when modules uninstalled via UI the remaining request processing still working with container which have services/listeners initialized. And overtime complexity of contrib is growing so it will hit early or later
OTOH agree with #39 about complexity and overhead it brings
A compromise could be to add some defensive code to core, at least to give a hand to contrib to deal with it
- 🇦🇺Australia mstrelan
I think this belongs in the extension system component, since ModuleInstaller is in the Drupal\Core\Extension namespace.