mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
b0acc1d890
# Description Fixes: #11351 And comment here is also fixed: https://github.com/nushell/nushell/issues/11351#issuecomment-1996191537 The panic can happened if we pipe a variable to a custom command which recursively called itself inside another block. TBH, I think I figure out how it works to panic, but I'm not sure if there is a potention issue if nushell don't mutate a block in such case. # User-Facing Changes Nan # Tests + Formatting Done # After Submitting Done --------- Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com> |
||
---|---|---|
.. | ||
multiline_end_pipe_win.nu | ||
multiline_end_pipe.nu | ||
multiline_start_pipe_win.nu | ||
multiline_start_pipe.nu | ||
recursive_func_with_alias.nu | ||
single_line.nu | ||
source_circular_1.nu | ||
source_circular_2.nu | ||
source_file_relative.nu |