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

mpeterv / Penlight / 55

Builds Branch Commit Type Ran Committer Via Coverage
55 master Fix test.assertraise treating return value of a call as its error push 21 Sep 2018 04:04PM UTC mpeterv travis-ci pending completion   set done
54 master Merge pull request #263 from tarleb/master List.lua: fix spacing and capitalization in docs push 21 Sep 2018 09:40AM UTC web-flow travis-ci pending completion   set done
#1 [no commit message] push 15 Aug 2016 07:50AM UTC travis-ci pending completion   set done
48 add-import-into-checks Add some checks to new import-into tests push 09 Aug 2016 07:23PM UTC mpeterv travis-ci pending completion   set done
46 utils-quote-arg Add utils.quote_arg Add a function for quoting command arguments for os.execute and other functions using it. It correctly handles all special symbols. Use it in a few places where Penlight executes command. Add tests push 31 Jul 2016 07:52PM UTC mpeterv travis-ci pending completion   set done
43 fix-fnmatch Fix shell patterns in pl.dir * Anchor lua patterns produced from shell patterns at the beginning. "abc" now does not match "b*". * "*" now matches any number of characters including zero. * Case-normalize shell patterns before matching. * Consi... push 25 Jul 2016 12:07PM UTC mpeterv travis-ci pending completion   set done
42 master Don't use vararg as optional arg in pretty.dump Use a named argument instead. Fix documentation formatting. push 23 Jul 2016 09:47AM UTC mpeterv travis-ci pending completion   set done
41 master Update testing script Remove tests/tests.run, do testing using run.lua. Improve it: * Add luacov support * Don't use penlight there, don't want the test suite runner to break if penlight breaks * Sort file list before running them push 23 Jul 2016 09:25AM UTC mpeterv travis-ci pending completion   set done
40 master Fix pl.path tests failing on Windows push 22 Jul 2016 06:06PM UTC mpeterv travis-ci pending completion   set done
39 fix-path-tmpname Fix pl.path tests failing on Windows push 22 Jul 2016 05:38PM UTC mpeterv travis-ci pending completion   set done
38 read-error-fname-prefix Add "filename: " prefix to read errors in utils.readfile Read errors typically occur when filename actually points to a directory. Unlike io.open, file:read doesn't prepend filename to error message, so that using assert(utils.readfile(...)) prod... push 22 Jul 2016 10:51AM UTC mpeterv travis-ci pending completion   set done
37 writefile-bin-mode Add is_bin argument to utils.writefile push 22 Jul 2016 10:45AM UTC mpeterv travis-ci pending completion   set done
36 pretty-number Add test-pretty tests for number formatting Also remove pretty.number tests from there, a copy exists in test-pretty-number already. push 22 Jul 2016 10:33AM UTC mpeterv travis-ci pending completion   set done
35 memoize Return a function from utils.memoize instead of a table First, documentation says it should return a function; second, attempting to serialize memoization table may result in an error: on Lua 5.3 ipairs() uses __index metamethod which may not wor... push 18 Jul 2016 12:05PM UTC mpeterv travis-ci pending completion   set done
34 fix-normpath Fix path.normpath Rewrite path.normpath to first split out path anchor (drive or UNC path start or '/', '//' or '\') and then iterate over parts of remaining relative path. This fixes issues with normpath not working correctly (comparing to Pyth... push 17 Jul 2016 11:35AM UTC mpeterv travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
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

© 2025 Coveralls, Inc