Nushell core team meeting 2025-01-15

Attendees

  • Darren
  • Stefan
  • Rose
  • Ian
  • Piepmatz
  • Douglas
  • Andy
  • Michael
  • Devyn
  • Antoine
  • Wind

Agenda

For next meeting

  • Assignment statements or expressions

Discussed Topics

range cmd -> slice cmd

  • Technical note: Deprecate as soon as replacement is around
  • check the integrations if possible and send PRs

PWD-per-drive-letter

FilePermission

  • File permissions and file modes should not be their own primitive type (Value cases are mostly settled at this point).
  • Look into custom types as a follow up to allow custom behavior, display, etc. (Lua metatables as possible inspiration).

aliasing modules and other symbols

  • you can alias module members through reexport (h/t sid-6581)
  • doesn't cover all cases like plugins or general subcommand renaming
  • let's keep the issue open
Select a repo