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

Array issue #775

Closed
wearsunscreen opened this Issue Dec 5, 2016 · 2 comments

Comments

Projects
None yet
3 participants
@wearsunscreen

wearsunscreen commented Dec 5, 2016

I found this Array issue. It should be linked with #649.

The first and third elements should be identical, but g changes when concatGrid g is evaluated.

results =
           [ getRow 0 (setColorInGrid ( 0, 0 ) 99 (Debug.log "before" g))
               == [ 99, 4, 2, 4 ]
           , concatGrid g == concatenated
           , getRow 0 (setColorInGrid ( 0, 0 ) 99 (Debug.log "after" g))
               == [ 99, 4, 2, 4 ]
           ]

Full code is attached. Happens on v 0.18, Firefox and Chrome.
GridA.elm.txt

@process-bot

This comment has been minimized.

Show comment
Hide comment
@process-bot

process-bot Dec 5, 2016

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot commented Dec 5, 2016

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Jan 5, 2017

Contributor

Isn't it already covered by https://github.com/elm-lang/core/issues/649?

Contributor

jvoigtlaender commented Jan 5, 2017

Isn't it already covered by https://github.com/elm-lang/core/issues/649?

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