FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: improve node::Dotenv declarations by tniessen · Pull Request #52973 · nodejs/node · GitHub

/ node Public

src: improve node::Dotenv declarations - #52973

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
tniessen:src-dotenv-cleanup
May 16, 2024
Merged

src: improve node::Dotenv declarations#52973
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
tniessen:src-dotenv-cleanup

Conversation

Copy link
Copy Markdown
Member

There is no need to explicitly allow copy constructor and copy assignment, and some of these functions should be marked as const. Also remove a branch that appears to serve no purpose.

There is no need to explicitly allow copy constructor and copy
assignment, and some of these functions should be marked as const.
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. labels May 13, 2024
tniessen added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels May 13, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 13, 2024
tniessen added dotenv Issues and PRs related to .env file parsing request-ci Add this label to start a Jenkins CI on a PR. labels May 14, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 16, 2024

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label May 16, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 16, 2024
nodejs-github-bot merged commit 3f3226c into nodejs:main May 16, 2024

Copy link
Copy Markdown
Collaborator

Landed in 3f3226c

targos pushed a commit that referenced this pull request May 21, 2024
There is no need to explicitly allow copy constructor and copy
assignment, and some of these functions should be marked as const.

PR-URL: #52973
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
RafaelGSS mentioned this pull request Jun 7, 2024
soophoo pushed a commit to soophoo/node that referenced this pull request Jun 20, 2024
There is no need to explicitly allow copy constructor and copy
assignment, and some of these functions should be marked as const.

PR-URL: nodejs#52973
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
There is no need to explicitly allow copy constructor and copy
assignment, and some of these functions should be marked as const.

PR-URL: #52973
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. dotenv Issues and PRs related to .env file parsing needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL