1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-04 14:40:43 +02:00
nushell/crates/nu-cmd-base/src
Ian Manske 3b1d405b96
Remove the Value::Block case ()
# Description
`Value` describes the types of first-class values that users and scripts
can create, manipulate, pass around, and store. However, `Block`s are
not first-class values in the language, so this PR removes it from
`Value`. This removes some unnecessary code, and this change should be
invisible to the user except for the change to `scope modules` described
below.

# User-Facing Changes
Breaking change: the output of `scope modules` was changed so that
`env_block` is now `has_env_block` which is a boolean value instead of a
`Block`.

# After Submitting
Update the language guide possibly.
2024-04-21 07:03:33 +02:00
..
formats Use Record's public API in a bunch of places () 2023-11-08 14:24:00 +01:00
hook.rs Remove the Value::Block case () 2024-04-21 07:03:33 +02:00
input_handler.rs Add command_prelude module () 2024-03-26 21:17:30 +00:00
lib.rs Unify glob behavior on open, rm, cp-old, mv, umv, cp and du commands () 2024-01-26 21:57:35 +08:00
util.rs Range refactor () 2024-04-06 09:04:56 -05:00