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 up`Cannot read property 'length' of undefined` when concatenating largeish arrays #32
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
pseudonom
Dec 15, 2014
Contributor
Fixed by https://github.com/elm-lang/core/blob/master/src/Native/Array.js#L393 in 0.14.
|
Fixed by https://github.com/elm-lang/core/blob/master/src/Native/Array.js#L393 in 0.14. |
pseudonom
closed this
Dec 15, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pseudonom commentedDec 6, 2014
I've defined concat as
Using this,
produces
as expected.
produces
The line producing the error is https://github.com/elm-lang/core/blob/master/src/Native/Array.js#L477