elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

Maximum call stack size exceeded error with '--debugger' #145

Closed Chadtech closed 6 years ago

Chadtech commented 7 years ago

Working on a project, I encountered a call stack error. I boiled my code down into the simple code snippet linked to below and experimented a bit with it. I get a 'maximum call stack size exceeded' error when running the snippet in elm-reactor and with 'elm-make --debug', but not with 'elm-make' and elm-lang.org/try. Another fellow in the Elm slack channel said he wasnt getting the error in 0.17.1.

Heres the code snippet Im referring to: https://gist.github.com/Chadtech/f2f5f1d714eea51a8a0b687b93110b15

EDIT: Im running all my code in Chrome, on my mac running Sierra 10.12.1

process-bot commented 7 years ago

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.

evancz commented 6 years ago

I think this is covered by https://github.com/elm-lang/virtual-dom/issues/98

Thanks for the report!