Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upArray.indexedMap's index is 1023 maximum #271
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
Sep 8, 2015
Contributor
Closing this, since it appears it's fixed by https://github.com/elm-lang/core/pull/391. (Right, @eeue56?)
|
Closing this, since it appears it's fixed by https://github.com/elm-lang/core/pull/391. (Right, @eeue56?) |
jvoigtlaender
closed this
Sep 8, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Yup, fixes it so can be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
evancz commentedJun 12, 2015
(Originally reported by @tyomalu in elm/elm-lang.org#262)
Here is the issue:
mapArray should just return array itself with values 0..2999, but it returns 0..1023, 0..1023, 0..951.
I've found that index in function passed to indexedMap reaches 1023 maximum.
I suggest the problem is in Array.js indexedMap_ function: