bazelbuild / rules_scala

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

Tests with version-specific codes #1586

Closed aszady closed 4 months ago

aszady commented 4 months ago

Description

Register a new test, for cross-build feature.

Here I propose a collection of arbitrarily chosen backward- and forward-incompatible code. This simply tests if the proper compiler is assigned, according to Scala version setting.

Motivation

1290

liucijus commented 4 months ago

Thanks, @aszady!