Skip to content

Conversation

simuons
Copy link
Collaborator

@simuons simuons commented Jul 29, 2020

Description

scala_export_to_java was removed in https://github.com/bazelbuild/rules_scala/pull/227/files#diff-9957b181001dad28e385437a86e99126L788 but is still used in rules_scala/test_expect_failure/transitive/java_to_scala/BUILD

bazel build test_expect_failure/transitive/java_to_scala:d was indeed failing but for different reason than expected. However current test_transitive_deps was passing because it checks only exit code and not exact reason. I tried to tighten assertion but not really sure about proposed bash changes.

Motivation

I tried to open repository with vscode which queried bazel build targets with bazel query ...:* --output=package and that failed with file '//scala:scala.bzl' does not contain symbol 'scala_export_to_java'

@simuons simuons requested a review from ittaiz as a code owner July 29, 2020 12:35
@ittaiz ittaiz merged commit 8f1c83b into bazel-contrib:master Jul 29, 2020
@simuons simuons deleted the rm-usage-of-scala_export_to_java branch July 29, 2020 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants