protolock icon indicating copy to clipboard operation
protolock copied to clipboard

skip hint should also prevent members from being compared

Open nilslice opened this issue 6 years ago • 0 comments

currently, // @protolock:skip hints prevent a proto member such as a message from being added to the proto.lock file. But if a hint was added after the proto.lock file was written, then protolock thinks the message was just removed and several conflicts are reported.

consider skipping the message in the comparison step in addition to the serialization step.

nilslice avatar Jul 26 '18 15:07 nilslice