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 the loop is expanded, the conditions appear to be discarded in each block -- they are essentially empty if statements. However, if I change the range variable to e.g., member_functions, the body of the loop is correctly expanded.
It seems like the first expansion of the loop is determining the properties for all subsequent expansions. This could be an artifact of metaclass application.
The text was updated successfully, but these errors were encountered:
There appears to be a bug in the instantiation of loop bodies involving the members of a class. From the literal value test:
When the loop is expanded, the conditions appear to be discarded in each block -- they are essentially empty if statements. However, if I change the range variable to e.g.,
member_functions
, the body of the loop is correctly expanded.It seems like the first expansion of the loop is determining the properties for all subsequent expansions. This could be an artifact of metaclass application.
The text was updated successfully, but these errors were encountered: