aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/once_exec.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(core): respect exit code when render output is suppressed魏曹先生2 days1-9/+16
|
* Redesign hook system with structured info types and ProgramControls魏曹先生5 days1-3/+6
|
* Replace `OnceLock<Option<Box<dyn Any>>>` with custom `ProgramCell` typeWeicao-CatilGrass2026-06-091-13/+17
| | | | | Reduces indirection and allows taking ownership of the program instance for proper cleanup before `process::exit()`
* Remove unused import of ProgramPanic魏曹先生2026-06-071-4/+1
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-6/+25
|
* Conditionally disable panic unwind support for async feature魏曹先生2026-05-191-33/+4
|
* Implement REPL execution with hooks and argument splitting魏曹先生2026-05-181-40/+55
|
* Refactor program module into submodules魏曹先生2026-05-181-0/+235