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
Since 4338632 there's been a circular dependency between InstructionTree
and Block that manifests as a script error due to a non-existent
resource in a seemingly unrelated object. Several components use
InstructionTree.TreeNode including Block, and prior to 4338632 there
were no references to any non-native classes. Split out the block tree
functions to a new BlockTreeUtil class so that InstructionTree no longer
contains references to Block.
0 commit comments