Skip to content

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