Aidan Holm

Results 101 comments of Aidan Holm

@c0dev0id, you have been the de facto owner for a while now :) I have just sent an invite to make it official I am still interested, but unfortunately have...

Should become a Lua error with eb470d6

Apparently not; still occurs.

I've fixed the first failing test, the code style test, at 8b9aaf05. The other tests are all probably caused by the lua http server used for tests.

I'm unsure about running tests during installation, because it will take more time as I add tests, and there are a few more dependencies (luaposix, luasocket, luassert, bit32, Xvfb, probably...

Wouldn't the extra test-time dependencies have to be added to the PKGBUILD as make-time dependencies?

I'd probably prefer to keep it out of the PKGBUILD then. I'm planning to make `make run-tests` check for the extra deps and print a list of needed packages if...

checkdepends looks good. The test deps are a little messy right now, but I'll get around to straightening that out and putting it in the PKGBUILD.

Currently there are two dependencies for testing that are not in the AUR: `luacheck` and `luassert`. Is there any usual way of dealing with this?

Sorry for not replying earlier! Thanks, that'd be great