| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 34 hours | test: improve CLI test summary table formatting | Li Jin | 1 | -30/+36 | |
| Optimize test results display for better readability: - Use ASCII box characters for better terminal compatibility - Improve column alignment and spacing - Remove redundant symbols in status column (PASS/FAIL only) - Left-align labels, right-align numbers in statistics table - Add color-coded pass rate (green 100%, yellow 80%+, red <80%) - Enhance final verdict section with indentation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 34 hours | test: enhance CLI test summary with detailed statistics | Li Jin | 1 | -9/+110 | |
| Improve test results display with: - Per-suite test case breakdown table - Overall statistics panel showing suite and case counts - Pass rate percentage calculation - Formatted borders and color-coded status indicators - Clear final verdict summary Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 34 hours | test: add comprehensive CLI test suite | Li Jin | 8 | -0/+927 | |
| Add 56 test cases across 4 test suites to verify the yue command line tool functionality: - Basic options test: -h, --help, -v, --version flags - Compilation test: file/directory compilation with various options - Error handling test: syntax errors, file not found, edge cases - Execution test: -e option, script arguments, macros The test framework includes helper functions for assertions and test environment setup. All tests can be run via `bash spec/cli/run_all_tests.sh`. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 37 hours | Updated docs.v0.32.9 | Li Jin | 109 | -3601/+3503 | |
| 38 hours | Fixed docs. | Li Jin | 47 | -5553/+26587 | |
| 40 hours | Rename licence-mit -> license-mit | Dania Rifki | 1 | -0/+0 | |
| 40 hours | docs: add German and Portuguese (Brazil) localescodex/add-portuguese-and-german-language-support | Li Jin | 71 | -132/+11309 | |
| 40 hours | refactor: Restructure VitePress sidebar into nested, collapsible categories ↵ | Dania Rifki | 1 | -122/+79 | |
| and update navigation link text. | |||||
| 40 hours | refactor(docs): reorganize and restructure documentation content for better ↵ | Dania Rifki | 64 | -0/+0 | |
| clarity and navigation. | |||||
| 40 hours | docs: Apply minor styling and page configuration to the playground pages. | Dania Rifki | 3 | -0/+16 | |
| 48 hours | Updated code highlight for doc site. [skip CI] | Li Jin | 11 | -449/+871 | |
| 2 days | Add Noto Serif SC for ZH | Dania Rifki | 2 | -3/+6 | |
| 2 days | Fix typo in Chinese index.md | Dania Rifki | 1 | -1/+1 | |
| 2 days | Improve docs custom.css' hero image handling | Dania Rifki | 1 | -7/+6 | |
| 2 days | Move license message and copyright text to footer | Dania Rifki | 4 | -9/+51 | |
| 2 days | [Docs] Updated light and dark themes. | Dania Rifki | 7 | -17/+120 | |
| Use Merriweather for the font and fix minor typos | |||||
| 2 days | Fixed issue #227. | Li Jin | 5 | -19/+29 | |
| 3 days | Updated doc site configs. [skip CI] | Li Jin | 1 | -1/+6 | |
| 3 days | Updated README.md. [skip CI] | Li Jin | 1 | -23/+38 | |
| 3 days | Splited docs. | Li Jin | 76 | -14908/+15295 | |
| 4 days | Update path for artifact upload in static.yml [skip CI] | Li Jin | 1 | -1/+1 | |
| 4 days | Fixed readme. [skip CI] | Li Jin | 1 | -1/+1 | |
| 4 days | Updated doc. | Li Jin | 12 | -60/+151 | |
| 4 days | Updated docs. | Li Jin | 25 | -1297/+2858 | |
| 4 days | Mount CompilerModal in VitePress layout | Cursor Agent | 1 | -0/+5 | |
| Co-authored-by: dragon-fly <dragon-fly@qq.com> | |||||
| 4 days | Migrate docs to VitePress | Li Jin | 60 | -3627/+478 | |
| 8 days | Added more tests. | Li Jin | 16 | -0/+804 | |
| 9 days | Fixed global variables lint.v0.32.7 | Li Jin | 1 | -0/+9 | |
| 9 days | Added more format function specs. | Li Jin | 4 | -33/+119 | |
| 10 days | Fixed LuaJIT build. [skip Upload]v0.32.6 | Li Jin | 1 | -3/+3 | |
| 10 days | Added missing flag. | Li Jin | 1 | -0/+4 | |
| 10 days | Fixed lib path. | Li Jin | 3 | -537/+2 | |
| 10 days | Fixed spec platforms. | Li Jin | 1 | -6/+4 | |
| 10 days | Rename 'platform' to 'platforms' in rockspec | Li Jin | 1 | -1/+1 | |
| 10 days | again. | Li Jin | 1 | -0/+16 | |
| 10 days | Try again. | Li Jin | 1 | -2/+1 | |
| 10 days | Fixed MSVC build. | Li Jin | 1 | -0/+1 | |
| 10 days | Fixed Windows build. | Li Jin | 1 | -1/+9 | |
| 10 days | Updated CMakeLists.txt. | Li Jin | 1 | -10/+19 | |
| 10 days | Add support for Lua 5.5 in CMake configuration. [skip CI] | Li Jin | 1 | -0/+5 | |
| 10 days | Fix indentation in Windows CI workflow | Li Jin | 1 | -0/+1 | |
| 10 days | Update Lua and LuaRocks action versions | Li Jin | 1 | -2/+2 | |
| 10 days | Fixed Windows build. | Li Jin | 3 | -2/+12 | |
| 10 days | Fixed compiler issues and added 800+ test cases. | Li Jin | 51 | -379/+3817 | |
| 12 days | Add compiler improvements and comprehensive test suitecompiler-improvements | Li Jin | 39 | -9/+5071 | |
| - Fixed path option handling to avoid semicolon concatenation issues - Added exception handling for std::length_error and general exceptions - Added comprehensive test specifications for advanced language features Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 12 days | Fixed Windows CI test coverage | Li Jin | 1 | -0/+2 | |
| Added missing try_catch_spec.yue compilation command to both x86 and x64 builds in windows.yml, matching the Makefile test target. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 12 days | Updated tests. | Li Jin | 52 | -3008/+3328 | |
| 12 days | Fixed compiler improvements and added comprehensive test suite | Li Jin | 34 | -23/+4777 | |
| - Fixed makefile preprocessor macro definitions (removed spaces in -D flags) - Added null pointer check in compiler class declaration handling - Added comprehensive test specifications for various language features: - attrib, backcall, cond, config, existential, export, goto - import, literals, macro, metatable, operators, return - string, switch, vararg, with Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| 2026-01-23 | Cleanup.v0.32.4 | Li Jin | 2 | -13/+13 | |
| 2026-01-23 | Fixed some `import global` related issue. | Li Jin | 2 | -13/+22 | |
