Scala 3 and Reflection

Hi @pshirshov. I noticed that some of these issues have been resolved. Are there any updates around Type-Tag for Scala 3?

Well, the primary blockers were resolved and now <:< is working almost fine.
We didnā€™t reach functional parity with Scala 2 version yet and there are some bugs. Also structural types arenā€™t supported yet.
Though itā€™s already good enough for many practical purposes.
Please give it a try and report any issues you may find.

You may track our progress here: https://github.com/zio/izumi-reflect/issues?q=is%3Aopen+is%3Aissue+label%3Ascala3

2 Likes

Thatā€™s Great! Thanks! This is more then enough to get me started!

P.S. I certainly donā€™t need support for structural types yet but probably will have use-cases for it eventually.