index
:
mingling.git
dev/mingling_pathf
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_core
/
src
/
program
/
repl_exec.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Redesign hook system with structured info types and ProgramControls
魏曹先生
5 days
1
-20
/
+41
|
*
Replace `OnceLock<Option<Box<dyn Any>>>` with custom `ProgramCell` type
Weicao-CatilGrass
2026-06-09
1
-3
/
+1
|
|
|
|
|
Reduces indirection and allows taking ownership of the program instance for proper cleanup before `process::exit()`
*
Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`
魏曹先生
2026-06-06
1
-5
/
+5
|
*
Make `exec_repl` take `mut self` to consume internal state
魏曹先生
2026-06-05
1
-1
/
+1
|
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
2026-05-31
1
-3
/
+3
|
*
Change `repl_post_readline` hook to accept mutable line reference
魏曹先生
2026-05-21
1
-4
/
+4
|
*
Refactor REPL hooks into modular setups and add new hook types
魏曹先生
2026-05-21
1
-13
/
+12
|
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
2026-05-19
1
-3
/
+21
|
*
Conditionally disable panic unwind support for async feature
魏曹先生
2026-05-19
1
-7
/
+46
|
*
Add REPL pre/post readline hooks and suppress dead code warnings
魏曹先生
2026-05-18
1
-26
/
+20
|
*
Implement REPL execution with hooks and argument splitting
魏曹先生
2026-05-18
1
-4
/
+99
|
*
Refactor program module into submodules
魏曹先生
2026-05-18
1
-0
/
+12