BioJulia / Automa.jl

A julia code generator for regular expressions
Other
188 stars 15 forks source link

Remove ByteSet #96

Closed jakobnissen closed 2 years ago

jakobnissen commented 2 years ago

Automa's dependency ScanByte implements a ByteSet. Use it instead.

codecov[bot] commented 2 years ago

Codecov Report

Merging #96 (ca34ccd) into master (c7f06e3) will increase coverage by 0.26%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
+ Coverage   93.15%   93.41%   +0.26%     
==========================================
  Files          17       16       -1     
  Lines        1825     1747      -78     
==========================================
- Hits         1700     1632      -68     
+ Misses        125      115      -10     
Flag Coverage Δ
unittests 93.41% <100.00%> (+0.26%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Automa.jl 100.00% <100.00%> (ø)
src/dfa.jl 88.40% <100.00%> (-0.04%) :arrow_down:

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 c7f06e3...ca34ccd. Read the comment docs.

jakobnissen commented 2 years ago

GeneticVariation is broken, merging.