Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use discrete interval trees for character classes #75

Merged
merged 1 commit into from
Jul 8, 2019
Merged

Conversation

ceedubs
Copy link
Owner

@ceedubs ceedubs commented Jul 8, 2019

Resolves #69 and #73.

@codecov-io
Copy link

codecov-io commented Jul 8, 2019

Codecov Report

Merging #75 into master will decrease coverage by 3.28%.
The diff coverage is 91.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   98.91%   95.62%   -3.29%     
==========================================
  Files          17       19       +2     
  Lines         368      366       -2     
  Branches        7       10       +3     
==========================================
- Hits          364      350      -14     
- Misses          4       16      +12
Impacted Files Coverage Δ
parser/src/main/scala/Parser.scala 100% <ø> (ø) ⬆️
regex-gen/src/main/scala/DietGen.scala 100% <100%> (ø)
regex/src/main/scala/Regex.scala 100% <100%> (ø) ⬆️
regex-gen/src/main/scala/CharRegexGen.scala 100% <100%> (ø) ⬆️
regex/src/main/scala/RegexPrettyPrinter.scala 100% <100%> (ø) ⬆️
regex-gen/src/main/scala/RegexGen.scala 100% <100%> (ø) ⬆️
regex-gen/src/main/scala/RegexMatchGen.scala 100% <100%> (ø)
regex/src/main/scala/CharacterClasses.scala 100% <100%> (ø) ⬆️
regex-gen/src/main/scala/RegexShrink.scala 57.14% <18.18%> (-36.61%) ⬇️
regex/src/main/scala/Match.scala 82.35% <81.25%> (-5.15%) ⬇️
... and 3 more

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 06cc75d...bac9449. Read the comment docs.

@ceedubs ceedubs merged commit d84c18b into master Jul 8, 2019
@ceedubs ceedubs deleted the diet branch July 8, 2019 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

discrete interval trees
2 participants