Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(fs): make current_dir always return 1 arg only | Hisham Muhammad | 2024-02-27 | 1 | -72/+0 |
| | |||||
* | fix: better normalization for paths and slashes | Hisham Muhammad | 2024-02-23 | 1 | -13/+14 |
| | | | | Fixes #1195. | ||||
* | Fix problems in path normalisation algorithm (#1541) | Aleksei Volkov | 2023-10-30 | 1 | -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: pack: rockspec with a bare file in the url | Hisham Muhammad | 2021-03-22 | 1 | -0/+10 |
| | |||||
* | editorconfig: trim trailing whitespace | Hisham Muhammad | 2021-03-16 | 1 | -3/+3 |
| | |||||
* | tests: shorter descriptions | Hisham Muhammad | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Tests: add a couple of tests for dir.normalize | Hisham Muhammad | 2019-06-03 | 1 | -6/+17 |
| | |||||
* | Fix the collecting of coverage data from unit tests | George Roman | 2018-06-12 | 1 | -0/+12 |
| | |||||
* | General refactor introducing Rockspec and Build.Opts objects | Hisham Muhammad | 2018-06-06 | 1 | -1/+12 |
| | | | | | | | | | | Adds a Rockspec object responsible for constructing all Rockspec tables in the manner of the Queries and Results objects, and a type-checked Build.Opts tables for build options, since the number of attributes passed around was getting out of hand. This allowed a major cleanup in the luarocks.build, luarocks.fetch and luarocks.cmd.write_rockspec modules. | ||||
* | Tests: move is_basic_protocol to dir | Hisham Muhammad | 2018-06-06 | 1 | -0/+19 |