-
Notifications
You must be signed in to change notification settings - Fork 52
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
Remove unused code from SparqlParser
#769
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much,
I have found two places where possible simplifications might apply for the tests of the parser.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice,
I have some concrete suggestions, but most of it is general discussion on how this interacts with the other testPR.
Co-authored-by: joka921 <joka921@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, you found the way to get the default argument for the EQ
matcher.
I will adapt that tiny suggestion, and then I'll merge it.
Remove some code in
SparqlParser.cpp
that is no longer required. The tests had to be adapted slightly because the ANTLR Sparql Parser process some parts later than the oldSparqlParser.cpp
.