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
Fixed scoping issues of for loops in global scope (#2672)
* Fixed scoping issues of for loops in global scope
* Covered subscripts
* Considered edge case of nested list
* Added white-spaces
* Added integration test
* Removed c backend from test loop_7
* Update src/lpython/semantics/python_ast_to_asr.cpp
Co-authored-by: Shaikh Ubaid <shaikhubaid769@gmail.com>
* Split new test from loop_07 to loop_11 and others
* Added print statements before assert
* Removed explicit cast to str
---------
Co-authored-by: Shaikh Ubaid <shaikhubaid769@gmail.com>
0 commit comments