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

n1tehawk / luaunit / 220 / 1
100%
nitehawk: 100%

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

21 Apr 2016 08:02AM UTC coverage: 100.0%. First build
LUA=lua5.1

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

Source Files on job 220.1 (LUA=lua5.1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 459
  • Travis Job 220.1
  • 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