bazelbuild / rules_scala

Scala rules for Bazel
Apache License 2.0
360 stars 273 forks source link

SemanticdbInfo.plugin_jar should be File not string #1527

Closed aishfenton closed 7 months ago

aishfenton commented 9 months ago

SemanticdbInfo.plugin_jar currently returns a string of the jar path. Instead it should return a File object so that downstream users can use include it as part of their own rule outputs.

crt-31 commented 9 months ago

assume you mean SemanticdbInfo.plugin_jar. Definately agree. This should probably be fixed asap since this is part of a new public interface.

aishfenton commented 9 months ago

@crt-31 oops, yes, plugin_jar (updated title)