Scala-parser-combinators 1.0.2 is now available!

54 views
Skip to first unread message

Antoine Gourlay

unread,
Jul 25, 2014, 8:21:23 AM7/25/14
to scala-a...@googlegroups.com

Scala-parser-combinators 1.0.2 is now available!

Scala-parser-combinators 1.0.2 is a bugfix release that is binary compatible with previous 1.0.x versions. It includes an important performance fix for people using scala-parser-combinators with Java 7u6 and above.

  • In SBT (for Scala 2.11+):

     libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.2"
    
  • Or obtain it via Maven Central

Two issues are fixed in this release:

  • SI-7710 fix memory performance of RegexParsers in jdk7u6+ — #17
  • SI-4824 Fixes stack overflow bug when parsing long multiline comments — #20

A big thank you to everyone who contributed to this release!
According to git shortlog -sn --no-merges v1.0.1..v1.0.2, 4 people contributed code to v1.0.2: Antoine Gourlay, Jason Zaugg, Nimish Gupta, hrj: thank you!

Cheers,
Antoine


Reply all
Reply to author
Forward
0 new messages