Skip to content

#4 pong.proto: protect deleted field 3 in Property#63

Open
VasilevNStas wants to merge 1 commit into
APN-Network:masterfrom
VasilevNStas:4-fix/property-reserved-3
Open

#4 pong.proto: protect deleted field 3 in Property#63
VasilevNStas wants to merge 1 commit into
APN-Network:masterfrom
VasilevNStas:4-fix/property-reserved-3

Conversation

@VasilevNStas

Copy link
Copy Markdown
Contributor

Field 3 in message Property was deleted during an earlier refactoring but was never added to reserved. This leaves the wire-format unprotected: any future addition of field 3 would be a silent breaking change.

+  reserved 3;

Closes #4.

@VasilevNStas

Copy link
Copy Markdown
Contributor Author

@davvd plz review this PR

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.

Property skips field 3 without a reserved declaration in pong.proto

1 participant