daurnimator
daurnimator
Would be good to have callbacks that tell us where a function starts/ends/how many times it gets called.
I'm writing my own reporter (https://github.com/daurnimator/luacov-reporter-lcov) however it's not easy to test it. Ideas: - Allow passing in file handle(s) (e.g. from `io.tmpfile`) - Allow passing in custom configuration (e.g....
`lfs.dir` throws an error if e.g. access is denied. Instead, I'd like to know the type of error via returning `errno`.
> All documents use a subset of the JSON object format, with floating-point numbers omitted. When calculating the digest of an object, we use the "canonical JSON" subdialect as described...
e.g. my phone is a Samsung SM-A320F. If I wanted to get it into your database, what steps are required?
`git signature import` should consult a field in the git configuration for where the gpg trust database is.
e.g. how do I push signatures to my mirror? or a fork?
Work towards #3
Trying to run without linking: ``` $ ./bin/castl.js lua5.2: cannot open ./.code.js.lua: No such file or directory ``` Trying to run after `npm link`: ``` $ castl lua5.2: ./.code.js.lua:1: module...