Skip to content

Commit de0b714

Browse files
chaliyclaude
andauthored
refactor(interpreter): extract inline builtins from execute_dispatched_command (#485)
## Summary - Extracted 6 inline command handlers from the 574-line `execute_dispatched_command()` into separate methods - New methods: `execute_function_call`, `execute_local_builtin`, `execute_trap_builtin`, `execute_let_builtin`, `execute_unset_builtin`, `execute_caller_builtin` - No behavioral changes, pure refactoring Closes #313 ## Test plan - [x] All existing tests pass (no behavioral changes) - [x] clippy clean Co-authored-by: Claude <noreply@anthropic.com>
1 parent b762340 commit de0b714

File tree

1 file changed

+297
-268
lines changed
  • crates/bashkit/src/interpreter

1 file changed

+297
-268
lines changed

0 commit comments

Comments
 (0)