Skip to content

Provide line number in error handler - #76

Open
mthamil wants to merge 4 commits into
forcewake:masterfrom
mthamil:more-error-info
Open

Provide line number in error handler#76
mthamil wants to merge 4 commits into
forcewake:masterfrom
mthamil:more-error-info

Conversation

@mthamil

Copy link
Copy Markdown

I would find it useful to have the line number available for error handling.

This pull request includes backward compatible refactoring to introduce a FlatFileErrorContext object that contains all relevant information about a parsing error. This should simplify the introduction of any more error details in the future. In addition to the existing properties, Line and Exception, I added the line number to this context.

@mthamilmthamil changed the title Provide line number in error handerProvide line number in error handlerAug 6, 2018
Sign up for freeto 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.

1 participant

@mthamil