|
| 1 | +--- |
| 2 | +title: 'This week in Nushell #316' |
| 3 | +author: The Nu Authors |
| 4 | +author_site: https://nushell.sh |
| 5 | +author_image: https://www.nushell.sh/blog/images/nu_logo.png |
| 6 | +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-09-11' |
| 7 | +--- |
| 8 | + |
| 9 | +# This Week in Nushell #316 |
| 10 | + |
| 11 | +Published Wednesday, 2025-09-17, including PRs merged Friday, 2025-09-05 through Thursday, 2025-09-11. |
| 12 | + |
| 13 | +## Nushell |
| 14 | + |
| 15 | +- @fdncred: |
| 16 | + |
| 17 | + - [added `$nu.is-lsp` to help with printing in lsp mode (#16635)](https://github.com/nushell/nushell/pull/16635) |
| 18 | + - [bumped nushell to latest nu-ansi-term (#16613)](https://github.com/nushell/nushell/pull/16613) |
| 19 | + - [updated help to remove incorrect link (#16585)](https://github.com/nushell/nushell/pull/16585) |
| 20 | + |
| 21 | +- @132ikl: |
| 22 | + |
| 23 | + - [uploaded artifact during CI (#16633)](https://github.com/nushell/nushell/pull/16633) |
| 24 | + - [added release notes devdocs (#16614)](https://github.com/nushell/nushell/pull/16614) |
| 25 | + - [renamed A:dataframe to A:plugin-polars in label bot (#16612)](https://github.com/nushell/nushell/pull/16612) |
| 26 | + - [added area prefix to labeler bot labels (#16609)](https://github.com/nushell/nushell/pull/16609) |
| 27 | + |
| 28 | +- @sholderbach: |
| 29 | + |
| 30 | + - [bumped `scc` to a non-yanked version (#16631)](https://github.com/nushell/nushell/pull/16631) |
| 31 | + - [fixed `mismatched_lifetime_syntaxes` lint (#16618)](https://github.com/nushell/nushell/pull/16618) |
| 32 | + - [reworked signature flag parsing (#16617)](https://github.com/nushell/nushell/pull/16617) |
| 33 | + - [updated labels in issue templates (#16610)](https://github.com/nushell/nushell/pull/16610) |
| 34 | + |
| 35 | +- @Sheape: |
| 36 | + |
| 37 | + - [added integration test for associativity in power operator (#16627)](https://github.com/nushell/nushell/pull/16627) |
| 38 | + |
| 39 | +- @app/dependabot: |
| 40 | + |
| 41 | + - [bumped tempfile from 3.21.0 to 3.22.0 (#16623)](https://github.com/nushell/nushell/pull/16623) |
| 42 | + - [bumped actions/labeler from 5 to 6 (#16621)](https://github.com/nushell/nushell/pull/16621) |
| 43 | + - [bumped crate-ci/typos from 1.36.0 to 1.36.2 (#16620)](https://github.com/nushell/nushell/pull/16620) |
| 44 | + - [bumped actions/setup-python from 5 to 6 (#16619)](https://github.com/nushell/nushell/pull/16619) |
| 45 | + - [bumped shadow-rs from 1.2.0 to 1.3.0 (#16573)](https://github.com/nushell/nushell/pull/16573) |
| 46 | + - [bumped hashbrown from 0.15.2 to 0.16.0 (#16572)](https://github.com/nushell/nushell/pull/16572) |
| 47 | + - [bumped crate-ci/typos from 1.35.5 to 1.36.0 (#16571)](https://github.com/nushell/nushell/pull/16571) |
| 48 | + |
| 49 | +- @cptpiepmatz: |
| 50 | + |
| 51 | + - [fixed building `nu-command` by itself (#16616)](https://github.com/nushell/nushell/pull/16616) |
| 52 | + - [installed prebuilt `cargo-audit` to speed up Security Audit workflow (#16615)](https://github.com/nushell/nushell/pull/16615) |
| 53 | + |
| 54 | +- @weirdan: |
| 55 | + |
| 56 | + - [discarded `path add` input (#16606)](https://github.com/nushell/nushell/pull/16606) |
| 57 | + - [fixed `std help externs` (#16590)](https://github.com/nushell/nushell/pull/16590) |
| 58 | + |
| 59 | +- @blindFS: |
| 60 | + |
| 61 | + - [fixed panic on large duration number (#16594)](https://github.com/nushell/nushell/pull/16594) |
| 62 | + - [fixed parser pitfall of redefining `def` (#16591)](https://github.com/nushell/nushell/pull/16591) |
| 63 | + - [refactored LSP to clean up duplicated testing code (#16578)](https://github.com/nushell/nushell/pull/16578) |
| 64 | + - [fixed LSP malfunctioning on unsaved files, empty `workspaceFolder` parameter, overlay use with prefixes (#16568)](https://github.com/nushell/nushell/pull/16568) |
| 65 | + |
| 66 | +- @Bahex: |
| 67 | + |
| 68 | + - [made `for` loops lazy, no longer collecting their source (#16593)](https://github.com/nushell/nushell/pull/16593) |
| 69 | + |
| 70 | +- @Jan9103: |
| 71 | + |
| 72 | + - [marked LSP sessions as non-interactive (#16580)](https://github.com/nushell/nushell/pull/16580) |
| 73 | + |
| 74 | +- @andoalon: |
| 75 | + - [added `--endian` flag to `format bits` (#16574)](https://github.com/nushell/nushell/pull/16574) |
| 76 | + |
| 77 | +## Integrations |
| 78 | + |
| 79 | +- @Taywee: |
| 80 | + - [ensured config directory exists in post-install and pre-remove (#70)](https://github.com/nushell/integrations/pull/70) |
| 81 | + |
| 82 | +## VSCode Extension |
| 83 | + |
| 84 | +- @fdncred: |
| 85 | + - [fixed the changelog (#215)](https://github.com/nushell/vscode-nushell-lang/pull/215) |
| 86 | + - [updated for pre-release (#214)](https://github.com/nushell/vscode-nushell-lang/pull/214) |
| 87 | + - [fixed lints (#213)](https://github.com/nushell/vscode-nushell-lang/pull/213) |
| 88 | + - [improved jsonrpc logging (#211)](https://github.com/nushell/vscode-nushell-lang/pull/211) |
| 89 | + - [added ability to start and stop the LSP (#210)](https://github.com/nushell/vscode-nushell-lang/pull/210) |
| 90 | + |
| 91 | +## Documentation |
| 92 | + |
| 93 | +- @acxz: |
| 94 | + |
| 95 | + - [added nushell equivalents of various `cat` incantations (#2037)](https://github.com/nushell/nushell.github.io/pull/2037) |
| 96 | + |
| 97 | +- @app/dependabot: |
| 98 | + |
| 99 | + - [bumped vite from 7.0.4 to 7.0.7 (#2035)](https://github.com/nushell/nushell.github.io/pull/2035) |
| 100 | + |
| 101 | +- @sholderbach: |
| 102 | + |
| 103 | + - [removed mentions of the `chocolatey` package (#2023)](https://github.com/nushell/nushell.github.io/pull/2023) |
| 104 | + |
| 105 | +- @Kissaki: |
| 106 | + - [reported and forgave missing plugins in make_docs.nu (#2017)](https://github.com/nushell/nushell.github.io/pull/2017) |
| 107 | + |
| 108 | +## Nu_Scripts |
| 109 | + |
| 110 | +- @Bahex: |
| 111 | + |
| 112 | + - [wrapped string patterns in quotes in match expressions (#1172)](https://github.com/nushell/nu_scripts/pull/1172) |
| 113 | + |
| 114 | +- @MelvinCou: |
| 115 | + - [improved winget completion (#1171)](https://github.com/nushell/nu_scripts/pull/1171) |
| 116 | + |
| 117 | +## nu-ansi-term |
| 118 | + |
| 119 | +- @wmmc88: |
| 120 | + |
| 121 | + - [widened windows-sys dependency version range (#69)](https://github.com/nushell/nu-ansi-term/pull/69) |
| 122 | + |
| 123 | +- @fdncred: |
| 124 | + |
| 125 | + - [fixed clippy doc warning (#68)](https://github.com/nushell/nu-ansi-term/pull/68) |
| 126 | + |
| 127 | +- @dpaoliello: |
| 128 | + - [updated to windows-sys 0.60 (#66)](https://github.com/nushell/nu-ansi-term/pull/66) |
0 commit comments