bazel-contrib / bazel-contrib/rules_scala
duplicate proto wrappers on windows
Nobody has claimed this yet.
- Dominant language
- Starlark
- Stars
- 384
- Forks
- 292
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 46
Description
related to #779 see:
```
bazel-out/x64_windows-fastbuild/genfiles/external/com_google_protobuf/google/protobuf/wrappers.proto: Input is shadowed in the --proto_path by "external/com_google_protobuf/google/protobuf/wrappers.proto". Either use the latter file as your input or reorder the --proto_path so that the former file's location comes first.
```
which is a flakey test as of: af2c3c930b46e7406fd189d187842690d27e244f on windows. It is likely also a problem on non-windows, but windows probably just shows it more frequently.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the flaky Windows test at commit af2c3c930b46e7406fd189d187842690d27e244f and inspect the reported generated and external wrappers.proto paths. Review related issue #779; done means the test no longer reports the shadowed input on Windows, with the possible non-Windows impact checked.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100