aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issues.Li Jin2 days3-16/+11
|
* Supported multiple break values. Simplified some generated codes.Li Jin2 days15-295/+406
|
* Make font slightly smallerDania Rifki6 days1-2/+2
|
* Format docs with prettierDania Rifki6 days164-2403/+3767
| | | | Also adjust custom.css a little
* Updated cli tests. [skip CI]Li Jin7 days1-8/+8
|
* test: improve CLI test summary table formattingLi Jin7 days1-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>
* test: enhance CLI test summary with detailed statisticsLi Jin7 days1-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>
* test: add comprehensive CLI test suiteLi Jin7 days8-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>
* Updated docs.v0.32.9Li Jin7 days109-3601/+3503
|
* Fixed docs.Li Jin7 days47-5553/+26587
|
* Merge codex/add-portuguese-and-german-language-support and align locale docsLi Jin8 days71-45/+11378
|\
| * docs: add German and Portuguese (Brazil) localescodex/add-portuguese-and-german-language-supportLi Jin8 days71-132/+11309
| |
* | Rename licence-mit -> license-mitDania Rifki8 days1-0/+0
| |
* | refactor: Restructure VitePress sidebar into nested, collapsible categories ↵Dania Rifki8 days1-122/+79
| | | | | | | | and update navigation link text.
* | refactor(docs): reorganize and restructure documentation content for better ↵Dania Rifki8 days64-0/+0
| | | | | | | | clarity and navigation.
* | docs: Apply minor styling and page configuration to the playground pages.Dania Rifki8 days3-0/+16
|/
* Updated code highlight for doc site. [skip CI]Li Jin8 days11-449/+871
|
* Add Noto Serif SC for ZHDania Rifki8 days2-3/+6
|
* Fix typo in Chinese index.mdDania Rifki8 days1-1/+1
|
* Improve docs custom.css' hero image handlingDania Rifki8 days1-7/+6
|
* Move license message and copyright text to footerDania Rifki8 days4-9/+51
|
* [Docs] Updated light and dark themes.Dania Rifki8 days7-17/+120
| | | | Use Merriweather for the font and fix minor typos
* Fixed issue #227.Li Jin8 days5-19/+29
|
* Updated doc site configs. [skip CI]Li Jin9 days1-1/+6
|
* Updated README.md. [skip CI]Li Jin9 days1-23/+38
|
* Splited docs.Li Jin9 days76-14908/+15295
|
* Update path for artifact upload in static.yml [skip CI]Li Jin10 days1-1/+1
|
* Fixed readme. [skip CI]Li Jin10 days1-1/+1
|
* Updated doc.Li Jin10 days12-60/+151
|
* Updated docs.Li Jin10 days25-1297/+2858
|
* Mount CompilerModal in VitePress layoutCursor Agent10 days1-0/+5
| | | | Co-authored-by: dragon-fly <dragon-fly@qq.com>
* Migrate docs to VitePressLi Jin10 days60-3627/+478
|
* Added more tests.Li Jin2026-01-3016-0/+804
|
* Fixed global variables lint.v0.32.7Li Jin2026-01-301-0/+9
|
* Added more format function specs.Li Jin2026-01-294-33/+119
|
* Fixed LuaJIT build. [skip Upload]v0.32.6Li Jin2026-01-291-3/+3
|
* Added missing flag.Li Jin2026-01-291-0/+4
|
* Fixed lib path.Li Jin2026-01-293-537/+2
|
* Fixed spec platforms.Li Jin2026-01-291-6/+4
|
* Rename 'platform' to 'platforms' in rockspecLi Jin2026-01-291-1/+1
|
* again.Li Jin2026-01-291-0/+16
|
* Try again.Li Jin2026-01-291-2/+1
|
* Fixed MSVC build.Li Jin2026-01-291-0/+1
|
* Fixed Windows build.Li Jin2026-01-291-1/+9
|
* Updated CMakeLists.txt.Li Jin2026-01-291-10/+19
|
* Add support for Lua 5.5 in CMake configuration. [skip CI]Li Jin2026-01-291-0/+5
|
* Fix indentation in Windows CI workflowLi Jin2026-01-291-0/+1
|
* Update Lua and LuaRocks action versionsLi Jin2026-01-291-2/+2
|
* Fixed Windows build.Li Jin2026-01-293-2/+12
|
* Fixed compiler issues and added 800+ test cases.Li Jin2026-01-2851-379/+3817
|