typelevel / typelevel/fs2-grpc

Enabling JavaConversions together with FlatPackage breaks compilation

Open
#41 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.