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 #1

Closed
wants to merge 25 commits into from
Closed

Merge upstream changes #1

wants to merge 25 commits into from

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.

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
Copy link
Author

Closing this in favour of #2.

@jwoudenberg jwoudenberg deleted the merge-upstream branch November 25, 2017 10:09
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.

7 participants