<https://github.com/pantsbuild/pants/blob/master/t...
# general
a
https://github.com/pantsbuild/pants/blob/master/testprojects/src/protobuf/org/pantsbuild/testproject/proto-ordering/b/BUILD << do we expect the order of sources to be significant for java_protobuf_library? The comments in https://github.com/pantsbuild/pants/blob/master/tests/python/pants_test/backend/codegen/protobuf/java/test_protobuf_integration.py suggest that the tests are meant to be checking that deps are compiled before sources, rather than the relative ordering of sources, and I would generally assume that sources aren’t ordered…