# Nushell core team meeting 2024-11-13 ## Attendees - Jack - Darren - Michael - Ian - Doug - Stefan - Anarch-syndiclism - Rose - Jakub - Wind - Antoine - Devyn - Andy ## Agenda - [x] Update on yesterdays release - no issues so far - [x] Quick question on duration + date [#14295](https://github.com/nushell/nushell/pull/14295) - commutativity of the addition - subtraction is semantically impossible in the `duration - date` case - LGTU - [x] run-internal :+1: or :-1: or some other way that combines some of it's features but safely denies others? [#14240](https://github.com/nushell/nushell/pull/14240) - Darren initial motivation: override towards to known internal like `^` for - Doug's motivation: run external command string with flags/args. E.g., `bat -p` for `PAGER`. - eval-lite to value - [x] remove `-p` flag in `do` - should be able to remove all flags except -i - maybe `do` just as the closure/first-class function call syntax. (moving the error handling to other syntax like `try`) - Ian: `do -i` has a error filtering behavior on streams - Kubouch: You can't pass a closure to `try` like you can `do -i` - [x] do we want to lengthen / extend the release cycle past 4 weeks ? - moving to 6 weeks - [x] [core team discord conversation and informal vote by some core team members](https://discord.com/channels/601130461678272522/683070703716925568/1304989346381828228) - [X] IrBlock compiled representation error ## Discussed Topics Add this to the agenda for next week: - [ ] Clarify when config is allowed to alter runtime behavior, if at all [14331](https://github.com/nushell/nushell/pull/14331).