You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split the runtime-reflection related code in CompileTimeSurfaceFactory between Scala JVM and JS (e.g., dotty types, TastyReader are not available in Scala.js)
Add Surface.ofClass(cls) implementation.
This is used in AnyCodec, http code generator. Using TastyReader would work.
If Sufarces can be computed at compile-time, AnyCodec(knownSufaces = Seq(...)) can be used after Airframe 22.6.0
After this method is available, we can support Scala 3 in codec, http-code-generator, and parquet, and finally we can complete Scala 3 migration project #1077
The text was updated successfully, but these errors were encountered:
This feature is only for Scala JVM.
After this method is available, we can support Scala 3 in codec, http-code-generator, and parquet, and finally we can complete Scala 3 migration project #1077
The text was updated successfully, but these errors were encountered: