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

Can't find wire_format_verify.h #19671

Closed
teub opened this issue Dec 15, 2024 · 1 comment
Closed

Can't find wire_format_verify.h #19671

teub opened this issue Dec 15, 2024 · 1 comment

Comments

@teub
Copy link

teub commented Dec 15, 2024

What version of protobuf and what language are you using?
Version: main/v3.29.1
Language: C++

What did you do?
Steps to reproduce the behavior:

  1. Open lazy_repeated_field.h
  2. Notice there is an include #include "google/protobuf/wire_format_verify.h"
  3. Search the repository for a file named wire_format_verify.h
  4. Notice there is no file named wire_format_verify.h

What did you expect to see

I expected to find a file named wire_format_verify.h

What did you see instead?

I did not see a file named wire_format_verify.h

@teub teub added the untriaged auto added to all issues by default when created. label Dec 15, 2024
@zhangskz
Copy link
Member

zhangskz commented Dec 16, 2024

Thanks for the report! Looks like lazy_repeated_field.h was branched from an existing file that is internal only, and was included as part of a change that was not meant to be open sourced.

This will be removed in a future release since, as you've pointed out, its dependencies / this feature in general is not available in open source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants