forked from protocolbuffers/protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a staleness test for the well-known types
This commit adds a staleness test in preparation for setting up auto-updating of the well-known type generated code. I also went ahead and updated them manually just to make sure we don't run into any surprises when this starts happening automatically. I had to arrange things so that the generated any.pb.cc (for example) lives at: //src/google/protobuf:wkt/google/protobuf/any.pb.cc This is a weird directory structure, but I think it's the only way to allow the checked-in and generated versions of the file to coexist while ensuring that Bazel always uses the generated version.
- Loading branch information
Showing
21 changed files
with
701 additions
and
617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.