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

Runtime exception via Json.Encode, "ctor", and (==) #811

Closed
rtfeldman opened this Issue Jan 15, 2017 · 2 comments

Comments

Projects
None yet
3 participants
@rtfeldman
Member

rtfeldman commented Jan 15, 2017

SSCCE in elm-repl:

> import Json.Encode exposing (..)
> object [ ("ctor", string "::") ] == object [ ("ctor", string "::") ]
TypeError: Cannot read property 'ctor' of undefined
@process-bot

This comment has been minimized.

Show comment
Hide comment
@process-bot

process-bot Jan 15, 2017

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot commented Jan 15, 2017

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Mar 7, 2018

Member

Tracked in the meta issue.

Member

evancz commented Mar 7, 2018

Tracked in the meta issue.

@evancz evancz closed this Mar 7, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment