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
When compiling the following cyclic data-structures:
FUNCTION_BLOCK bar
VAR
f : foo;
ff AT f : foo;
END_VAR
END_FUNCTION_BLOCK
FUNCTION_BLOCK foo
VAR
f : bar;
END_VAR
END_FUNCTION_BLOCK
the cycle will be reported during validation, but when the generated init-functions are validated afterwards, validate_assignment_type_sizes seems to be called ad infinum.
The text was updated successfully, but these errors were encountered:
regressed commit: 41968d3
When compiling the following cyclic data-structures:
the cycle will be reported during validation, but when the generated init-functions are validated afterwards,
validate_assignment_type_sizes
seems to be called ad infinum.The text was updated successfully, but these errors were encountered: