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

Small face-lifting before solving the issue with blank screen #197

Merged
merged 5 commits into from
Mar 5, 2019
Merged

Small face-lifting before solving the issue with blank screen #197

merged 5 commits into from
Mar 5, 2019

Conversation

smacker
Copy link
Collaborator

@smacker smacker commented Mar 1, 2019

While reproducing #195 I have found some problems and fixed them:

  • Fix error handling (real error was swallowed, read more details in the commit message: e357f74)
  • Fix js example file
  • Update uast-viewer to v0.3.0 (to make it easier to update when I fix the original bug)

smacker added 4 commits March 1, 2019 14:59
It's hard to make sure we convert single error to an array outside of
the reducer.
Often we use `catch(errors => dispatch(errorsAdd(errors))` but it can be
failure in unexpected place that would return single error instead of an
array as we do for expected failures.

Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Copy link
Collaborator

@carlosms carlosms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@smacker smacker merged commit c26b450 into bblfsh:master Mar 5, 2019
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.

3 participants