Skip to content

Scala-parser-combinators 1.0.2

Compare
Choose a tag to compare
@gourlaysama gourlaysama released this 25 Jul 11:45

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.