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

src: nuke deprecated and un-used enum members in OptionEnvvarSettings #53079

Merged

Conversation

juanarbol
Copy link
Member

Delete deprecated an never used enum options kAllowedInEnvironment and kDisallowedInEnvironment in OptionEnvvarSettings


I'm not too sure if this is gonna be ok in CITGM, but, lets give it a try!

Delete deprecated an never used enum options `kAllowedInEnvironment`
and `kDisallowedInEnvironment` in `OptionEnvvarSettings`

Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. typings labels May 21, 2024
@lpinca
Copy link
Member

lpinca commented May 21, 2024

semver-major?

@juanarbol
Copy link
Member Author

semver-major?

Is it? Honestly, idk.

Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

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

LGTM but yeah, this may be a semver-major ABI breaking change for native addons.

@marco-ippolito marco-ippolito added semver-major PRs that contain breaking changes and should be released in the next major version. request-ci Add this label to start a Jenkins CI on a PR. labels Nov 2, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 2, 2024
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@juanarbol juanarbol added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 3, 2024
@nodejs-github-bot
Copy link
Collaborator

@juanarbol
Copy link
Member Author

cc @nodejs/tsc as this is a semver-major

@RafaelGSS RafaelGSS added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 5, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 5, 2024
@nodejs-github-bot nodejs-github-bot merged commit 03dcd70 into nodejs:main Nov 5, 2024
78 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 03dcd70

tpoisseau pushed a commit to tpoisseau/node that referenced this pull request Nov 21, 2024
Delete deprecated an never used enum options `kAllowedInEnvironment`
and `kDisallowedInEnvironment` in `OptionEnvvarSettings`

Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: nodejs#53079
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version. typings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants