Skip to content

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 <max@smacker.ru>
Signed-off-by: Maxim Sukharev <max@smacker.ru>
Signed-off-by: Maxim Sukharev <max@smacker.ru>
Signed-off-by: Maxim Sukharev <max@smacker.ru>
Signed-off-by: Maxim Sukharev <max@smacker.ru>
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