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
Caliban running under Scala 3 cannot handle object spreads without a space between ... and on.
This code produces different results on Scala 2 and Scala 3
This might looks look like a small problem but it's not. It turns out that the Apollo gateway will generate queries without the space. Preventing federated caliban servers from upgrading to Scala 3.
The text was updated successfully, but these errors were encountered:
Caliban running under Scala 3 cannot handle object spreads without a space between
...
andon
.This code produces different results on Scala 2 and Scala 3
Dependencies:
libraryDependencies += "com.github.ghostdogpr" %% "caliban" % "1.1.1"
Scala 2.13.3 output
Scala 3.0.6 output
This might looks look like a small problem but it's not. It turns out that the Apollo gateway will generate queries without the space. Preventing federated caliban servers from upgrading to Scala 3.
The text was updated successfully, but these errors were encountered: