Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made the config extension aware of the `SCALA_VERSION` and `ENABLE_COMPILER_DEPENDENCY_TRACKING` env vars to fix part of `test_classpath_contains_2_12` from test/shell/test_scala_config.sh. Now it's dying with: ```txt Analyzing: target //src/java/io/bazel/rulesscala/scalac:scalac (1 packages loaded, 0 targets configured) ERROR: Traceback (most recent call last): File ".../scala/extensions/deps.bzl", line 210, column 30, in _scala_deps_impl scalafmt_repositories( File ".../scala/scalafmt/scalafmt_repositories.bzl", line 67, column 21, in scalafmt_repositories repositories( File ".../third_party/repositories/repositories.bzl", line 103, column 33, in repositories artifact = artifacts[id]["artifact"], Error: key "com_geirsson_metaconfig_pprint" not found in dictionary ERROR: Analysis of target '//src/java/io/bazel/rulesscala/scalac:scalac' failed; build aborted: error evaluating module extension scala_deps in //scala/extensions:deps.bzl ``` Still, getting closer and closer to getting all the tests to pass under Bzlmod!
- Loading branch information