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

@tniessen

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 tniessen added author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

request-ci

Add this label to start a Jenkins CI on a PR.

labels

May 13, 2024

benjamingr

@tniessen 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

@aduh95 aduh95 added the commit-queue

Add this label to land a pull request using GitHub Actions.

label

May 16, 2024

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>

sophoniie pushed a commit to sophoniie/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>

bmeck pushed a commit to bmeck/node that referenced this pull request

Jun 22, 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>

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>