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 959d14203ee37ef3a1e705e1826581a51d5f6ff5.

* 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
..
2022-09-11 11:48:27 +03:00
2022-08-11 11:54:54 -05:00
2022-09-11 11:48:27 +03:00
2022-09-11 11:48:27 +03:00
2022-09-11 11:48:27 +03:00
2022-09-05 16:41:06 +02:00
2022-09-05 16:41:06 +02:00
2022-02-07 14:54:06 -05:00
2022-02-07 14:54:06 -05:00
2022-09-01 08:32:56 +12:00
2022-02-07 14:54:06 -05:00
2022-06-29 20:01:34 -05:00
2022-09-05 16:41:06 +02:00
2022-09-11 11:48:27 +03:00
2022-02-17 06:40:24 -05:00
2022-09-05 16:41:06 +02:00
2022-02-07 14:54:06 -05:00
2022-02-07 14:54:06 -05:00
2022-09-11 11:48:27 +03:00
2022-02-16 12:24:45 -06:00
2022-05-18 20:47:26 -05:00
2022-03-19 10:12:54 +13:00
2022-07-04 06:31:50 +12:00
2022-02-07 14:54:06 -05:00
2022-02-07 14:54:06 -05:00
2022-09-01 08:32:56 +12:00
2022-09-11 11:48:27 +03:00
2022-05-13 06:47:11 -05:00
2022-02-07 14:54:06 -05:00
2022-09-11 11:48:27 +03:00
2022-09-11 11:48:27 +03:00
2022-09-07 20:19:29 -05:00
2022-09-11 11:48:27 +03:00
2022-02-07 14:54:06 -05:00
2022-03-18 12:35:28 -05:00
2022-02-07 14:54:06 -05:00
2022-02-07 14:54:06 -05:00
2022-03-19 10:12:54 +13:00
2022-03-18 06:55:02 +13:00
2022-03-24 16:42:41 +13:00
2022-02-22 11:32:29 -05:00
2022-09-11 11:48:27 +03:00