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
It should be pretty easy to create a DAG from dependent components and toposort them to determine the correct order of initialization such that dependent components are always initialized first.
The text was updated successfully, but these errors were encountered:
As mentioned at https://www.chiefdelphi.com/t/magicbot-component-initialization-vs-execution-order/470604, you can have situations where the high level component needs something from a lower level component at
setup
/__init__
but it hasn't been initialized yet.It should be pretty easy to create a DAG from dependent components and toposort them to determine the correct order of initialization such that dependent components are always initialized first.
The text was updated successfully, but these errors were encountered: