-
Notifications
You must be signed in to change notification settings - Fork 277
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
rules_scala fails under --all_incompatible_changes: +
operator on a depset is forbidden
#430
Comments
There are several more issues:
and
|
PRs welcome especially when they don't close off old bazel versions. I somewhat would like to support as many versions as we reasonable can without ugly hacks and always supporting the latest version of bazel. |
I think there is a “cost” here Oscar we need to acknowledge since keeping
up to date with this flag can mean foregoing old versions and not keeping
up means that there is an interim of time where we don’t support
latest(once a deprecated feature is removed).
To be clear I think we should run with this flag (there is an existing
issue about it).
And I definitely agree about PRs welcome :)
…On Thu, 1 Mar 2018 at 2:33 P. Oscar Boykin ***@***.***> wrote:
PRs welcome especially when they don't close off old bazel versions. I
somewhat would like to support as many versions as we reasonable can
without ugly hacks and always supporting the latest version of bazel.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#430 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABUIF_tlZ61jnYPgvqLtokXyuyyQlHX7ks5tZ0H2gaJpZM4SXhPL>
.
|
So, why don't we start doing this:
What do you think of this plan? |
SGTM |
The text was updated successfully, but these errors were encountered: