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

People are pointed to a non-existing repo #430

Closed
jvoigtlaender opened this Issue Oct 27, 2015 · 3 comments

Comments

Projects
None yet
3 participants
@jvoigtlaender
Contributor

jvoigtlaender commented Oct 27, 2015

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Oct 28, 2015

Member

I think the whole message needs to be changed.

It was written at a time when I wasn't sure if there were bugs in the implementation of signals. If there were, you would hit this.

Nowadays, pretty much every report that mentions this is due to a problem somewhere not in the compiler or core. Maybe that is user code, maybe that is elm-reactor doing bad things.

So I think the best thing to do would be to reformulate the message to help people understand what went wrong in their stuff. We can pretend the elm-reactor stuff is fixed. Can you try to find all the issues (open or closed) on elm-compiler that came from this message? From there we can try to craft something more helpful.

Member

evancz commented Oct 28, 2015

I think the whole message needs to be changed.

It was written at a time when I wasn't sure if there were bugs in the implementation of signals. If there were, you would hit this.

Nowadays, pretty much every report that mentions this is due to a problem somewhere not in the compiler or core. Maybe that is user code, maybe that is elm-reactor doing bad things.

So I think the best thing to do would be to reformulate the message to help people understand what went wrong in their stuff. We can pretend the elm-reactor stuff is fixed. Can you try to find all the issues (open or closed) on elm-compiler that came from this message? From there we can try to craft something more helpful.

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Oct 28, 2015

Contributor

This seems to be the list of issues (open or closed) on elm-compiler that came from this message:

Contributor

jvoigtlaender commented Oct 28, 2015

This seems to be the list of issues (open or closed) on elm-compiler that came from this message:

@rtfeldman

This comment has been minimized.

Show comment
Hide comment
@rtfeldman

rtfeldman Oct 30, 2015

Member

Exceptions thrown from subscription callbacks in JS ports are by far the most common culprit here in my experience, for what it's worth.

Member

rtfeldman commented Oct 30, 2015

Exceptions thrown from subscription callbacks in JS ports are by far the most common culprit here in my experience, for what it's worth.

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