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

rust-lang / regex / 1123
93%

Build:
DEFAULT BRANCH: master
Ran 23 Jun 2017 12:10PM 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
1123

push

travis-ci

bors
Auto merge of #384 - adamcrume:master, r=BurntSushi

Move has_visited check to the top of the loop in backtrack::Bounded::step

…pressions

With certain repeated empty expressions similar to (x*)*?, the backtracker can
go into an infinite loop. This change adds the Progress instruction which
requires the engine to make progress to continue matching a repeated
subexpression.

Fixes #375

Note that this was inspired by https://swtch.com/~rsc/regexp/regexp2.html#real (mentioned in HACKING.md), which mentions that a progress instruction can be used to prevent backtracking loops.

3692 of 4072 relevant lines covered (90.67%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1123.4 23 Jun 2017 12:10PM UTC 0
90.67
Travis Job 1123.4
Source Files on build 1123
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1123
  • 30e35a37 on github
  • Prev Build on master (#1121)
  • Next Build on master (#1124)
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