Skip to content

Remove str replace --string after deprecation#10064

Merged
sholderbach merged 3 commits intonushell:mainfrom
amtoine:remove-str-replace-string-option
Sep 19, 2023
Merged

Remove str replace --string after deprecation#10064
sholderbach merged 3 commits intonushell:mainfrom
amtoine:remove-str-replace-string-option

Conversation

@amtoine
Copy link
Copy Markdown
Member

@amtoine amtoine commented Aug 20, 2023

⚠️ wait for before 0.85 on 2023-09-19 ⚠️

related to

Description

str replace --string has been deprecated in #10038 and should be removed before 0.85.

this PR removes the --string option from str replace completely.

User-Facing Changes

str replace --string will no longer work and will give an error instead of a warning.

Tests + Formatting

  • 🟢 toolkit fmt
  • 🟢 toolkit clippy
  • toolkit test
  • toolkit test stdlib

After Submitting

@amtoine amtoine added status:wait-until-after-nushell-release notes:breaking-changes This PR implies a change affecting users and has to be noted in the release notes category:deprecation Related to the deprecation of commands/features/options labels Aug 20, 2023
@amtoine
Copy link
Copy Markdown
Member Author

amtoine commented Sep 4, 2023

i will mark this as ready for review to have it ready for next release 👍

@amtoine amtoine marked this pull request as ready for review September 4, 2023 16:19
@sholderbach sholderbach changed the title remove str replace --string Remove str replace --string after deprecation Sep 19, 2023
@sholderbach sholderbach merged commit f8939de into nushell:main Sep 19, 2023
@amtoine amtoine deleted the remove-str-replace-string-option branch September 19, 2023 16:29
amtoine added a commit to amtoine/scripts that referenced this pull request Sep 19, 2023
fnordpig pushed a commit to fnordpig/nushell that referenced this pull request Sep 19, 2023
related to
- nushell#10038

# Description
`str replace --string` has been deprecated in
nushell#10038 and should be removed
before 0.85.

this PR removes the `--string` option from `str replace` completely.

# User-Facing Changes
`str replace --string` will no longer work and will give an error
instead of a warning.
amtoine added a commit to amtoine/nu_scripts that referenced this pull request Sep 20, 2023
amtoine added a commit to nushell/nu_scripts that referenced this pull request Sep 20, 2023
* remove `str replace --string`

related to nushell/nushell#10064

* remove the return

lol otherwise of course it won't work xD
@sholderbach sholderbach added category:removal-after-deprecation The component has already been sunset with `deprecation` and is now up for final removal and removed category:deprecation Related to the deprecation of commands/features/options labels Nov 8, 2023
hardfau1t pushed a commit to hardfau1t/nushell that referenced this pull request Dec 14, 2023
related to
- nushell#10038

# Description
`str replace --string` has been deprecated in
nushell#10038 and should be removed
before 0.85.

this PR removes the `--string` option from `str replace` completely.

# User-Facing Changes
`str replace --string` will no longer work and will give an error
instead of a warning.
maxim-uvarov pushed a commit to maxim-uvarov/nu_scripts_reduced_size that referenced this pull request Oct 12, 2024
* remove `str replace --string`

related to nushell/nushell#10064

* remove the return

lol otherwise of course it won't work xD
maxim-uvarov pushed a commit to maxim-uvarov/nu_scripts_reduced_size that referenced this pull request Oct 13, 2024
* remove `str replace --string`

related to nushell/nushell#10064

* remove the return

lol otherwise of course it won't work xD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:removal-after-deprecation The component has already been sunset with `deprecation` and is now up for final removal notes:breaking-changes This PR implies a change affecting users and has to be noted in the release notes status:wait-until-after-nushell-release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants