Skip to content

Conversation

@yash-nisar
Copy link
Contributor

The cause of the error was the method ​p_unknown_tag
in parsers/tagvalue.py. Due to the incorrect context-free grammar specification defined in the method, the line after the unknown_tag was not taken into consideration. The
context-free grammar specification was rectified and tests
were corresponding tests were added.

Signed-off-by: Yash Nisar [email protected]

@yash-nisar
Copy link
Contributor Author

Review required @pombredanne @krysnuvadga :)

Copy link
Collaborator

@krysnuvadga krysnuvadga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pombredanne this PR is good to be merged! Maybe just one more review to confirm

@pombredanne
Copy link
Member

@yash-nisar can you update or rebase this branch?

The cause of the error was the method ​`p_unknown_tag`
in `parsers/tagvalue.py`. Due to the incorrect context-free
grammar specification defined in the method, the line after
the `unknown_tag` was not taken into consideration. The
context-free grammar specification was rectified and tests
were corresponding tests were added.

Signed-off-by: Yash Nisar <[email protected]>
@yash-nisar
Copy link
Contributor Author

@pombredanne Updated the branch :D

Copy link
Member

@pombredanne pombredanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pombredanne pombredanne merged commit cc44de9 into spdx:master Aug 6, 2018
@yash-nisar yash-nisar deleted the unknown_tag_bug branch August 7, 2018 06:32
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