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
I suspect that the If-statement rewriting will break the AST if certain non-rewriteable statements are in the Then- or Else-branch, for example, a For-loop.
A test must be added to verify or falsify the CompileTimeExpressionSimplifier's result if an If-statement includes a For-loop.
The text was updated successfully, but these errors were encountered:
I suspect that the If-statement rewriting will break the AST if certain non-rewriteable statements are in the Then- or Else-branch, for example, a For-loop.
A test must be added to verify or falsify the
CompileTimeExpressionSimplifier
's result if an If-statement includes a For-loop.The text was updated successfully, but these errors were encountered: