i.e. like java_binary and java_test. One example is how scala_tests don't have the env attribute from java_test. I believe that Bazel inherits attributes by depending on their "parent" classes(?) when specifying the rule in .java files, so this would be a departure from how we are currently specifying _impls in Starlark.
i.e. like
java_binary
andjava_test
. One example is howscala_tests
don't have theenv
attribute fromjava_test
. I believe that Bazel inherits attributes by depending on their "parent" classes(?) when specifying the rule in.java
files, so this would be a departure from how we are currently specifying_impl
s in Starlark.Common attributes: https://docs.bazel.build/versions/3.1.0/be/common-definitions.html#common-attributes-tests