Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upBug: array iterator problem in for..in loop #112
Comments
This comment has been minimized.
This comment has been minimized.
Good catch! Going to have a look at this soon! |
odino
added
the
bug
label
Jan 12, 2019
odino
added this to the 1.0 milestone
Jan 12, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Confirmed working with linux-amd64. |
odino
closed this
in
ac46992
Jan 12, 2019
added a commit
that referenced
this issue
Jan 12, 2019
This comment has been minimized.
This comment has been minimized.
Thanks! |
odino
modified the milestones:
1.0,
preview-4
Jan 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ntwrick commentedJan 11, 2019
After the first use of an array in a for..in loop, the iterator seems to be stuck at the end of the array (forever).