rules_proto icon indicating copy to clipboard operation
rules_proto copied to clipboard

proto_compile rule generator sorts "plugins" lexicographically

Open VoIdemar opened this issue 3 years ago • 0 comments

Hello.

proto_compile rule generator sorts "plugins" lexicographically (as simple strings) using the GetPluginLabels function. Sometimes this causes build errors in cases when there is a dependency between different plugins (one depends on the output of the other or smth like this).

Is there any way to override this behavior? Or... maybe there is a plan to improve the current implementation somehow?

Would really appreciate your answer.

Thanks in advance.

VoIdemar avatar Aug 19 '22 11:08 VoIdemar