scala / scala-parser-combinators

simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module
Apache License 2.0
656 stars 131 forks source link

Publish for Scala-Native 0.5.0 #550

Closed catap closed 7 months ago

catap commented 7 months ago

This project is the last missed dependency which blocks scalatest.

Can you publish a versio for SN-0.5.0?

Thanks.

SethTisue commented 7 months ago

I’ll take care of this within the next 24-48 hours, unless another maintainer gets to it first

Philippus commented 7 months ago

Maybe we want to skip that one, and go for 5.1 immediately? https://github.com/scala/scala-parser-combinators/pull/551

catap commented 7 months ago

@Philippus both releases binary compatibility that means you may release from 0.5.0 or 0.5.1 without any differences

ekrich commented 7 months ago

Makes sense to just merge 0.5.1 anyway but not needed as mentioned.

SethTisue commented 7 months ago