etorreborre / specs2

Software Specifications for Scala
http://specs2.org
Other
734 stars 214 forks source link

Release for Scala Native 0.5 #1234

Closed JD557 closed 6 months ago

JD557 commented 6 months ago

I'm not sure what's the current status of Specs2 v4 and Native support... My understanding is that Specs2 v5 does not yet support Native yet, however Specs2 v4 still receives updates.

As such, would it be possible to release a new version of Specs2 v4 with Scala Native 0.5 support? Or is that version out of commission for good?

etorreborre commented 6 months ago

specs2-4.x now supports Scala Native 0.5, thanks to @xuwei-k. The version is 4.20.6. I haven't had a look at that for specs2-5.x though.

JD557 commented 6 months ago

Oops, sorry, I should have checked before (I did check a few days ago, and assumed it was not released... looks like I should have checked again today 😓 )

etorreborre commented 6 months ago

No worries at all. Do you need Scala Native for specs2-5.x as well?

JD557 commented 6 months ago

No, 4.x is enough for me, thanks 👍

xuwei-k commented 5 months ago