Hi Janis, I am using
elm-lang/core 4.0.1 elm-lang/html 1.0.0 elm-lang/virtual-dom 1.0.1 so the fix in 4.0.1 (commit cce1dc5?) does not appear to resolve my issue. I am chaining two of Html.App.map though, so it could be related. Thanks, John On Thursday, May 26, 2016 at 10:25:28 AM UTC-4, Janis Voigtländer wrote: > > If that’s indeed what you ran into, it would be good if you can check it > persists when using version 4.0.1 of core, and report back whether or not > that version fixes things for you. > > > 2016-05-26 16:20 GMT+02:00 Janis Voigtländer <[email protected] > <javascript:>>: > >> It could be this: https://github.com/elm-lang/virtual-dom/issues/21, if >> your nesting means that you have to repeatedly Html.App.map messages to >> route them around. >> >> >> 2016-05-26 15:31 GMT+02:00 John Askew <[email protected] <javascript:>>: >> >>> Hi Max, >>> >>> The results of that bug do sound similar, but I tried your suggestion of >>> deleting the cache and rebuilding (and even building from scratch in a >>> fresh environment), and the issue still remains. So I don't think that >>> specific bug is causing it. >>> >>> Thanks, >>> John >>> >>> On Thursday, May 26, 2016 at 12:49:29 AM UTC-4, Max Goldstein wrote: >>>> >>>> Hi John, >>>> >>>> It sounds like this bug: https://github.com/elm-lang/elm-make/issues/72 >>>> >>>> It sounds like you've found a workaround, but you can try >>>> removing elm-stuff/build-artifacts/ and compiling again. That should work >>>> (assuming it's indeed the same issue). >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Elm Discuss" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
