forked from bufbuild/protocompile
-
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 final checks that were added to protoc between v27.0-rc3 and fina…
…l v27.0 (bufbuild#309) This change mirrors two of the changes in the final v27.0 of protoc that were not previously implemented in this compiler: 1. A new `feature_support` field on `EnumValueOptions` to allow defining the lifetime of a feature value. This is similar to the field of the same name and type on `FieldOptions`, but it controls the actual enum values and in which editions they are valid. 2. A new check that a feature is not used from the same file in which it's defined. This change updates this repo to use the latest (final) v27.0 release and also updates the protobuf-go dependency to include the v27.0 version of the `descriptorpb` package.
- Loading branch information
Showing
10 changed files
with
196 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
27.0-rc1 | ||
27.0 |
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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
Oops, something went wrong.