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

Update docs/tests to reflect that sfixed is supported #166

Merged
merged 1 commit into from
Jan 17, 2022
Merged

Update docs/tests to reflect that sfixed is supported #166

merged 1 commit into from
Jan 17, 2022

Conversation

vphantom
Copy link
Contributor

Hi! First almost-useful pull request, just some house cleaning. After deeper investigation I discovered that sfixed32 and sfixed64 seem to be supported just fine.

I ran make ; make tests and while a few near the end were strangely verbose (printing out records) they were all displayed in green. Assuming this means a successful run (I honestly have no idea), then this PR makes sense.

If I didn't run the tests properly or in full, please let me know.

@mransan mransan merged commit b62a4d5 into mransan:master Jan 17, 2022
@mransan
Copy link
Owner

mransan commented Jan 17, 2022

I don't think the google unittest is working or enabled. However there is already an integration test which does it.

The best way for you to get familiar with testing would be to be able to run the integration like make test02. Those integration test serialize/deserialize data between the ocaml-protoc and the google protobuf compiler for C++.

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.

2 participants