We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For readability it would be nice if the proto paths would sorted alphabetically
{ "definitions": [ { "protopath": "fub:/:baz:/:some_proto.proto", .... }, { "protopath": "other:/:foo:/:other_proto.proto", { ] }
The text was updated successfully, but these errors were encountered:
Hey @thespags -
Are you on the latest version? I believe this was introduced a couple releases ago.
Sorry, something went wrong.
Let me upgrade the version and try it out. I'll update and close if that's the fix. Thanks!
I upgraded the maven protolock plugin to use 0.12.0. salesforce/proto-backwards-compat-maven-plugin#4
After upgrading to 0.12.0 we are seeing deterministic ordering based on the name. Looks good thanks!
No branches or pull requests
For readability it would be nice if the proto paths would sorted alphabetically
The text was updated successfully, but these errors were encountered: