Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Handle recognition errors in ruby parser #39

Closed
abargnesi opened this issue Apr 13, 2015 · 2 comments
Closed

Handle recognition errors in ruby parser #39

abargnesi opened this issue Apr 13, 2015 · 2 comments
Assignees
Milestone

Comments

@abargnesi
Copy link
Member

abargnesi commented Apr 13, 2015

The ruby BEL parser will halt on the first error it encounters which makes handling large input problematic. Instead we should:

  • capture recognition errors
  • parse remaining characters until end of line
  • continue with the next line's record

The BEL::Script.parse API should return errors back to the user.

@abargnesi
Copy link
Member Author

Labeled as a bug because of its inconsistency with parsing in OpenBEL/openbel-framework.

@abargnesi
Copy link
Member Author

Closed. See #122.

@abargnesi abargnesi removed the ready label May 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant