-
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
scala_test on Windows failing due to null/empty RULES_SCALA_ARGS_FILE #796
Comments
thanks for the bug report. Note, we have a windows CI that usually passes, so this is strange. what version of bazel did you try this with? |
note, here is where we set that argument: https://github.com/bazelbuild/rules_scala/blob/master/scala/private/rule_impls.bzl#L1203 |
This is with Bazel 0.28.1. The tests are actually passing with 0.25.3, so I guess something changed between these versions for the Windows code path. |
I get exactly the same error on windows with Bazel 2.0.0 on a small test project. |
TBH Windows support has been problematic since none of the people working on this repo uses Windows or has users with Windows... |
I see. That's unfortunate, as we develop on Windows (company policy), so need a good user experience for devs in order to justify switching to Bazel. I doubt this will be the only issue - I have discovered a couple of other already. |
@rivashin I think any issue would be pretty easy to fix and would almost always be around path issues. |
+1 on what Oscar said. |
Well at the moment I can't even build the first of our modules due to bazel-contrib/rules_jvm_external#363 |
Looks like this used to work but got broken by this change |
Thanks! That explains the change... |
Fixed by #941 |
Repro on a Windows machine:
The same tests pass on Linux and macOS.
The text was updated successfully, but these errors were encountered: