owned this note changed a year ago
Published Linked with GitHub

Nushell core team meeting 2024-01-24

Attendees

  • Darren
  • Michael
  • Storm
  • Sophia
  • Yash
  • Jakub
  • Reilly
  • Ian
  • FilipAnderson

Agenda

  • arrow update (sophia)
  • not precedence
  • Force main to always follow module structure
    • would require export def main
    • not allowed in free-form scripts anymore
    • cleans up semantics (no more running of main after the script)
    • avoids weird things like def 'main subcommand' in scripts which does not work in modules
  • backup plan / strategy if lscolors does not land rather soon which is currently blocking testing new Reedline PRs
  • code duplication in reedline 706 - Yash

Discussed Topics

https://github.com/apache/arrow-rs - worth pursuing

https://arrow.apache.org/docs/format/Columnar.html

"remove the : bool type annotation"
amtoine — Today at 1:59 PM

the error could be "type annotations are not allowed for boolean switches"
i mean the error not the label below

Kubouch — Today at 2:00 PM
"type annotations are not allowed for boolean switches. Remove the ': bool'"

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