| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(picker2): complete Picker2 prototype | 魏曹先生 | 23 hours | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: bump workspace version to 0.3.0 | 魏曹先生 | 7 days | 1 | -1/+1 |
| | | |||||
| * | feat: add mingling-picker and mingling-picker-macros crates | 魏曹先生 | 7 days | 1 | -4/+22 |
| | | |||||
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 7 days | 1 | -1/+1 |
| | | | | | | | | | | | | | 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. | ||||
| * | chore: switch workspace dependencies from path to versioned 0.2.20.2.2 | 魏曹先生 | 8 days | 1 | -3/+3 |
| | | |||||
| * | chore: bump version to 0.2.2 | 魏曹先生 | 8 days | 1 | -1/+1 |
| | | |||||
| * | chore(deps): switch workspace crates to local paths | 魏曹先生 | 8 days | 1 | -3/+3 |
| | | |||||
| * | docs(changelog): prepare 0.2.1 release and add unreleased section0.2.1 | 魏曹先生 | 2026-07-02 | 1 | -3/+3 |
| | | |||||
| * | chore: bump version to 0.2.1 and switch deps to path | 魏曹先生 | 2026-06-30 | 1 | -4/+4 |
| | | |||||
| * | Released Mingling 0.2.00.2.0 | 魏曹先生 | 2026-06-30 | 1 | -3/+3 |
| | | |||||
| * | fix(deps): bump just_template to 0.2.0 and migrate to new API | 魏曹先生 | 2026-06-29 | 1 | -1/+1 |
| | | |||||
| * | chore: clean up Cargo.toml metadata and update lockfiles | 魏曹先生 | 2026-06-28 | 1 | -2/+2 |
| | | |||||
| * | chore(deps): update Rust dependencies to latest patch versions | 魏曹先生 | 2026-06-28 | 1 | -11/+11 |
| | | |||||
| * | feat(mingling_pathf): add pattern analyzer module for struct detection | 魏曹先生 | 2026-06-28 | 1 | -0/+1 |
| | | | | | | | Add a `PatternAnalyzer` with an `AnalyzePattern` trait to detect and extract struct declarations from Rust source files, supporting nested inline modules. | ||||
| * | feat(workspace): add mingling_pathf crate and pathf feature | 魏曹先生 | 2026-06-28 | 1 | -1/+5 |
| | | |||||
| * | Simplify workspace exclude patterns and add workspace stanzas | Weicao-CatilGrass | 2026-06-12 | 1 | -29/+3 |
| | | |||||
| * | Fix repository URL in Cargo.toml | Weicao-CatilGrass | 2026-06-10 | 1 | -1/+1 |
| | | |||||
| * | Add README code block testing to CI pipeline | Weicao-CatilGrass | 2026-06-10 | 1 | -0/+3 |
| | | |||||
| * | Add unit and integration tests for mingling_core | Weicao-CatilGrass | 2026-06-09 | 1 | -0/+12 |
| | | |||||
| * | Add full-todolist example project | Weicao-CatilGrass | 2026-06-09 | 1 | -0/+1 |
| | | |||||
| * | Add LazyRes for lazy resource initialization | 魏曹先生 | 2026-06-07 | 1 | -0/+1 |
| | | |||||
| * | Bump version to 0.2.0 | 魏曹先生 | 2026-05-31 | 1 | -1/+1 |
| | | |||||
| * | Remove stale example-repl-advanced directory and repl_extra feature | 魏曹先生 | 2026-05-29 | 1 | -1/+0 |
| | | |||||
| * | Add auto-generated feature flags module and tooling | 魏曹先生 | 2026-05-29 | 1 | -0/+1 |
| | | |||||
| * | Add example for clap binding integration | 魏曹先生 | 2026-05-28 | 1 | -0/+1 |
| | | |||||
| * | Add implicit dispatcher macro with auto-derived names | 魏曹先生 | 2026-05-24 | 1 | -0/+1 |
| | | |||||
| * | Rework examples and add entry macro for testing | Weicao-CatilGrass | 2026-05-23 | 1 | -4/+12 |
| | | |||||
| * | Remove `once_cell` dependency and replace with `OnceLock` | 魏曹先生 | 2026-05-21 | 1 | -1/+0 |
| | | |||||
| * | Add `empty_result!` macro and `REPL` resource, improve examples | 魏曹先生 | 2026-05-19 | 1 | -0/+1 |
| | | |||||
| * | Bump version to 0.1.9 | 魏曹先生 | 2026-05-18 | 1 | -1/+1 |
| | | |||||
| * | Simplify example imports to use prelude and add resources example | 魏曹先生 | 2026-05-16 | 1 | -0/+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. | ||||
| * | Remove thiserror dependency and implement error types manually | 魏曹先生 | 2026-05-15 | 1 | -2/+6 |
| | | |||||
| * | Add workspace Cargo.toml and centralize crate metadata | 魏曹先生 | 2026-05-15 | 1 | -0/+49 |
| | | |||||
| * | Remove root-level Cargo.toml and main.rs | 魏曹先生 | 2026-04-28 | 1 | -22/+0 |
| | | |||||
| * | Add global resource system to Program | 魏曹先生 | 2026-04-27 | 1 | -1/+0 |
| | | |||||
| * | Add async example demonstrating tokio integration | 魏曹先生 | 2026-04-25 | 1 | -1/+7 |
| | | |||||
| * | Remove redundant generic parameter from Program struct | 魏曹先生 | 2026-04-25 | 1 | -1/+1 |
| | | |||||
| * | Add workspace configuration and update dependencies | 魏曹先生 | 2026-04-22 | 1 | -0/+17 |
| | | |||||
| * | Remove workspace Cargo.lock and add per-example lockfiles | 魏曹先生 | 2026-04-11 | 1 | -23/+0 |
| | | |||||
| * | Add example-completion and update workspace dependencies | 魏曹先生 | 2026-04-11 | 1 | -1/+1 |
| | | |||||
| * | Add debug logging feature with env_logger integration | 魏曹先生 | 2026-04-11 | 1 | -1/+1 |
| | | |||||
| * | Switch from published mingling crate to local workspace dependency | 魏曹先生 | 2026-04-09 | 1 | -1/+1 |
| | | |||||
| * | Add workspace configuration and examples | 魏曹先生 | 2026-04-06 | 1 | -0/+23 |
