owned this note changed 6 months ago
Published Linked with GitHub

Nushell core team meeting 2024-09-18

Attendees

  • Darren
  • Piepmatz
  • NotTheDr01ds
  • Yash
  • Antoine
  • Michael
  • Sophia
  • Ian
  • Devyn
  • Rose

Agenda

  • Does the release need a patch? 13868
  • 13303 ndots expansion and go lang.
  • 13858 What should be the mime type for nushell scripts?
  • [x]

Discussed Topics

Ian's PR for exit_code.

Lots of conversation about capturing errors for each element of the pipeline. Maybe leave it like it is and just make it default to false when not set.

Plan is to wait a day or 2 to get more feedback but fix the try bug. And to update the release notes to draw people's attention to what to do if you don't want these errors show.

ndots

ndots functionality for go ./.... Current thinking is to special case the ./... and if it begins with ./ pass it through as a string without expanding. otherwise, for things like ls .../<tab> expansion would happen.

options

  • remove ndots entirely
  • leave what we have now
  • special case ./... < leaning toward this option
  • use extern

related: #13303

mime-types

  • someone submitted a PR a year ago
  • application/x-nuscript
  • text/x-nushell (PR to rename from text/x-nu)
  • application/x-nuon (#13859)

Issues

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
the issues which needs-core-team-attention

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Note
to list all the PRs currently opened in nushell/nushell:

gh pr list --json url,number,author,title
| from json
| each {|i|
    $"- [($i.number)]\(($i.url)\) ($i.title) \(@($i.author.login)\)"
}
| reverse
| to text
Select a repo