Or-tools and gRPC conflict
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 524
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 46
Description
The scheduling library has a dependency on or-tools, which has a dependency on a library called 'Abseil' (or absl). The ESI runtime has a dependency on gRPC, which has a dependency on Abseil as well. They compile against the same version (which is not the default), but end up with linking errors all regarding `absl::lts_20230125::string_view`.
Contributor guide
No contributing guide indexed for this repository
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 link failure involving the scheduling library, OR-Tools, the ESI runtime, gRPC, and Abseil. Trace how both dependency paths select Abseil and identify the cause of the `absl::lts_20230125::string_view` linker errors. Done means the affected targets compile and link successfully together.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, grpc
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100