Skip to content
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

copy languages for conformance parser #8174

Merged
merged 2 commits into from
Nov 26, 2023

Conversation

blindspotbounty
Copy link
Contributor

This change to address failing conformance when advanced features are used (#8169)

I put copying only languages that are used instead of copying all options as they might not be needed.

Now flatc will take advanced input for conformance check if any language is specified.
However, if no language specified, it will works the same as now.

PS: I was looking where can I put tests for conform option but it seems to be not trivial to add all required files to unit tests while did not find a good place to check it with command line. Happy to add if there is one.

@github-actions github-actions bot added c++ codegen Involving generating code from schema labels Nov 22, 2023
@dbaileychess dbaileychess merged commit da55ac3 into google:master Nov 26, 2023
49 checks passed
candysonya pushed a commit to candysonya/flatbuffers that referenced this pull request Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ codegen Involving generating code from schema
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants