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

yuin / gopher-lua / 6466275660 / 2
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.1.2
DEFAULT BRANCH: master
Ran 10 Oct 2023 07:49AM UTC
Files 22
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

10 Oct 2023 07:47AM UTC coverage: 89.97% (+0.004%) from 89.966%
6466275660.2

Pull #460

github

0x501D
popen: support nil in second argument

In the C implementation of the Lua interpreter,
in the io.popen function the second argument can be nil:

Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio:

> x,y = io.popen("ls", nil)
> assert(x)
> assert(y == nil)
>

Gopher lua throws an exception:
bad argument #2 to popen (string expected, got nil)

Closes #459
Pull Request #460: popen: support nil in second argument

7203 of 8006 relevant lines covered (89.97%)

424182.61 hits per line

Source Files on job 6466275660.2
  • Tree
  • List 0
  • Changed 13
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6466275660
  • 1543e9dd on github
  • Prev Job for on fix-gh-459 (#5124316891.1)
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