Skip to content

statement: Fix conversion of Valuer #710

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

Merged
merged 5 commits into from
Nov 17, 2017
Merged

statement: Fix conversion of Valuer #710

merged 5 commits into from
Nov 17, 2017

Conversation

linxGnu
Copy link
Contributor

@linxGnu linxGnu commented Nov 17, 2017

Description

Current fix is returning driver.ErrSkip when converter failed to convert valuer.
It should be right to give error validation to valuer instead of skipping like this. In this update, I also give a check to valuer interface and call for it to convert, fix error #708 #706

Checklist

  • Code compiles correctly
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary
  • Added myself / the copyright holder to the AUTHORS file

Valuer has the right to return error instead of driver.ErrSkip
Valuer has the right to return error instead of returning driver.ErrSkip as current
@linxGnu linxGnu changed the title Fix valuer converting, give valuer the right to return error Fix valuer converting, give valuer the right to return error, fix #708 and #706 Nov 17, 2017
@julienschmidt julienschmidt changed the title Fix valuer converting, give valuer the right to return error, fix #708 and #706 statement: Fix conversion of Valuer Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants