aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/pages/abouts
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: replace build.rs with compile-time macro build steps魏曹先生32 hours1-2/+5
| | | | | | | | | | | | | BREAKING CHANGE: Replace the `build`/`builds` feature system with compile-time macro-driven generation. `gen_program!()` now automatically invokes `build_comp!()` and `build_pathf!()` when the `comp`/`pathf` features are enabled, eliminating the need for `build.rs` and `[build-dependencies]` blocks. This removes the `build` feature, the `mingling::build` module, and all related build-time API functions. Completion scripts are now written to `{target_directory}/mingling/` instead of `target/release/`. The `mingling_cli` uses `build_comp!("mling")` for its custom binary name.
* refactor!: remove legacy parser feature and migrate to picker魏曹先生48 hours1-2/+2
| | | | | | | | | | The legacy `parser` feature and its module tree (`mingling::parser`, `Argument`, `Picker`, `Pickable`, etc.) have been fully removed and replaced by the `picker` feature powered by `arg-picker`. BREAKING CHANGE: Remove `parser` feature and use `picker` instead. Migration guide: Replace `features = ["parser"]` with `features = ["picker"]` and update API usage per the provided table.
* refactor: parallelize example builds in test-examples tool魏曹先生4 days1-1/+6
| | | | | | Split test-examples into two phases: build all examples in parallel first, then run tests serially against pre-built binaries. Abort on any build failure instead of skipping tests for that example.
* refactor: move example tests into per-example test.toml files魏曹先生4 days1-10/+14
| | | | | | Replace the centralized `examples/test-examples.toml` with individual `test.toml` files in each example directory, updating the test runner and related documentation accordingly.
* ci: Refactor CI workflows into single check matrix魏曹先生6 days1-20/+31
| | | | | | Replace the separate code/docs CI jobs and local check flags with a unified `--check-*` flag system, enabling each check to run independently across a platform matrix.
* docs: add API documentation deployment section to CI docs魏曹先生2026-07-171-9/+26
|
* docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site魏曹先生2026-07-102-0/+89
| | | | | | Replace relative file links with absolute URLs and add centered page headers to the migrated docs. Update the dev sidebar to include the new pages.
* docs(dev): Add emoji icons and restructure sidebar layout魏曹先生2026-07-101-1/+1
|
* chore(docs): rename dev-docs directory to dev魏曹先生2026-07-103-0/+359
Update sidebar link for remove-r-print-macro to use full description