nushell/tests
Solomon Victorino d437ff98a3 error when a closure is used as def body
# User-Facing Changes

`def` now errors instead of silently ignoring closure blocks:

```nushell
> def foo [] {|bar| }
Error: nu::parser::parse_mismatch

  × Parse mismatch during operation.
   ╭─[entry #1:1:12]
 1 │ def foo [] {|bar| }
   ·            ────┬───
   ·                ╰── expected definition body { ... }
   ╰────
```
2024-11-23 20:23:58 -07:00
..
assets/nu_json Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
const_ use command: Don't create a variable with empty record if it doesn't define any constants (#14051) 2024-10-20 23:12:57 +02:00
eval Remove the NU_DISABLE_IR option (#14293) 2024-11-15 12:09:25 +08:00
fixtures Bump Calamine (#14403) 2024-11-21 20:31:14 +08:00
hooks Refactor config updates (#13802) 2024-10-11 18:40:32 +02:00
modules don't include import path in args to aliased external commands (#14231) 2024-11-06 07:40:29 -06:00
overlays Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
parsing Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
path Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
plugin_persistence Make plugin list read state from plugin registry file as well (#14085) 2024-10-20 23:12:57 +02:00
plugins Make plugin list read state from plugin registry file as well (#14085) 2024-10-20 23:12:57 +02:00
repl error when a closure is used as def body 2024-11-23 20:23:58 -07:00
scope Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
shell Add proper config defaults for hooks (#14341) 2024-11-14 20:27:26 -08:00
main.rs Merged tests to produce a single binary (#12826) 2024-05-13 13:37:53 +00:00