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
We can get panics because of expression type description is not fully discovered and after referencing is complated, type descriptions are not properly updated causing IR to panic when traversing through the arguments.
The text was updated successfully, but these errors were encountered:
Alright, finally it's resolved. Basically problematic that we had:
a.) Type description rebuilding was completely off when doing final reference declaration rebuilds.
b.) And operator didn't had reference declaration type description rebuild at all.
We can get panics because of expression type description is not fully discovered and after referencing is complated, type descriptions are not properly updated causing IR to panic when traversing through the arguments.
The text was updated successfully, but these errors were encountered: