aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compat53/rockspecs/compat53-0.4-1.rockspec
diff options
context:
space:
mode:
authorGravatar Andrew D. France 2025-07-22 23:45:45 -0500
committerGravatar Andrew D. France 2025-07-22 23:45:45 -0500
commitcfb49d6a6db3a735c54d3008778fe9c10afd0e0a (patch)
treeb3e414fe92049b744076f5023016d39183c47df7 /lib/compat53/rockspecs/compat53-0.4-1.rockspec
parentRe-added luaL_openlibs(L); ln:1495 (diff)
Instead of copying the compiled files out and then mounting a volume in to run the test, we'll do the entire compile and test sequence within a temporary container. Even though it copied the bin directory to the Jenkins workspace, the docker run command with the volume mount (-v) isn't finding it.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
9-14/+258 2024-09-09bugfix to inline backspace and delete on multiline bufferGravatar BanceDev 1-7/+23 2024-09-09fixed line wrapping when deleting inlineGravatar BanceDev 1-0/+8 2024-09-09updated gitignoreGravatar BanceDev 2-1/+2 2024-09-09fixed wrapping bug due to not using updated prompt_lengthGravatar BanceDev 1-3/+6 2024-09-09added stripping of escape sequences from prompt size to allow for coloringGravatar BanceDev 1-5/+26 2024-09-09added support for init.lua for configuring shellGravatar BanceDev 8-38/+180 2024-09-09docs: update pathGravatar Christopher Lane 1-1/+1 2024-09-08added getenv and putenv to Lua APIGravatar BanceDev 2-5/+33 2024-09-08added lua api functions for indexing historyGravatar BanceDev 2-0/+35 2024-09-08added support for cli args for lua scriptsGravatar BanceDev 4-3/+28 2024-09-07added --version flagGravatar BanceDev 1-1/+9 2024-09-07fixed error in install.sh instructionsGravatar BanceDev 1-1/+1 2024-09-07fixed bug with cursor alignment when adding text within the bufferGravatar BanceDev 1-1/+11 2024-09-06added API guide to readmeGravatar BanceDev 1-1/+5 2024-09-06Update README.mdGravatar Lance Borden 1-1/+1 2024-09-06better readmeGravatar BanceDev 2-2/+14