Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed as not planned
Description
We havea lot of places with theinit-calls-subclass pattern.
This cause problems if the subclass method relies on subclass attributes that have not yet been set up.
I actually ran into the issue in#12215.
- Has anyone encountered this before?
- Do we have a strategy how to avoid this issue?