Re: [elm-discuss] Re: Maximum call stack size exceeded while parsing generated code

2016-12-11 Thread Paul D
I hit the same problem after updating my project from 0.17 to 0.18. Breaks in Chromium (with or without debug mode), works in Firefox. My list has 650 items. I wouldn't expect to be hitting any upper limits with a list of that size. Breaking it up into smaller lists seems like more of a

Re: [elm-discuss] Re: Maximum call stack size exceeded while parsing generated code

2016-12-05 Thread Nick H
Glad you found a solution! On Sun, Dec 4, 2016 at 8:43 PM, Iain Gray wrote: > It turned out to be an instance of this > . I have a list of > time-zones that I use for a drop-down list, which was big enough to cause >

[elm-discuss] Re: Maximum call stack size exceeded while parsing generated code

2016-12-04 Thread Iain Gray
It turned out to be an instance of this . I have a list of time-zones that I use for a drop-down list, which was big enough to cause the stack overflow. As the issue-poster mentioned, I was able to fix it by splitting my list into multiple