aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: bump luasystem dependencyHisham Muhammad2025-01-031-1/+1
|
* tests: synchronize actual and fs's chdirHisham Muhammad2024-10-211-0/+1
|
* tests: use compat53Hisham Muhammad2024-10-212-0/+5
|
* tests: some testing environment cleanupsHisham Muhammad2024-10-212-2/+9
|
* tests: unit test updatesV1K1NGbg2024-10-214-19/+10
|
* fix: patch: check array indices correctlyHisham Muhammad2024-08-271-3/+2
|
* tests: setup openssl via brew with new pathsHisham Muhammad2024-05-141-2/+13
| | | | https://stackoverflow.com/questions/29651258/install-openssl-devel-on-mac
* bump cluacov to 0.1.3Hisham Muhammad2024-05-141-1/+1
|
* fix(build): ensure --force works for buildHisham Muhammad2024-04-052-0/+45
|
* tests(quick): fix NOT_STDERR test refactoring output checksHisham Muhammad2024-04-051-46/+23
|
* tests: convert some install testsHisham Muhammad2024-03-133-27/+212
|
* tests: convert most pack testsHisham Muhammad2024-03-134-66/+135
|
* tests: rockspec use cleanupsHisham Muhammad2024-03-136-16/+5
|
* tests: replace new_version with quick testsHisham Muhammad2024-03-132-85/+213
|
* tests: minor tweaksHisham Muhammad2024-03-132-18/+1
|
* tests: convert downgrade test to spec/quickHisham Muhammad2024-03-132-6/+46
|
* fix(windows): parse slashes correctly when reading rock_manifestHisham Muhammad2024-03-062-1/+48
|
* fix(windows): output native slashes on fs.findHisham Muhammad2024-03-062-6/+6
|
* tests: bump luasec depHisham Muhammad2024-03-061-1/+1
|
* tests(quick): more consistent processing of tmpdirHisham Muhammad2024-03-065-36/+37
|
* fix: check permissions before trying to lockHisham Muhammad2024-03-051-24/+52
| | | | This should provide a better error message.
* tests: add tests for fs.execute_env using variables with spacesSewbacca2024-03-042-0/+61
| | | | Co-Authored-By: Hisham Muhammad <hisham@gobolinux.org>
* feat: better error message when lacking permissionsHisham Muhammad2024-02-291-7/+28
| | | | | | The lock error message has clobbered the check_command_permissions error message. This is an interim solution, but we should probably move the permissions check further up for a more informative error.
* tests: mark a couple of problematic tests as pendingHisham Muhammad2024-02-291-2/+2
|
* tests: speed up and simplifyHisham Muhammad2024-02-2923-280/+491
|
* tests: disable luacov runner tickHisham Muhammad2024-02-2912-36/+23
|
* feat: more informative reports no bad LUA_{INC,LIB}DIR configsHisham Muhammad2024-02-295-19/+132
|
* do not check coverage or luacheck for vendored modulesHisham Muhammad2024-02-291-0/+3
| | | | | These are treated as dependencies, and are managed and tested by upstream.
* feat(build,install): only rebuild and reinstall when using --forceHisham Muhammad2024-02-292-0/+82
|
* tests: reorganize and speed up unit testsHisham Muhammad2024-02-2746-736/+743
|
* fix(fs): make current_dir always return 1 arg onlyHisham Muhammad2024-02-279-0/+0
|
* tests(fetch): do not use restserverHisham Muhammad2024-02-274-282/+309
|
* tests(build): split unit and integration filesHisham Muhammad2024-02-272-352/+369
| | | | use restserver only in integration part
* tests: enable coverage on quick testsHisham Muhammad2024-02-261-2/+3
|
* tests: replace some more tests with quick testsHisham Muhammad2024-02-263-84/+287
|
* fix: better normalization for paths and slashesHisham Muhammad2024-02-2311-292/+367
| | | | Fixes #1195.
* tests: introduce quick testsHisham Muhammad2024-02-2311-62/+694
|
* fix: handle error if test.command is not a string.Hisham Muhammad2024-02-211-0/+51
| | | | Fixes #1055.
* improve and simplify Lua interpreter searchHisham Muhammad2024-02-201-1/+1
| | | | | | | * do not proceed with commands if interpreter is not found * begin retiring LUA_DIR and LUA_BINDIR, and promote LUA as the main way to setup the interpreter location (from which we derive the rest)
* fix(config): print boolean values correctly on Lua 5.1Hisham Muhammad2024-02-191-0/+14
|
* fix(lint): don't crash when missing descriptionHisham Muhammad2024-02-191-0/+14
|
* fix(build): don't look for Lua headers when installing pure-Lua rocksHisham Muhammad2024-02-192-117/+143
| | | | | | | This only applies to 'builtin' as we can't know about other modes, but this should be good enough. Fixes #1275.
* vendor in the dkjson dependencyHisham Muhammad2024-02-192-17/+0
| | | | | | Fixes #1243. Fixes #1168. Fixes #559.
* drop cfg.lua_interpreter, use cfg.variables.LUAHisham Muhammad2024-02-181-38/+58
|
* feat(init): add --no-gitignore, --no-wrapper-scripts, --wrapper-dirHisham Muhammad2024-02-171-0/+63
| | | | Closes #1513.
* feat: auto-add luarocks-build-<build.type> build dependency (#1542)Hisham Muhammad2023-10-311-0/+126
|
* tests: auto-find interpreter at /usr/bin/lua (#1544)Hisham Muhammad2023-10-311-16/+33
|
* Fix problems in path normalisation algorithm (#1541)Aleksei Volkov2023-10-301-0/+8
| | | | | | | | Current implementation of path normalisation contains various flaws: - Trailing `.` and `..` at the end of path don't get normalised, - Path `/` turns into an empty string after normalisation. This patch changes implementation of normalisation to fix these.
* fix `test --prepare` with non-busted rocks (#1453)Pierre Chapuis2022-11-281-0/+9
| | | * fix `test --prepare` with non-busted rocks
* tests: run quiet curl in mock API callsHisham Muhammad2022-08-261-1/+1
|