Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove str replace --string after deprecation #10064

Merged
merged 3 commits into from Sep 19, 2023

Conversation

amtoine
Copy link
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 wait-until-after-nushell-release pr:breaking-change This PR implies a change affecting users and has to be noted in the release notes deprecation Related to the deprecation of commands labels Aug 20, 2023
@amtoine
Copy link
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
19 checks passed
@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 removal-after-deprecation The component has already been sunset with `deprecation` and is now up for final removal and removed deprecation Related to the deprecation of commands 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:breaking-change This PR implies a change affecting users and has to be noted in the release notes removal-after-deprecation The component has already been sunset with `deprecation` and is now up for final removal wait-until-after-nushell-release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants