typelevel / scalacheck

Property-based testing for Scala
http://www.scalacheck.org
BSD 3-Clause "New" or "Revised" License
1.94k stars 404 forks source link

publish for Scala 2.13.0-M5 #418

Closed SethTisue closed 5 years ago

SethTisue commented 6 years ago

previously for M4: #410

SethTisue commented 6 years ago

427

SethTisue commented 5 years ago

@rickynils is the serialization stuff on #427 a blocker for publishing, or just something you're hoping to fix if possible?

ashawley commented 5 years ago

Seth, is the serialization defect a hang-up for a lot of downstream builds or you only saw it in Shapeless and Cats?

Since ScalaCheck is a core dependency of a lot of builds, maybe just ship it with the serialization defect.

rickynils commented 5 years ago

I decided to ignore the serialization issue and publish ScalaCheck 1.14.0 for Scala 2.13.0-M5 (only jvm build so far)

SethTisue commented 5 years ago

thank you, Rickard!!

serialization issue(s) are under ongoing investigation & discussion at https://github.com/scala/scala-dev/issues/562

SethTisue commented 5 years ago

is there a roadblock with the JS publishing we can help clear...?

SethTisue commented 5 years ago

perhaps #435 will do the trick?