nushell/crates/nu-std/std
Bahex ebabca575c
small, backwards compatible enhancements to std (#14763)
# Description
Small, backwards compatible enhancements to the standard library.

# User-Facing Changes

- changed `iter find`, `iter find-index`: Only consume the input stream
up to the first match.
- added `log set-level`: a small convenience command for setting the log
level
- added `$null_device`: `null-device` as a const variable, would allow
conditional sourcing if #13872 is fixed

# Tests + Formatting

- 🟢 toolkit fmt
- 🟢 toolkit clippy
- 🟢 toolkit test
- 🟢 toolkit test stdlib

# After Submitting
N/A
2025-01-06 11:30:07 -06:00
..
assert
bench small, backwards compatible enhancements to std (#14763) 2025-01-06 11:30:07 -06:00
config
core update banner command to respect use_ansi_colors (#14684) 2024-12-27 07:16:53 -06:00
dirs
dt
formats
help
input
iter small, backwards compatible enhancements to std (#14763) 2025-01-06 11:30:07 -06:00
log small, backwards compatible enhancements to std (#14763) 2025-01-06 11:30:07 -06:00
math
util small, backwards compatible enhancements to std (#14763) 2025-01-06 11:30:07 -06:00
xml
mod.nu