aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/lua/lmem.h (unfollow)
Commit message (Collapse)AuthorFilesLines
31 hourstest: 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>
31 hourstest: 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>
31 hourstest: 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>
33 hoursUpdated docs.v0.32.9Li Jin109-3601/+3503
35 hoursFixed docs.Li Jin47-5553/+26587
36 hoursRename licence-mit -> license-mitDania Rifki1-0/+0
36 hoursdocs: add German and Portuguese (Brazil) localescodex/add-portuguese-and-german-language-supportLi Jin71-132/+11309
36 hoursrefactor: Restructure VitePress sidebar into nested, collapsible categories ↵Dania Rifki1-122/+79
and update navigation link text.
36 hoursrefactor(docs): reorganize and restructure documentation content for better ↵Dania Rifki64-0/+0
clarity and navigation.
36 hoursdocs: Apply minor styling and page configuration to the playground pages.Dania Rifki3-0/+16
44 hoursUpdated code highlight for doc site. [skip CI]Li Jin11-449/+871
45 hoursAdd Noto Serif SC for ZHDania Rifki2-3/+6
45 hoursFix typo in Chinese index.mdDania Rifki1-1/+1
45 hoursImprove docs custom.css' hero image handlingDania Rifki1-7/+6
45 hoursMove license message and copyright text to footerDania Rifki4-9/+51
45 hours[Docs] Updated light and dark themes.Dania Rifki7-17/+120
Use Merriweather for the font and fix minor typos
2 daysFixed issue #227.Li Jin5-19/+29
3 daysUpdated doc site configs. [skip CI]Li Jin1-1/+6
3 daysUpdated README.md. [skip CI]Li Jin1-23/+38
3 daysSplited docs.Li Jin76-14908/+15295
4 daysUpdate path for artifact upload in static.yml [skip CI]Li Jin1-1/+1
4 daysFixed readme. [skip CI]Li Jin1-1/+1
4 daysUpdated doc.Li Jin12-60/+151
4 daysUpdated docs.Li Jin25-1297/+2858
4 daysMount CompilerModal in VitePress layoutCursor Agent1-0/+5
Co-authored-by: dragon-fly <dragon-fly@qq.com>
4 daysMigrate docs to VitePressLi Jin60-3627/+478
8 daysAdded more tests.Li Jin16-0/+804
8 daysFixed global variables lint.v0.32.7Li Jin1-0/+9
9 daysAdded more format function specs.Li Jin4-33/+119
9 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
10 daysRename 'platform' to 'platforms' in rockspecLi Jin1-1/+1
10 daysagain.Li Jin1-0/+16
10 daysTry again.Li Jin1-2/+1
10 daysFixed MSVC build.Li Jin1-0/+1
10 daysFixed Windows build.Li Jin1-1/+9
10 daysUpdated CMakeLists.txt.Li Jin1-10/+19
10 daysAdd support for Lua 5.5 in CMake configuration. [skip CI]Li Jin1-0/+5
10 daysFix indentation in Windows CI workflowLi Jin1-0/+1
10 daysUpdate Lua and LuaRocks action versionsLi Jin1-2/+2
10 daysFixed Windows build.Li Jin3-2/+12
10 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>
12 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>
12 daysUpdated tests.Li Jin52-3008/+3328
12 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>
2026-01-23Cleanup.v0.32.4Li Jin2-13/+13
2026-01-23Fixed some `import global` related issue.Li Jin2-13/+22