aboutsummaryrefslogtreecommitdiff
path: root/examples/example-exit-code/src
Commit message (Collapse)AuthorAgeFilesLines
* Refactor renderer to use injected resources directlyWeicao-CatilGrass12 days1-7/+3
|
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生2026-05-191-3/+3
|
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-171-1/+1
|
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-161-1/+1
| | | | | | | | | Add a new example demonstrating global resource injection in chain functions, and update all existing examples to import from `mingling::prelude` instead of individual macro paths. Also add `example-resources` to the workspace exclude list.
* Add test tool for examples and update exit code demoWeicao-CatilGrass2026-05-131-3/+4
|
* Add convenient `update_exit_code` and `exit_code` helper functionsWeicao-CatilGrass2026-05-131-3/+2
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-131-0/+42