Skip to content
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

Merge upstream changes 2 #2

Merged
merged 25 commits into from
Nov 27, 2017
Merged

Merge upstream changes 2 #2

merged 25 commits into from
Nov 27, 2017

Conversation

jwoudenberg
Copy link

This contains the work on the development branch of the krisajenkins repo, plus the work towards supporting ADT's from this PR: krisajenkins#34

This solves addressed some issues towards to generation of newtype encoders I was looking at. Further issues remain though: the generated code for newtype decoders doesn't appear to be valid.

This is the same as #1 but without the accidental formatting changes incurred by running hindent.

mattjbray and others added 25 commits February 10, 2017 10:33
It's a small change, but I find it more readable.
This more accurately reflects our intent.

With `nullable` the value must decode exactly, or be `null`.
With `maybe` the value must decode exactly, you get a `Nothing`
even if total junk is present.
Fixed compilation warnings.
Like all the cool kids are doing these days. :-)
Fix HasDecoder ElmValue
@jwoudenberg jwoudenberg mentioned this pull request Nov 25, 2017
@jwoudenberg jwoudenberg changed the title Merge upstream 2 Merge upstream changes 2 Nov 25, 2017
@joneshf joneshf merged commit 721af25 into master Nov 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants