| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(picker2): complete Picker2 prototype | 魏曹先生 | 15 hours | 1 | -6/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Picker2 replaces the original Picker1 with a two-phase (tag → pick) + mask-bitmap architecture, decoupling argument matching from type conversion via a composable matcher pipeline. Architecture - FlagMatcher — boolean flags (--verbose) - ArgMatcher — single flag+value pairs (--name Alice) - MultiArgMatcher — multi-value flag groups (--files a.txt b.txt) - PositionalMatcher — positional arguments, respects `--` - SingleMatcher — composite for Single-type Pickables Types - Flag (Active/Inactive) — semantic bool flag value - String + 14 numeric types via SinglePickable trait - Vec<T> — greedy multi-value (all SinglePickable types) - VecUntil<T> — bounded multi-value via BoundaryCheck trait - VecUntil<T>, pick_string, pick_numbers, pick_bool, pick_flag Style system - UNIX_STYLE (kebab), POWERSHELL_STYLE (Pascal), WINDOWS_STYLE (Pascal) - naming_case auto-conversion via just_fmt integration - Style-aware separator (= for Unix, : for PS/Windows) Infrastructure - internal_repeat! macro generates PickerPattern1..=32 - SinglePickable blanket impl → Pickable - MultiPickableWithBoundary trait with greedy/bounded variants - 151 integration tests - Docs updated for parser feature | ||||
| * | chore(picker): add mingling_core as a dependency | 魏曹先生 | 6 days | 1 | -0/+3 |
| | | |||||
| * | chore: bump workspace version to 0.3.0 | 魏曹先生 | 7 days | 1 | -7/+7 |
| | | |||||
| * | feat: add mingling-picker and mingling-picker-macros crates | 魏曹先生 | 7 days | 1 | -35/+9 |
| | | |||||
| * | chore: switch workspace dependencies from path to versioned 0.2.20.2.2 | 魏曹先生 | 8 days | 1 | -3/+44 |
| | | |||||
| * | chore: bump version to 0.2.2 | 魏曹先生 | 8 days | 1 | -5/+5 |
| | | |||||
| * | chore(deps): switch workspace crates to local paths | 魏曹先生 | 8 days | 1 | -44/+3 |
| | | |||||
| * | docs(changelog): prepare 0.2.1 release and add unreleased section0.2.1 | 魏曹先生 | 2026-07-02 | 1 | -3/+44 |
| | | |||||
| * | chore: bump version to 0.2.1 and switch deps to path | 魏曹先生 | 2026-06-30 | 1 | -49/+8 |
| | | |||||
| * | Released Mingling 0.2.00.2.0 | 魏曹先生 | 2026-06-30 | 1 | -3/+44 |
| | | |||||
| * | fix(mingling_pathf): extract CMD, error, and help types from | 魏曹先生 | 2026-06-30 | 1 | -0/+1 |
| | | | | | dispatcher_clap | ||||
| * | fix(deps): bump just_template to 0.2.0 and migrate to new API | 魏曹先生 | 2026-06-29 | 1 | -2/+14 |
| | | |||||
| * | chore(deps): update Rust dependencies to latest patch versions | 魏曹先生 | 2026-06-28 | 1 | -14/+15 |
| | | |||||
| * | feat(mingling_pathf): add module path resolution and error handling | 魏曹先生 | 2026-06-28 | 1 | -0/+3 |
| | | | | | | | | Introduce the core pathfinding infrastructure with `ModulePathMapping`, `MappingItem`, and `MinglingPathfinderError` types. Support recursive module traversal, `pub use` re-export hoisting, and standard Rust module resolution rules. | ||||
| * | feat(workspace): add mingling_pathf crate and pathf feature | 魏曹先生 | 2026-06-28 | 1 | -0/+5 |
| | | |||||
| * | Refactor CLI entry points and move main logic to library | 魏曹先生 | 2026-06-07 | 1 | -2/+2 |
| | | |||||
| * | Refactor mling to use new program architecture and install scripts | 魏曹先生 | 2026-06-07 | 1 | -0/+242 |
| | | |||||
| * | Bump version to 0.2.0 | 魏曹先生 | 2026-05-31 | 1 | -4/+4 |
| | | |||||
| * | Switch mingling dependencies to local path references | 魏曹先生 | 2026-05-31 | 1 | -31/+2 |
| | | |||||
| * | Update CHANGELOG and switch to published crate versions0.1.9 | 魏曹先生 | 2026-05-29 | 1 | -2/+31 |
| | | |||||
| * | Remove `once_cell` dependency and replace with `OnceLock` | 魏曹先生 | 2026-05-21 | 1 | -2/+0 |
| | | |||||
| * | Bump version to 0.1.9 | 魏曹先生 | 2026-05-18 | 1 | -37/+6 |
| | | |||||
| * | Switch mingling_core and mingling_macros to use published crate versions0.1.8 | Weicao-CatilGrass | 2026-05-18 | 1 | -2/+33 |
| | | |||||
| * | Remove unused `dirs` dependency from mingling_core | 魏曹先生 | 2026-05-16 | 1 | -1/+0 |
| | | |||||
| * | Remove thiserror dependency and implement error types manually | 魏曹先生 | 2026-05-15 | 1 | -1/+0 |
| | | |||||
| * | Add workspace Cargo.toml and centralize crate metadata | 魏曹先生 | 2026-05-15 | 1 | -0/+744 |
| | | |||||
| * | Remove root-level Cargo.toml and main.rs | 魏曹先生 | 2026-04-28 | 1 | -675/+0 |
| | | |||||
| * | Add async example demonstrating tokio integration | 魏曹先生 | 2026-04-25 | 1 | -1/+5 |
| | | |||||
| * | Remove redundant generic parameter from Program struct | 魏曹先生 | 2026-04-25 | 1 | -0/+4 |
| | | |||||
| * | Add workspace configuration and update dependencies | 魏曹先生 | 2026-04-22 | 1 | -0/+667 |
| | | |||||
| * | Remove workspace Cargo.lock and add per-example lockfiles | 魏曹先生 | 2026-04-11 | 1 | -716/+0 |
| | | |||||
| * | Apply clippy suggestions and remove unused serde dependency | 魏曹先生 | 2026-04-11 | 1 | -3/+0 |
| | | |||||
| * | Add example-completion and update workspace dependencies | 魏曹先生 | 2026-04-11 | 1 | -0/+9 |
| | | |||||
| * | Add debug logging feature with env_logger integration | 魏曹先生 | 2026-04-11 | 1 | -0/+182 |
| | | |||||
| * | Add shell completion script generation feature | 魏曹先生 | 2026-04-11 | 1 | -0/+10 |
| | | |||||
| * | Switch from published mingling crate to local workspace dependency | 魏曹先生 | 2026-04-09 | 1 | -48/+7 |
| | | |||||
| * | Implement mingling::this function | 魏曹先生 | 2026-04-08 | 1 | -0/+1 |
| | | |||||
| * | Bump version to 0.1.5 and use local dependencies | 魏曹先生 | 2026-04-07 | 1 | -15/+15 |
| | | |||||
| * | Add workspace configuration and examples | 魏曹先生 | 2026-04-06 | 1 | -0/+558 |
