| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | luaopen_bit32 is called during initialization. This means the bit32 library ↵ | 2025-07-23 | 1 | -10/+11 | |
| | | | | | is already loaded and available in the global space for scripts running within lush. The test script in the Jenkinsfile just needs to call it directly without using require: ln:27-65: also removed gemini's weird copout at ln:38-39; wont be using gemini anymore for this boilerplate, since it's trying to (and failing to...) 'troubleshoot' for me, unprompted. | ||||
| * | Removed the problematic _ENV;compat53 DOES NOT provide lexical scoping with ↵ | 2025-07-23 | 1 | -21/+39 | |
| | | | | | _ENV: ln:25-64 | ||||
| * | This final change corrects the test script to align with what the compat53 ↵ | 2025-07-23 | 1 | -3/+3 | |
| | | | | | library actually provides: the compat53 library is designed to bring Lua 5.1/5.2 up to the API level of 5.3, but it doesn't add new syntax to the parser, such as the & bitwise operator.: ln:25-47 | ||||
| * | Instead of copying the compiled files out and then mounting a volume in to ↵ | 2025-07-22 | 1 | -42/+41 | |
| | | | | | 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. | ||||
| * | named container to run the build, and then use docker cp to copy the ↵ | 2025-07-22 | 1 | -27/+22 | |
| | | | | | compiled binary out: attempt7 | ||||
| * | Add diagnostics: attempt6a | 2025-07-22 | 1 | -9/+24 | |
| | | |||||
| * | Add a simple shell command to manually initialize the submodules: attempt6 | 2025-07-22 | 1 | -15/+5 | |
| | | |||||
| * | Jenkins checkout step with the SubmoduleOption enabled: Attempt5 | 2025-07-22 | 1 | -0/+14 | |
| | | |||||
| * | This file defines the environment for the lush application: Attempt4 | 2025-07-22 | 1 | -17/+18 | |
| | | |||||
| * | update the Jenkinsfile to explicitly tell the docker build command which ↵ | 2025-07-22 | 1 | -3/+3 | |
| | | | | | file to use with the -f flag: Attempt3 | ||||
| * | Added Jenkins files for local CI testing | 2025-07-22 | 1 | -0/+64 | |
