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

PROTOC_EXPORT in java/names.h to expose symbols #19363

Closed
wants to merge 1 commit into from

Conversation

cho-m
Copy link
Contributor

@cho-m cho-m commented Nov 22, 2024

Otherwise libprotoc built by CMake hides symbols needed by grpc-java (grpc/grpc-java#11475)


I wasn't sure if other functions should be exposed, but just added them based on objectivec/names.h where everything is PROTOC_EXPORT.

Can restrict to only minimum if preferred (for grpc-java, this would be ClassName)

Otherwise libprotoc built by CMake hides symbols needed by
grpc-java (grpc/grpc-java#11475)
@cho-m cho-m requested a review from a team as a code owner November 22, 2024 14:54
@cho-m cho-m requested review from shaod2 and removed request for a team November 22, 2024 14:54
@acozzette acozzette added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Nov 25, 2024
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Nov 25, 2024
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.

3 participants