bazelbuild / rules_scala

Scala rules for Bazel
Apache License 2.0
363 stars 274 forks source link

Implement diagnostics for Scala 3 (#1602) #1610

Closed susliko closed 1 week ago

susliko commented 1 week ago

Description

Resolves #1602.

This PR implements ProtoReporter for Scala 3 compiler and makes use of it in a corresponding ScalacInvoker.

Motivation

Get error-highlighting working in Bazel projects with Scala 3 for editors using Metals

google-cla[bot] commented 1 week ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

susliko commented 1 week ago

Closing in favor of https://github.com/bazelbuild/rules_scala/pull/1611