aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/src/bin/test-examples.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生39 hours1-158/+0
| | | | | | | | | | | | scripts Replace the old run-tools.ps1/run-tools.sh scripts with a new unified run.ps1/run.sh launcher that supports multiple languages (PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and arbitrary binaries) from the `.run/src/bin` directory. Move all development tools from `dev_tools/` to `.run/`, update Cargo workspace config and relevant documentation references.
* feat(pathf): add build-time type path resolution system魏曹先生14 days1-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魏曹先生2026-06-241-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