1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-29 21:27:47 +00:00
nu_scripts/stdlib-candidate-archive
Darren Schroeder 32cdc96414
replace filter with where (#1135)
This PR tries to clean up the use of `filter` by replacing it with
`where`. I did not test each script.

closes #1134
closes #1133
2025-06-12 06:42:16 -05:00
..
std-rfc Deprecate the nu_scripts version of stdlib-candidate (#1042) 2025-02-09 14:34:40 -06:00
stdlib-candidate-older Deprecate the nu_scripts version of stdlib-candidate (#1042) 2025-02-09 14:34:40 -06:00
tests Deprecate the nu_scripts version of stdlib-candidate (#1042) 2025-02-09 14:34:40 -06:00
nupm.nuon Deprecate the nu_scripts version of stdlib-candidate (#1042) 2025-02-09 14:34:40 -06:00
README.md Deprecate the nu_scripts version of stdlib-candidate (#1042) 2025-02-09 14:34:40 -06:00
testing.nu replace filter with where (#1135) 2025-06-12 06:42:16 -05:00

std-lib candidate is deprecated

Going forward, std-rfc will be included in the main Nushell release, just like std is. This will allow users to more easily try-out its potential new commands and features.

Please contribute new std proposals to the main Nushell repository.

See that README for more information on how to contribute.

Removal

This directory will be preserved for some period during deprecation, but no new contributions are expected to be accepted. Any remaining items from the older (pre-December 2024) stdlib-candidate-old should be identified for transition to std-rfc, since at some point we expect to delete this directory.