typelevel / typelevel/fs2-grpc
Enabling JavaConversions together with FlatPackage breaks compilation
Open
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 284
- Forks
- 66
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 4
Description
See title:
This works:
scalapbCodeGeneratorOptions ++= Seq(FlatPackage)
This doesn't:
scalapbCodeGeneratorOptions ++= Seq(FlatPackage , JavaConversions)
Note: I'm using features such as oneof, so it might be a special case. Let me know if you need more information to reproduce this. I'll also look into it when I have a bit more spare time.
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 two scalapbCodeGeneratorOptions configurations, including oneof usage, and capture the compilation error when FlatPackage and JavaConversions are combined. Done means the combined configuration compiles successfully, with the behavior covered by a regression test if the project provides an applicable test entry point.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100