• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rust-lang / regex / 1058
93%

Build:
DEFAULT BRANCH: master
Ran 20 May 2017 06:23PM UTC
Jobs 1
Files 21
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1058

push

travis-ci

bors
Auto merge of #370 - BurntSushi:ag-fix-358, r=BurntSushi

RegexSet: fix literal optimization bug

When combining multiple regexes in a set where some are anchored and
others aren't, it's possible to wind up in a situation where prefix
scanning is used. This is bad, because it can lead to some of the
anchored regexes matching where they shouldn't be allowed to match.
As a result, we disable all literal optimizations for regex sets if
*any* regex in the set is anchored.

Fixes #358

3683 of 4064 relevant lines covered (90.63%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1058.4 20 May 2017 06:23PM UTC 0
90.63
Travis Job 1058.4
Source Files on build 1058
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1058
  • bedc2210 on github
  • Prev Build on master (#1056)
  • Next Build on master (#1062)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc