suzaku-io / boopickle

Binary serialization library for efficient network communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publish for Scala 2.13.0-M5?

SethTisue opened this issue · comments

this is needed by http4s over at http4s/http4s#2393

I looked for a quick win, but native is going to cause some challenges:

[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 	::          UNRESOLVED DEPENDENCIES         ::
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 	:: org.scala-native#nativelib_native0.3_2.13.0-M5;0.3.8: not found
[warn] 	:: org.scala-native#javalib_native0.3_2.13.0-M5;0.3.8: not found
[warn] 	:: org.scala-native#auxlib_native0.3_2.13.0-M5;0.3.8: not found
[warn] 	:: org.scala-native#scalalib_native0.3_2.13.0-M5;0.3.8: not found
[warn] 	:: org.scala-native#test-interface_native0.3_2.13.0-M5;0.3.8: not found
[warn] 	:: com.lihaoyi#utest_native0.3_2.13.0-M5;0.6.6: not found
[warn] 	:: org.scala-native#nscplugin_2.13.0-M5;0.3.8: not found
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::

the 2.13/SN should just be excluded from the matrix, I think?

2.13.0-RC1 is out now

this is blocking http4s in the Scala 2.13 community build

http4s has a thirteen configuration to work around this while we wait, but I'm not sure how that would tie into dbuild. Would an extra.exclude for boopickle not do the trick?

1.3.1 has been released with 2.13-RC1 support, give it a try @rossabaker!