You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🎨 Use injected class name in `nexus`
* 🦺 Protect against uninitialized services
Problem:
- If services are uninitialized, either through not being exported properly, or
through `nexus.init()` not being called, the service pointers are null and the
resulting UB causes hard-to-diagnose effects.
Solution:
- Initialize services to functions that cause a runtime panic.
0 commit comments