Skip to content

Commit 7a57359

Browse files
authored
TWiN 352 (#2170)
1 parent d283b10 commit 7a57359

1 file changed

Lines changed: 130 additions & 0 deletions

File tree

blog/2026-05-22-twin0352.md

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
---
2+
title: 'This week in Nushell #352'
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, 2026-05-21'
7+
---
8+
9+
# This Week in Nushell #352
10+
11+
Published Friday, 2026-05-22, including PRs merged Friday, 2026-05-15 through Thursday, 2026-05-21.
12+
13+
## Nushell
14+
15+
- @Matthieu-LAURENT39:
16+
17+
- [fixed query web --as-table example (#18262)](https://github.com/nushell/nushell/pull/18262)
18+
19+
- @fdncred:
20+
21+
- [fixed hash quoting and added tests (#18258)](https://github.com/nushell/nushell/pull/18258)
22+
- [added benchmarks for parser performance and throughput analysis (#18245)](https://github.com/nushell/nushell/pull/18245)
23+
- [updated deps for `idx` commands (#18224)](https://github.com/nushell/nushell/pull/18224)
24+
- [improved escape handling (#18217)](https://github.com/nushell/nushell/pull/18217)
25+
- [improved error handling and cleanup on unexpected errors (#18210)](https://github.com/nushell/nushell/pull/18210)
26+
27+
- @WindSoilder:
28+
29+
- [ps -l: introduced working_size, paged_size on windows and linux system (#18255)](https://github.com/nushell/nushell/pull/18255)
30+
- [made env_hook case insensitive (#18234)](https://github.com/nushell/nushell/pull/18234)
31+
- [rm: returned structure data when -v is used, and didn't interrupt when error happened (#18202)](https://github.com/nushell/nushell/pull/18202)
32+
- [mkdir: didn't interrupt when error happened (#18195)](https://github.com/nushell/nushell/pull/18195)
33+
34+
- @Bahex:
35+
36+
- [test: stderr/stdout full tests should not read user config (#18253)](https://github.com/nushell/nushell/pull/18253)
37+
- [Small refactors utilizing pattern matching for conciseness (#18242)](https://github.com/nushell/nushell/pull/18242)
38+
- [test(watch): marked `watch` tests serial and increased timeout (#18233)](https://github.com/nushell/nushell/pull/18233)
39+
- [Empty blocks' output types are the same as their input types (#18213)](https://github.com/nushell/nushell/pull/18213)
40+
41+
- @orbisai0security:
42+
43+
- [Limited explore search query length to keep TUI responsive (#18251)](https://github.com/nushell/nushell/pull/18251)
44+
45+
- @SunayKulkarni:
46+
47+
- [removed executable bit from AGENTS.md (#18243)](https://github.com/nushell/nushell/pull/18243)
48+
49+
- @Mrfiregem:
50+
51+
- [added `std-rfc/url` module (#18239)](https://github.com/nushell/nushell/pull/18239)
52+
53+
- @blindFS:
54+
55+
- [refactor(parser): PathLikeKind enum for parse_path_like (#18237)](https://github.com/nushell/nushell/pull/18237)
56+
57+
- @cptpiepmatz:
58+
59+
- [Moved `merge` implementation to `nu-heavy-utils` (#18231)](https://github.com/nushell/nushell/pull/18231)
60+
- [Fixed running tests for only `nu-cli` (#18216)](https://github.com/nushell/nushell/pull/18216)
61+
- [Fixed CI not executing all tests on Windows (#18211)](https://github.com/nushell/nushell/pull/18211)
62+
63+
- @Juhan280:
64+
65+
- [made `commandline` command family work again in ExecuteHostCommand (#18204)](https://github.com/nushell/nushell/pull/18204)
66+
- [made `each` maintain the metadata of closure result if input is scalar (#18201)](https://github.com/nushell/nushell/pull/18201)
67+
68+
- @quyentonndbs:
69+
70+
- [fixed duplicated "that" in nu-parser comment (#18200)](https://github.com/nushell/nushell/pull/18200)
71+
72+
- @casedami:
73+
74+
- [added fish-style abbreviations (#18197)](https://github.com/nushell/nushell/pull/18197)
75+
76+
- @kx0101:
77+
78+
- [locked $env.config.history.path after REPL startup (#18190)](https://github.com/nushell/nushell/pull/18190)
79+
80+
- @colinmparker:
81+
82+
- [Consolidated internal Value mutation logic (#18088)](https://github.com/nushell/nushell/pull/18088)
83+
84+
- @app/dependabot:
85+
- [bumped quick-xml from 0.39.2 to 0.40.1 (#18250)](https://github.com/nushell/nushell/pull/18250)
86+
- [bumped rmcp from 1.6.0 to 1.7.0 (#18249)](https://github.com/nushell/nushell/pull/18249)
87+
- [bumped crate-ci/typos from 1.46.1 to 1.46.2 (#18246)](https://github.com/nushell/nushell/pull/18246)
88+
89+
## Documentation
90+
91+
- @NotTheDr01ds:
92+
93+
- [TWiN 351 (#2165)](https://github.com/nushell/nushell.github.io/pull/2165)
94+
95+
- @orthonormalremy:
96+
97+
- [supported extracting nu code snippets into standalone .nu files for better downstream trackability (#2162)](https://github.com/nushell/nushell.github.io/pull/2162)
98+
99+
- @ian-h-chamberlain:
100+
101+
- [Implemented page search URL + Opensearch XML (#2143)](https://github.com/nushell/nushell.github.io/pull/2143)
102+
103+
- @app/dependabot:
104+
- [bumped postcss from 8.5.6 to 8.5.15 (#2169)](https://github.com/nushell/nushell.github.io/pull/2169)
105+
106+
## reedline
107+
108+
- @casedami:
109+
110+
- [expanded and submitted abbr on enter (#1083)](https://github.com/nushell/reedline/pull/1083)
111+
- [moved string lit check to trait (#1074)](https://github.com/nushell/reedline/pull/1074)
112+
113+
- @NotTheDr01ds:
114+
115+
- [Reverted the changes in #1051 and #1058 (#1081)](https://github.com/nushell/reedline/pull/1081)
116+
117+
- @Juhan280:
118+
- [fixed cargo doc warning (#1079)](https://github.com/nushell/reedline/pull/1079)
119+
120+
## nufmt
121+
122+
- @fdncred:
123+
124+
- [bumped nushell deps (#193)](https://github.com/nushell/nufmt/pull/193)
125+
- [batch fixes for 187, 188, 189, 190 (#192)](https://github.com/nushell/nufmt/pull/192)
126+
- [Updated bug_report.md (#191)](https://github.com/nushell/nufmt/pull/191)
127+
128+
```
129+
130+
```

0 commit comments

Comments
 (0)