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

n1tehawk / luaunit / 220
100%
nitehawk: 100%

Build:
Build:
LAST BUILD BRANCH: issue48
DEFAULT BRANCH: nitehawk
Ran 17 May 2018 10:35PM UTC
Jobs 1
Files 5
Run time 1s
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
220

push

travis-ci

n1tehawk
Avoid potential infinite loop in _is_table_equals()

If two tables each contain a self-referencing field with the same
name, the recursive logic in _is_table_equals() might cause an
infinite loop, which will usually end with a stack overflow.

Passing an optional `parent` field with the containing table
enables us to detect this condition (actual == parent), and avoid
the recursion. Table fields that contain self-references will now
simply be compared "by value" instead of evaluating them.

Fixes #48.

40 of 40 relevant lines covered (100.0%)

1.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 220.1 (LUA=lua5.1) 17 May 2018 10:35PM UTC 0
100.0
Travis Job 220.1
Source Files on build 220
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #220
  • e5db4387 on github
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