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

feat: added proto3 optional support to fastmarshal #164

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

dsexton
Copy link
Contributor

@dsexton dsexton commented Oct 28, 2024

fixes #130

@wmorgan6796
Copy link

Please add test cases to ensure that everything is supported correctly

@dsexton dsexton force-pushed the proto3-optional-support branch from 2f3b6c7 to 2e4d894 Compare October 28, 2024 18:14
@dsexton
Copy link
Contributor Author

dsexton commented Oct 28, 2024

Please add test cases to ensure that everything is supported correctly

As far as I can tell the protoc plugin is not setup for unit tests, however I added an optionals message type to the examples and ran make regenerate

@wmorgan6796
Copy link

Perfect thank you! LGTM

@wmorgan6796 wmorgan6796 merged commit 2cf177e into CrowdStrike:main Oct 28, 2024
5 checks passed
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.

protoc-gen-fastmarshal doesn't support optional keyword of protobuf3
2 participants