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

Make Array.indexedMap work for all array sizes #391

Merged
merged 2 commits into from Sep 7, 2015

Conversation

Projects
None yet
2 participants
@eeue56
Contributor

eeue56 commented Sep 4, 2015

Make Array.indexedMap work for all array sizes, instead of hitting 1024 and wrapping around, as #271 states. Added a test case from that example to ensure that the issue is fixed in future verisons

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Sep 5, 2015

Member

Awesome, thank you for taking a look at the Array issues!

Do I have a contributors agreement from you?

Member

evancz commented Sep 5, 2015

Awesome, thank you for taking a look at the Array issues!

Do I have a contributors agreement from you?

@eeue56

This comment has been minimized.

Show comment
Hide comment
@eeue56

eeue56 Sep 5, 2015

Contributor

No problem. Yup, I sent it from enalicho@gmail.com in March I think

Contributor

eeue56 commented Sep 5, 2015

No problem. Yup, I sent it from enalicho@gmail.com in March I think

evancz pushed a commit that referenced this pull request Sep 7, 2015

Merge pull request #391 from eeue56/Array.indexedMap-fix
Make Array.indexedMap work for all array sizes

@evancz evancz merged commit 05e6c22 into elm:master Sep 7, 2015

1 check failed

continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details
@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Sep 7, 2015

Member

Thanks!

Member

evancz commented Sep 7, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment