|
| 1 | +--- |
| 2 | +title: 'This week in Nushell #313' |
| 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-08-21' |
| 7 | +--- |
| 8 | + |
| 9 | +# This Week in Nushell #313 |
| 10 | + |
| 11 | +Published Sunday, 2025-08-24, including PRs merged Friday, 2025-08-15 through Thursday, 2025-08-21. |
| 12 | + |
| 13 | +## Nushell |
| 14 | + |
| 15 | +- @fdncred [updated reedline dep to latest commit (#16487)](https://github.com/nushell/nushell/pull/16487) |
| 16 | + |
| 17 | +- @sholderbach: |
| 18 | + |
| 19 | + - [updated benchmarking README (#16486)](https://github.com/nushell/nushell/pull/16486) |
| 20 | + - [added a benchmark `use`ing the whole `std` (#16485)](https://github.com/nushell/nushell/pull/16485) |
| 21 | + - [updated PLATFORM_SUPPORT to mention loongarch limitations (#16470)](https://github.com/nushell/nushell/pull/16470) |
| 22 | + - [performed clippy and dead code elimination pass (#16469)](https://github.com/nushell/nushell/pull/16469) |
| 23 | + - [used direct `Value.as_str()` in string commands (#16468)](https://github.com/nushell/nushell/pull/16468) |
| 24 | + |
| 25 | +- @Bahex: |
| 26 | + |
| 27 | + - [moved `SplitRead` and `MultiLife` into `nu-utils` (#16482)](https://github.com/nushell/nushell/pull/16482) |
| 28 | + - [made `watch` return a stream of events as a table when called without a closure (#16428)](https://github.com/nushell/nushell/pull/16428) |
| 29 | + |
| 30 | +- @app/dependabot: |
| 31 | + |
| 32 | + - [bumped tempfile from 3.20.0 to 3.21.0 (#16480)](https://github.com/nushell/nushell/pull/16480) |
| 33 | + - [bumped crate-ci/typos from 1.35.4 to 1.35.5 (#16478)](https://github.com/nushell/nushell/pull/16478) |
| 34 | + - [bumped actions/checkout from 4 to 5 (#16426)](https://github.com/nushell/nushell/pull/16426) |
| 35 | + |
| 36 | +- @uraneko [sorted help message flags by required field (#16476)](https://github.com/nushell/nushell/pull/16476) |
| 37 | + |
| 38 | +- @132ikl: |
| 39 | + |
| 40 | + - [added assertion that DeprecationEntry flag do not have dashes (#16475)](https://github.com/nushell/nushell/pull/16475) |
| 41 | + - [mitigated `watch -d` breaking change (#16473)](https://github.com/nushell/nushell/pull/16473) |
| 42 | + - [made `Span` mandatory for some fields in `ShellError` (#16471)](https://github.com/nushell/nushell/pull/16471) |
| 43 | + - [tweaked PR template (#16460)](https://github.com/nushell/nushell/pull/16460) |
| 44 | + - [added "Motivation and technical details" (#16458)](https://github.com/nushell/nushell/pull/16458) |
| 45 | + - [redirected "Questions" issue option to Discussions (#16443)](https://github.com/nushell/nushell/pull/16443) |
| 46 | + |
| 47 | +- @weirdan: |
| 48 | + |
| 49 | + - [made `xml:` prefix always available in `query xml` (#16472)](https://github.com/nushell/nushell/pull/16472) |
| 50 | + - [extended nodeset output formats for `query xml` (#16465)](https://github.com/nushell/nushell/pull/16465) |
| 51 | + - [used fixed column name for `query xml` output (#16461)](https://github.com/nushell/nushell/pull/16461) |
| 52 | + - [added multiple output types for `query xml` (#16459)](https://github.com/nushell/nushell/pull/16459) |
| 53 | + - [quoted strings containing `=` (#16440)](https://github.com/nushell/nushell/pull/16440) |
| 54 | + |
| 55 | +- @andoalon: |
| 56 | + |
| 57 | + - [added `--endian` flag to `into binary` (#16466)](https://github.com/nushell/nushell/pull/16466) |
| 58 | + - [changed the output of `format bits` to big endian instead of native endian (#16435)](https://github.com/nushell/nushell/pull/16435) |
| 59 | + |
| 60 | +- @hustcer [fixed loongarch64 builds for rust 1.87.0 (#16455)](https://github.com/nushell/nushell/pull/16455) |
| 61 | + |
| 62 | +- @WindSoilder [fixed uninlined_format_args clippy warnings (#16452)](https://github.com/nushell/nushell/pull/16452) |
| 63 | + |
| 64 | +- @NotTheDr01ds [added ability to specify a table name for kv commands (#16450)](https://github.com/nushell/nushell/pull/16450) |
| 65 | + |
| 66 | +- @cptpiepmatz [added well-optimized string types (#16446)](https://github.com/nushell/nushell/pull/16446) |
| 67 | + |
| 68 | +- @ItsHarper [fixed error message: custom commands cannot be `const` (#16393)](https://github.com/nushell/nushell/pull/16393) |
| 69 | + |
| 70 | +## Documentation |
| 71 | + |
| 72 | +- @rktjmp [added a hint for generating \0 character to strings guide (#2014)](https://github.com/nushell/nushell.github.io/pull/2014) |
| 73 | + |
| 74 | +- @NotTheDr01ds [added missing back issues of TWiN (#2013)](https://github.com/nushell/nushell.github.io/pull/2013) |
| 75 | + |
| 76 | +- @Kissaki [updated the home feature title to be more concise (#1970)](https://github.com/nushell/nushell.github.io/pull/1970) |
| 77 | + |
| 78 | +- @levitte [fixed color theme examples (#1925)](https://github.com/nushell/nushell.github.io/pull/1925) |
| 79 | + |
| 80 | +## reedline |
| 81 | + |
| 82 | +- @sholderbach [fixed `mismatched_lifetime_syntaxes` (#947)](https://github.com/nushell/reedline/pull/947) |
| 83 | + |
| 84 | +- @CastilloDel [fixed missing use in README.md (#942)](https://github.com/nushell/reedline/pull/942) |
| 85 | + |
| 86 | +- @blindFS [fixed cursor dislocation after previous_history navigation to a multiline entry (#899)](https://github.com/nushell/reedline/pull/899) |
| 87 | + |
| 88 | +## Nu_Scripts |
| 89 | + |
| 90 | +- @fnuttens [marked `scoop cache rm` apps parameter as optional in scoop-completion (#1163)](https://github.com/nushell/nu_scripts/pull/1163) |
| 91 | + |
| 92 | +- @NotTheDr01ds [updated TWiN generation scripts (#1162)](https://github.com/nushell/nu_scripts/pull/1162) |
| 93 | + |
| 94 | +- @krovuxdev: |
| 95 | + |
| 96 | + - [added new cargo aliases (#1161)](https://github.com/nushell/nu_scripts/pull/1161) |
| 97 | + - [fixed autocompletion (#1161)](https://github.com/nushell/nu_scripts/pull/1161) |
| 98 | + |
| 99 | +- @Bahex [refactored nu-hooks/startup-times for better performance and UX (#1136)](https://github.com/nushell/nu_scripts/pull/1136) |
| 100 | + |
| 101 | +## NUPM |
| 102 | + |
| 103 | +- @kubouch: |
| 104 | + |
| 105 | + - [fixed deprecated `get -i` flag (#125)](https://github.com/nushell/nupm/pull/125) |
| 106 | + - [fixed unreliable test (#125)](https://github.com/nushell/nupm/pull/125) |
| 107 | + |
| 108 | +- @mkatychev [added `nupm registry` subcommand (#122)](https://github.com/nushell/nupm/pull/122) |
0 commit comments