-
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
Better version mismatch messages #771
Comments
what version of bazel did you try? |
|
It may be that we don't work with 0.27 yet... CI is testing with 0.23: https://github.com/bazelbuild/rules_scala/blob/master/.travis.yml#L23 |
That was it! |
Thank you! |
Maybe we should rename the title and re-open with the intention of providing better error reporting to users? Something like |
@anchlovi @or-shachar did we encounter this issue?
We’re just now upgrading to 0.27 and I don’t think we’ve seen this.
…On Wed, 19 Jun 2019 at 2:31 Parth Mehrotra ***@***.***> wrote:
Reopened #771 <#771>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#771?email_source=notifications&email_token=AAKQQF2JUL67CSTCUR6K5IDP3FV43A5CNFSM4HZDYU4KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOSBSKSUI#event-2422516049>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKQQF5JUY3W3WFINLTSK33P3FV43ANCNFSM4HZDYU4A>
.
|
We didn't |
@Parth AFK so not sure, did you use an up to date version of rules_scala? Trying to understand if we just need to update the docs or rules scala itself |
Basically all I did was The other scala rules guys plan to add this message: |
it seems like instead of saying |
But if it's trivial to add, I see no reason not to add it to the tool. If someone doesn't mind doing a bit of hand holding I wouldn't mind issuing the PR and doing the dirty work of installing the various bazel versions and testing etc. |
If you update the .travis.yml to install a newer bazel, we can test with 0.27. We used to test with a range, but we disabled the lower bound when it got too old. Doing 0.23 and 0.27 would be good. Changes needed are likely trivial. |
I’m very happy to review and make suggestions and you help would be greatly appreciated and welcomed! |
It seems like the table it self has some problems:
Steps to reproduce:
|
something seems weird here... Others aren't seeing the errors you are. E.g #771 (comment) also, stripe is using a later version, and not seeing this error. Also, we haven't checked the minor versions (0.23.0 vs 0.23.2) etc... so I assume that is part of the issue too. Bazel breaks compatibility very frequently, so maybe those minor versions hit some issue. Also, the best thing for us to do is update the CI to the latest bazel and fix whatever issue is now causing it to complain. |
When I add the following to my
WORKSPACE
file (only thing in that file),I see:
The text was updated successfully, but these errors were encountered: