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
The assumption that the dependencies would always have the same values seems to fail for heavily modified projects.
Use the variable-overwrite trick (see bottom of linked file) and an initialization function to check the type of the symbols to assess whether they have been defined as constants before. If not, check the type of the symbol and set their content to the expected value.
Whether this is possible for the focus instances has to be researched: If an existing instance is re-defined as variable, what happens.
The text was updated successfully, but these errors were encountered:
The assumption that the dependencies would always have the same values seems to fail for heavily modified projects.
Use the variable-overwrite trick (see bottom of linked file) and an initialization function to check the type of the symbols to assess whether they have been defined as constants before. If not, check the type of the symbol and set their content to the expected value.
Whether this is possible for the focus instances has to be researched: If an existing instance is re-defined as variable, what happens.
The text was updated successfully, but these errors were encountered: