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
Describe the bug
When I call set_loop_iteration_limit and then evaluate code with ''.repeat, the repeat functionality does not respect the set loop iteration limit. The code below gets stuck in a loop.
Describe the bug
When I call set_loop_iteration_limit and then evaluate code with ''.repeat, the repeat functionality does not respect the set loop iteration limit. The code below gets stuck in a loop.
To Reproduce
Expected behavior
The .repeat function should stop iterating when set_loop_iteration_limit is set, similar to how it works with normal loops.
Build environment:
The text was updated successfully, but these errors were encountered: