-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Factor test toolchain #984
Conversation
This moves the scalac attr to the toolchain so it can be overriden by different toolchain implementations. It also adds a `ScalaInfo` provider level for scala_toolchain to follow the pattern in the scala docs (rather than flattening into the ToolchainInfo).
This looks super neat. A few comments:
|
@andyscott Think you may want to look at #978 first. More reviewable since it's a smaller chunk. I'll respond to some of the comments there since they're in the earlier PRs.
I've been wondering about this. It's been unclear to me how much this is any scala test or In #959, is the idea still fundamentally
Yup. |
#959 is a Coupled with some cleanup to toolchains it would be possible to configure the generic #959 |
Updated the toolchain name and the jar -> deps thing. The other naming is pending ... |
At this point, there's not enough need/support for this (including myself) to continue forward. |
Please look at #962 and consider earlier uncommitted PRs first. This PR is based on those PRs and will give you smaller PRs to review.
Description
Motivation
Multiple scala version builds within the same bazel run #962