You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
0 commit comments