krisajenkins / elm-export

Create Elm types and JSON decoders from Haskell source.
Eclipse Public License 1.0
116 stars 47 forks source link

Fix value encoder for overridden field name #57

Closed micahhahn closed 2 years ago

micahhahn commented 2 years ago

Implements the fix proposed (over 5 years ago!) here on our clone.

You can see the invalid generated code here:

https://github.com/NoRedInk/NoRedInk/blob/d0d2c1f9038a0e8a3945f0703adb26328f8a53ec/lib/scaffolding/elm/generated/Generated/Backend/Scaffolding.elm#L120-L129