aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/src/bin/test-examples.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(pathf): add build-time type path resolution system魏曹先生42 hours1-1/+1
| | | | | | | Add `mingling_pathf` sub-crate and `pathf` feature for automatic resolution of Mingling type module paths at build time. Scans source files, identifies macro invocations via pattern matchers, and generates mapping files consumed by `gen_program!()`.
* Run CI tasks in parallel with progress bars魏曹先生6 days1-23/+42
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-2/+2
|
* Rename test-examples config file and update reference魏曹先生2026-05-131-1/+1
|
* Add test tool for examples and update exit code demoWeicao-CatilGrass2026-05-131-0/+139