Skip to content

remove extern-wrapped and export extern-wrapped#11000

Merged
WindSoilder merged 2 commits intonushell:mainfrom
amtoine:remove-extern-wrapped
Nov 16, 2023
Merged

remove extern-wrapped and export extern-wrapped#11000
WindSoilder merged 2 commits intonushell:mainfrom
amtoine:remove-extern-wrapped

Conversation

@amtoine
Copy link
Copy Markdown
Member

@amtoine amtoine commented Nov 8, 2023

follow-up to

Important
wait for between 0.87 and 0.88 to land this

Description

it's time for removal again 😋
this PR removes extern-wrapped and export extern-wrapped in favor of def --env

User-Facing Changes

extern-wrapped and export extern-wrapped will not be found anymore.

Tests + Formatting

After Submitting

- remove the files with
```nushell
ls **/*.rs | find --regex extern_wrapped | each { rm --verbose $in.name }`
```
- run `:g/ExternWrapped/d` in `crates/nu-cmd-lang/src/default_context.rs`
- run `:g/extern_wrapped/d` in `crates/nu-cmd-lang/src/core_commands/mod.rs`
@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 Nov 8, 2023
@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
@amtoine amtoine marked this pull request as ready for review November 16, 2023 17:46
Copy link
Copy Markdown
Contributor

@WindSoilder WindSoilder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM, I've searched around extern_wrapped and can't find anymore

@WindSoilder WindSoilder merged commit e0c8a3d into nushell:main Nov 16, 2023
@amtoine amtoine deleted the remove-extern-wrapped branch November 17, 2023 13:42
hardfau1t pushed a commit to hardfau1t/nushell that referenced this pull request Dec 14, 2023
follow-up to
- nushell#10716

> **Important**
> wait for between 0.87 and 0.88 to land this

# Description
it's time for removal again 😋 
this PR removes `extern-wrapped` and `export extern-wrapped` in favor of
`def --wrapped`

# User-Facing Changes
`extern-wrapped` and `export extern-wrapped` will not be found anymore.

# Tests + Formatting

# After Submitting
dmatos2012 pushed a commit to dmatos2012/nushell that referenced this pull request Feb 20, 2024
follow-up to
- nushell#10716

> **Important**
> wait for between 0.87 and 0.88 to land this

# Description
it's time for removal again 😋 
this PR removes `extern-wrapped` and `export extern-wrapped` in favor of
`def --wrapped`

# User-Facing Changes
`extern-wrapped` and `export extern-wrapped` will not be found anymore.

# Tests + Formatting

# After Submitting
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.

3 participants