Scala-parser-combinators 1.0.5 is out!

60 views
Skip to first unread message

Antoine Gourlay

unread,
Jan 3, 2017, 1:51:46 PM1/3/17
to scala-a...@googlegroups.com

Scala-parser-combinators 1.0.5 is now available!

Scala-parser-combinators 1.0.5 is a bugfix release and is binary compatible with previous 1.0.x versions.

  • Available for Scala 2.11 and 2.12:

     libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.5"
    
  • And for Scala-js 0.6.x:

     libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.0.5"
    

4 issues were fixed in this release:

  • Performance : #45 fix packrat caching problem withPagedSeqReader - #65
  • Performance : cache line start indexes in OffsetPosition - #68
  • Bug fix : remove memory leak in Parsers - #69
  • Bug fix : #56 fix new line handling in OffsetPosition.lineContents - #77

A big thank you to everyone who contributed to this release!
According to git shortlog -sn --no-merges v1.0.4..v1.0.5, 5 people contributed code to v1.0.5: Thomas Janousek, Antoine Gourlay, Lukas Rytz, Eduardo Gulias Davis, Todd O’Bryan.

Reply all
Reply to author
Forward
0 new messages