aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/id-id/try (unfollow)
Commit message (Collapse)AuthorFilesLines
23 hoursFormat docs with prettierDania Rifki164-2403/+3767
Also adjust custom.css a little
2 daysUpdated cli tests. [skip CI]Li Jin1-8/+8
2 daystest: improve CLI test summary table formattingLi Jin1-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>
2 daystest: enhance CLI test summary with detailed statisticsLi Jin1-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>
2 daystest: add comprehensive CLI test suiteLi Jin8-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>
2 daysUpdated docs.v0.32.9Li Jin109-3601/+3503
2 daysFixed docs.Li Jin47-5553/+26587
2 daysRename licence-mit -> license-mitDania Rifki1-0/+0
2 daysdocs: add German and Portuguese (Brazil) localescodex/add-portuguese-and-german-language-supportLi Jin71-132/+11309
2 daysrefactor: Restructure VitePress sidebar into nested, collapsible categories ↵Dania Rifki1-122/+79
and update navigation link text.
2 daysrefactor(docs): reorganize and restructure documentation content for better ↵Dania Rifki64-0/+0
clarity and navigation.
2 daysdocs: Apply minor styling and page configuration to the playground pages.Dania Rifki3-0/+16
3 daysUpdated code highlight for doc site. [skip CI]Li Jin11-449/+871
3 daysAdd Noto Serif SC for ZHDania Rifki2-3/+6
3 daysFix typo in Chinese index.mdDania Rifki1-1/+1
3 daysImprove docs custom.css' hero image handlingDania Rifki1-7/+6
3 daysMove license message and copyright text to footerDania Rifki4-9/+51
3 days[Docs] Updated light and dark themes.Dania Rifki7-17/+120
Use Merriweather for the font and fix minor typos
3 daysFixed issue #227.Li Jin5-19/+29
4 daysUpdated doc site configs. [skip CI]Li Jin1-1/+6
4 daysUpdated README.md. [skip CI]Li Jin1-23/+38
4 daysSplited docs.Li Jin76-14908/+15295
5 daysUpdate path for artifact upload in static.yml [skip CI]Li Jin1-1/+1
5 daysFixed readme. [skip CI]Li Jin1-1/+1
5 daysUpdated doc.Li Jin12-60/+151
5 daysUpdated docs.Li Jin25-1297/+2858
5 daysMount CompilerModal in VitePress layoutCursor Agent1-0/+5
Co-authored-by: dragon-fly <dragon-fly@qq.com>
5 daysMigrate docs to VitePressLi Jin60-3627/+478
9 daysAdded more tests.Li Jin16-0/+804
9 daysFixed global variables lint.v0.32.7Li Jin1-0/+9
10 daysAdded more format function specs.Li Jin4-33/+119
10 daysFixed LuaJIT build. [skip Upload]v0.32.6Li Jin1-3/+3
10 daysAdded missing flag.Li Jin1-0/+4
10 daysFixed lib path.Li Jin3-537/+2
10 daysFixed spec platforms.Li Jin1-6/+4
11 daysRename 'platform' to 'platforms' in rockspecLi Jin1-1/+1
11 daysagain.Li Jin1-0/+16
11 daysTry again.Li Jin1-2/+1
11 daysFixed MSVC build.Li Jin1-0/+1
11 daysFixed Windows build.Li Jin1-1/+9
11 daysUpdated CMakeLists.txt.Li Jin1-10/+19
11 daysAdd support for Lua 5.5 in CMake configuration. [skip CI]Li Jin1-0/+5
11 daysFix indentation in Windows CI workflowLi Jin1-0/+1
11 daysUpdate Lua and LuaRocks action versionsLi Jin1-2/+2
11 daysFixed Windows build.Li Jin3-2/+12
11 daysFixed compiler issues and added 800+ test cases.Li Jin51-379/+3817
12 daysAdd compiler improvements and comprehensive test suitecompiler-improvementsLi Jin39-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>
13 daysFixed Windows CI test coverageLi Jin1-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>
13 daysUpdated tests.Li Jin52-3008/+3328
13 daysFixed compiler improvements and added comprehensive test suiteLi Jin34-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>