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
Currently, only a single layer of if statements is supported when analyzing the output environments in the "shrink" operation at compile time.
However, the go macro already gathers complete tree of possible if statements and other output environments. This tree needs to be transformed at compile time into a more readily usable structure, so that emit-once, emit-at-least-once, and emit-maybe are determined for arbitrary nested if statements interspersed with function calls.
The text was updated successfully, but these errors were encountered:
Currently, only a single layer of
if
statements is supported when analyzing the output environments in the "shrink" operation at compile time.However, the
go
macro already gathers complete tree of possibleif
statements and other output environments. This tree needs to be transformed at compile time into a more readily usable structure, so that emit-once, emit-at-least-once, and emit-maybe are determined for arbitrary nestedif
statements interspersed with function calls.The text was updated successfully, but these errors were encountered: