Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build(bump_deps.lua): run command -v in shell (#22030) | zeertzjq | 2023-01-30 |
| | | | | | | | When I run ./scripts/bump_deps.lua I get an error: Vim:E475: Invalid value for argument cmd: 'command' is not executable Running command -v in shell fixes this. | ||
* | refactor: eliminate bump-deps.sh using "nvim -l" | Justin M. Keyes | 2023-01-07 |
| | |||
* | lint: bump_deps.lua | Justin M. Keyes | 2023-01-07 |
| | |||
* | build: rename build-related dirs | Justin M. Keyes | 2022-06-28 |
| | | | | | | | | | | | | | | Problem: Dirs "config", "packaging", and "third-party" are all closely related but this is not obvious from the layout. This adds friction for new contributors. Solution: - rename config/ to cmake.config/ - rename test/config/ to test/cmakeconfig/ because it is used in Lua tests: require('test.cmakeconfig.paths'). - rename packaging/ to cmake.packaging/ - rename third-party/ to cmake.deps/ (parallel with .deps/) | ||
* | ci: add script to bump versions (#17884) | Abraham Francis | 2022-04-07 |
* ci: add script for bumping dependencies * docs: add usage information for bump-deps.sh |