-
Notifications
You must be signed in to change notification settings - Fork 14
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
Overhaul of build & testing system; bugfixes #19
Merged
vnmakarov
merged 32 commits into
vnmakarov:master
from
TheCount:feature-build-test-rebased
Nov 30, 2018
Merged
Overhaul of build & testing system; bugfixes #19
vnmakarov
merged 32 commits into
vnmakarov:master
from
TheCount:feature-build-test-rebased
Nov 30, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove everything that is either not used at all or guaranteed by C90 anyway.
Tickers are used for testing/benchmarking only, so they can go into a separate directory.
Break up compare_parsers.tst.in into separate test directory
Break up yaep.tst.in into individual files and create individual tests.
Break up yaep++.tst.in into individual files and create individual tests.
Deduplicate standard yaep_parse_grammar() type tests.
Deduplicate standard yaep_read_grammar() type tests.
Deduplicate most more complex mains.
Avoid out-of-bounds access of symb_code_trans_vect when an unknown terminal appears in the input (see test19).
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request mainly addresses #17.
About the GNU coding standards: I tried to use them once I saw your comment #16 (comment), but older commits may be broken in this respect; sorry.
I've rebased my changes against your master, so it should apply cleanly.
Here is a list of changes:
Still open:
sgramm.c
is not resolved. I have no idea what causes this. Can be fixed by building the sgramm_c target explicitly first.I think these still open issues have lower priority and I would leave them for later.