tunnelvisionlabs / antlr4

The highly-optimized fork of ANTLR 4 (see README)
Other
73 stars 12 forks source link

Release/4.7 #25

Closed sharwell closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #25 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #25   +/-   ##
=======================================
  Coverage   61.91%   61.91%           
=======================================
  Files         371      371           
  Lines       18387    18387           
  Branches     3499     3499           
=======================================
  Hits        11384    11384           
  Misses       5747     5747           
  Partials     1256     1256

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e4d81a5...278a675. Read the comment docs.

sharwell commented 7 years ago

@danielsun1106 Let me know if you observe any breaking changes with this release. The API surface should not contain any breaking changes (I reverted all the ones that went into 4.7 standard release). It should be available through Maven in the next couple of hours (after the next sync).

daniellansun commented 7 years ago

Thanks for your hard work, Sam. I'll test it via the new parser Parrot of Apache Groovy :)

daniellansun commented 7 years ago

Sam, 4.7 does not appear in the maven repository after waiting for about a day. https://mvnrepository.com/artifact/com.tunnelvisionlabs/antlr4

sharwell commented 7 years ago

http://search.maven.org/#artifactdetails%7Ccom.tunnelvisionlabs%7Cantlr4%7C4.7%7Cjar

daniellansun commented 7 years ago

Gotcha :-)

daniellansun commented 7 years ago

Sam, all tests pass after bumped antlr version to 4.7 :-)

https://travis-ci.org/danielsun1106/groovy-parser/builds/262466695 https://travis-ci.org/apache/groovy/builds/262467619