# Nushell core team meeting 2025-10-08 ## Attendees - Piet - Bahex - Michael - Jack - Jan9103 - Stefan - Antoine ## Agenda - [ ] {%preview https://github.com/nushell/nushell/pull/16830 %} - [ ] {%preview https://github.com/nushell/nushell/pull/16802 %} - [ ] ## Discussed Topics ### Error Handler Clean Up We'll hold off on merging the existing PR and reach out to Devyn to ask for how a proper fix could be done. If not done by next sunday, existing PR will be merged. ### Testing Refactor #### Possible Builder Pattern Replacement for `nu!` Using an EngineState to run tests in process could - simplify checking results (no need to depend on stdout/stderr) - possible speed increase by not spawning a bunch of `nu` processes - how to handle experimental options wrt in process tests is not clear ### `nu-ansi-term`