You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split hook lists and add insertion utility in NormalHookCaller
- Split single _hookimpls list into _normal_hookimpls and _wrapper_hookimpls
- Add _insert_hookimpl_into_list() utility to eliminate code duplication
- Use unpacking syntax [*first, *second] for cleaner list combinations
- Simplifies hook management by removing complex splitpoint calculations
- Maintains all existing ordering semantics and test compatibility
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments