You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My guess is this is the proper place to post issues for the website protolock.dev If it isn't, feel free to point me somewhere else.
Go to protolock.dev, hit the init button. Make an incompatible change to the proto file (e.g. change SERVICE_UNKNOWN = 3 -> SERVICE_UNKNOWN = 9) and then make the proto file invalid, e.g. s/rpc/dog/g and it will mark it as backwards compatible.
This actually isn't the case with the CLI:
$ protolock status
[protolock]: root.proto:17:5: found "dog" but expected [service comment|rpc]
So I figure this is a bug.
The text was updated successfully, but these errors were encountered:
My guess is this is the proper place to post issues for the website protolock.dev If it isn't, feel free to point me somewhere else.
Go to protolock.dev, hit the init button. Make an incompatible change to the proto file (e.g. change
SERVICE_UNKNOWN = 3
->SERVICE_UNKNOWN = 9
) and then make the proto file invalid, e.g.s/rpc/dog/g
and it will mark it as backwards compatible.This actually isn't the case with the CLI:
So I figure this is a bug.
The text was updated successfully, but these errors were encountered: