aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tests/test-all
Commit message (Collapse)AuthorAgeFilesLines
* chore: bump just_template to 0.2.0 across all examples and tests魏曹先生16 hours1-2/+14
|
* chore: clean up Cargo.toml metadata and update lockfilesdev/mingling_pathf魏曹先生46 hours1-6/+6
|
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days2-8/+8
|
* feat(core): decouple structured output from Groupped trait魏曹先生4 days1-1/+2
| | | | | | | Introduce `StructuralData` sealed trait and `pack_structural!` / `group_structural!` / `derive(StructuralData)` macros to control structured rendering separately from grouping. `Groupped` no longer requires `Serialize`.
* Redesign hook system with structured info types and ProgramControls魏曹先生6 days1-2/+2
|
* Add shared `MockProgramCollect` and conditional `Groupped` bounds魏曹先生10 days1-72/+4
| | | | | | Extract duplicate `MockCollect` implementations into a reusable `MockProgramCollect` type. Conditionally require `Serialize` on the `Groupped` trait when the `general_renderer` feature is enabled.
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-093-0/+720