1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-03 06:01:11 +02:00
nushell/tests
Andrej Kolchin 0e1322e6d6
Forbid reserved variable names for function arguments ()
Works for all arguments and flags. Because the signature parsing doesn't
give the spans, it is flags the entire signature.

Also added a constant with reserved variable names.

Fix .
2023-11-29 18:29:07 +01:00
..
assets/nu_json Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
const_ Disallow duplicated columns in table literals () 2023-11-01 21:25:35 +01:00
eval Exit early when encountering parsing errors () 2023-09-05 14:36:37 +02:00
fixtures Implement LSP Text Document Synchronization () 2023-11-15 17:35:48 -06:00
hooks Auto-expand table based on terminal width () 2023-08-08 05:47:23 -05:00
modules Recursively export constants from modules () 2023-08-20 14:51:35 +02:00
overlays Add --env and --wrapped flags to def () 2023-10-02 21:13:31 +03:00
parsing Forbid reserved variable names for function arguments () 2023-11-29 18:29:07 +01:00
path change canonicalize test use a more deeply rooted folder () 2023-10-11 11:27:25 -05:00
plugins Show plugin extra usage and search terms () 2023-11-04 15:12:58 -05:00
scope Add a few more fields to scope commands () 2023-08-18 20:47:38 +03:00
shell Let run_in_login_mode succeed even with broken local config () 2023-10-10 14:12:19 +02:00
main.rs prevent redefining fields in a record () 2023-04-02 06:09:33 +12:00