aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/comp/shell_ctx.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days1-1/+1
|
* Move flag tests to separate module and clean up deref patterns魏曹先生6 days1-1/+1
|
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+125
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-5/+7
|
* Inline `strip_all_flags` and simplify `ShellContext` methods魏曹先生2026-05-151-18/+6
| | | | | | | | Simplify `strip_all_flags` by using `Vec::retain` instead of reallocating. Update doc examples to use `ShellContext` methods directly instead of the now-removed `ShellContextHelper`. Rename `as_picker` to `to_picker` for consistency with Rust conventions. Mark doc tests as `ignore` and add necessary imports.
* Move `comp` module from `asset` to crate rootWeicao-CatilGrass2026-05-091-0/+328