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
Background: We're having issues with type resolution with variables in clauses that are not mapped in the main template
I've made a fix for that but we still have an issue that if you have 2 clauses with the same type definition name but a different type definition, we will have issues
So we should make it systematic to get the context for each variable, that would mean getting a variable + execution result every time
Either as a tuple or create a new type
The text was updated successfully, but these errors were encountered:
Background: We're having issues with type resolution with variables in clauses that are not mapped in the main template
I've made a fix for that but we still have an issue that if you have 2 clauses with the same type definition name but a different type definition, we will have issues
So we should make it systematic to get the context for each variable, that would mean getting a variable + execution result every time
Either as a tuple or create a new type
The text was updated successfully, but these errors were encountered: