zio-grpc icon indicating copy to clipboard operation
zio-grpc copied to clipboard

Support Scala 3

Open thesamet opened this issue 4 years ago • 4 comments

The code in master currently compiles for Scala 3, however the tests fail in runtime.

To run the tests in sbt:

e2eJVM3_0_0_RC3/test

You'll notice that TestServiceSpec gets stuck. By commenting out some tests I was also able to get an exception related pertaining to a "defect in zio.Has".

thesamet avatar May 01 '21 20:05 thesamet

Hi I believe these are related, https://github.com/zio/izumi-reflect/issues/103, tried to look a bit but couldn't figure it out yet.

octavz avatar May 26 '21 15:05 octavz

Are there any news?

adamstarlight avatar Aug 23 '21 04:08 adamstarlight

No, the root cause isn't identified yet. It would be great if someone can look into it.

thesamet avatar Aug 23 '21 04:08 thesamet

Hi, is the problem still there? I ran e2eJVM3/test and all tests seem to pass.

ultram4rine avatar Mar 04 '22 07:03 ultram4rine

Scala 3 is now supported.

thesamet avatar Sep 24 '22 15:09 thesamet