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

keplerproject / luafilesystem / 42 / 2
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 25 Aug 2016 04:34PM UTC
Files 3
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

25 Aug 2016 03:31PM UTC coverage: 78.25% (+0.4%) from 77.863%
LUA="lua 5.2"

push

travis-ci

mpeterv
Fix lfs.attributes and lfs.symlinkattributes extra argument handling

When the second argument is not a string, _file_info() wants to
ensure that there is a table on top of the stack: the second argument
or a new table. If a new table is pushed it's created on top immediately,
but if a table is passed as the second argument it can be followed
by extra arguments, with the last one ending up being used as a table,
causing a crash. The fix is to remove any potential extra arguments
using `lua_settop(L, 2)`.

Also added a few tests for this case. Ref #80.

313 of 400 relevant lines covered (78.25%)

1916.44 hits per line

Source Files on job 42.2 (LUA="lua 5.2")
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 42
  • Travis Job 42.2
  • 50919ed6 on github
  • Prev Job for LUA="lua 5.2" on master (#41.2)
  • Next Job for LUA="lua 5.2" on master (#48.2)
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