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
It seems strange that an external object constructor is allowed to be called with non-parameter arguments, considering that the function call won't be evaluated again after initialization.
Ways of addressing this include:
Say that the external object's declaration equation is considered part of the initial sections, and resolve Variability of expressions inside initial sections. #2602 in the direction of capping variabilities to parameter in the initial sections.
It seems strange that an external object constructor is allowed to be called with non-parameter arguments, considering that the function call won't be evaluated again after initialization.
Ways of addressing this include:
initialsections. #2602 in the direction of capping variabilities to parameter in the initial sections.initialsections. #2602.