zlacker

[return to "The Case for Nushell (2023)"]
1. yencab+DW1[view] [source] 2026-01-08 01:01:46
>>raveni+(OP)
Last I looked, Nushell

- error handling is neglected in the basic design: <https://github.com/nushell/nushell/issues/10633>, <https://github.com/nushell/nushell/issues/10856>, <https://github.com/nushell/nushell/issues/8615>, <https://github.com/nushell/nushell/issues/6617>

- control-C interrupts its internals with obviously-wrong error: <https://github.com/nushell/nushell/issues/8828>, is mishandled in other ways <https://github.com/nushell/nushell/issues/8206>

These bugs have existed for so many years I've 100% given up on Nushell. I recommend you don't subject yourself to software that is this level of unreliable and unbothered about being so unreliable.

(There's a lot of missing/misimplemented features, but the above is so severe they're not even worth mentioning.)

◧◩
2. xpe+Od9[view] [source] 2026-01-10 07:24:53
>>yencab+DW1
Looks like https://github.com/nushell/nushell/pull/13515 fixes https://github.com/nushell/nushell/issues/8206.
[go to top]