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
`FunctionDef` objects are annotated during the first `FunctionCall`
where they are used. At this point they have not been renamed if there
are name conflicts. Both the original and the collisionless name should
therefore be used to locate the `FunctionDef`. The original name will
retrieve the syntactic object while the collisionless name will retrieve
the renamed function. Fixespyccel#1913
INCOMPATIBLE_REDEFINITION_STACK_ARRAY='Cannot change shape of stack array, because it does not support memory reallocation. Avoid redefinition, or use standard heap array.'
27
27
STACK_ARRAY_DEFINITION_IN_LOOP='Cannot create stack array in loop, because if does not support memory reallocation. Create array before loop, or use standard heap array.'
0 commit comments