aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/func/program_final_gen.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生16 hours1-3/+3
| | | | | | | | Rename the internal fallback type and its associated `ProgramCollect` plumbing from `ErrorDispatcherNotFound`/`build_dispatcher_not_found` to `EntryFallback`/`build_entry_fallback`, along with the generated enum variant and pack type. Update all documentation, examples, and tests accordingly.
* feat(macros): wrap gen_program output in a hidden module魏曹先生6 days1-13/+2
| | | | | | Move pathf type resolution from `program_final_gen` to `gen_program` and isolate generated code inside `__this_program_impl` to prevent namespace pollution
* refactor(macros): move pathf include from gen_program into魏曹先生6 days1-0/+12
| | | | program_final_gen
* refactor(pathf): move type resolution from compile-time to build-time魏曹先生6 days1-107/+14
|
* feat(macros): split monolith into one-macro-per-file modules魏曹先生8 days1-0/+465