Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variable redefine error in iteration #48

Closed
happybean4 opened this issue Jan 8, 2022 · 4 comments
Closed

variable redefine error in iteration #48

happybean4 opened this issue Jan 8, 2022 · 4 comments
Labels
bug Something isn't working critical This issue is critical

Comments

@happybean4
Copy link
Member

happybean4 commented Jan 8, 2022

Once the iteration statement is rotated, the variable 'x' in the iteration statement must be removed from memory, but remains, generating an 'Redefine Error' for x.

Code
image

Output
image

@redocmath redocmath assigned happybean4 and unassigned happybean4 Jan 8, 2022
@redocmath redocmath added bug Something isn't working critical This issue is critical labels Jan 8, 2022
@happybean4 happybean4 added critical This issue is critical and removed critical This issue is critical labels Jan 8, 2022
@redocmath
Copy link
Member

redocmath commented Jan 8, 2022

It seems like a critical bug. Thanks for reporting.

@redocmath redocmath reopened this Jan 8, 2022
@redocmath
Copy link
Member

Sorry for the late reply.
We just checked the initialization system for in-block variables is missed, and we started to fix this error.

We'll contact you soon. Thank you

@redocmath
Copy link
Member

#53

@redocmath
Copy link
Member

Done!

This was referenced Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical This issue is critical
Projects
Status: Done
Development

No branches or pull requests

2 participants