2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-13 12:43:48 +00:00
nushell/crates/nu-command
Dan Davison 4926865c4e
str collect => str join ()
* 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 refactor html module () 2022-04-20 08:50:14 -05:00
proptest-regressions/format_conversions add tests, deal with pipes, newlines, tabs for to nuon () 2022-09-01 14:08:19 +02:00
src str collect => str join () 2022-09-11 11:48:27 +03:00
tests str collect => str join () 2022-09-11 11:48:27 +03:00
build.rs Fix panic when building without git () 2022-08-10 10:31:12 -05:00
Cargo.toml bump dev version to v0.68.1 () 2022-09-07 14:27:33 +12:00
LICENSE Include license text in all crates () 2022-04-08 10:47:13 +02:00