nushell/tests
Dan Davison 4926865c4e
str collect => str join (#6531)
* Initialize join.rs as a copy of collect.rs

* Evolve StrCollect into StrJoin

* Replace 'str collect' with 'str join' everywhere

git ls-files | lines | par-each { |it| sed -i 's,str collect,str join,g' $it }

* Deprecate 'str collect'

* Revert "Deprecate 'str collect'"

This reverts commit 959d14203e.

* Change `str collect` help message to say that it is deprecated

We cannot remove `str collect` currently (i.e. via
`nu_protocol::ShellError::DeprecatedCommand` since a prominent project
uses the API:

b85542c31c/src/virtualenv/activation/nushell/activate.nu (L43)
2022-09-11 11:48:27 +03:00
..
assets/nu_json Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
fixtures Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
hooks Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
modules Disable cyclical module imports (#6477) 2022-09-04 23:19:20 +03:00
overlays Fix overlays not preserving hidden env vars (#6475) 2022-09-04 20:32:06 +03:00
parsing Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
path Make path::canonicalize::canonicalize_dot test case more reliable (#6141) 2022-07-27 11:30:03 +03:00
plugins Remove --encoding argument during register plugin (#6486) 2022-09-07 09:07:42 -05:00
scope Fix reporting of which and $nu.scope (#4836) 2022-03-13 21:32:46 +02:00
shell str collect => str join (#6531) 2022-09-11 11:48:27 +03:00
main.rs Fix file lookup in parser keywords; Refactor nu_repl (#6185) 2022-07-29 23:42:00 +03:00