This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 97f10ab9c Make `LabelledGeneric.productInst` a `transparent inline` to
allow consuming it on Scala 3.4+ due to constraint introduced by the compiler
(#748)
97f10ab9c is described below
commit 97f10ab9ce5d48d0929e1a09fa5fc021ab1a3783
Author: Wojciech Mazur <[email protected]>
AuthorDate: Fri Jul 19 19:30:45 2024 +0200
Make `LabelledGeneric.productInst` a `transparent inline` to allow
consuming it on Scala 3.4+ due to constraint introduced by the compiler (#748)
---
.../pekko/stream/connectors/geode/impl/pdx/LabelledGenericGeneric.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/geode/src/main/scala-3/org/apache/pekko/stream/connectors/geode/impl/pdx/LabelledGenericGeneric.scala
b/geode/src/main/scala-3/org/apache/pekko/stream/connectors/geode/impl/pdx/LabelledGenericGeneric.scala
index 835aac0e1..b98fd7a17 100644
---
a/geode/src/main/scala-3/org/apache/pekko/stream/connectors/geode/impl/pdx/LabelledGenericGeneric.scala
+++
b/geode/src/main/scala-3/org/apache/pekko/stream/connectors/geode/impl/pdx/LabelledGenericGeneric.scala
@@ -53,7 +53,7 @@ private[pekko] object LabelledGeneric {
inline def apply[A](using l: LabelledGeneric[A]): LabelledGeneric.Aux[A,
l.Repr] = l
- inline given productInst[A <: Product](
+ transparent inline given productInst[A <: Product](
using m: Mirror.ProductOf[A])
: LabelledGeneric.Aux[A, ZipWith[m.MirroredElemLabels,
m.MirroredElemTypes, FieldType]] =
new LabelledGeneric[A] {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]