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: modernize use-equals-default #48735

Merged
merged 4 commits into from Aug 11, 2023

Conversation

CGQAQ
Copy link
Contributor

@CGQAQ CGQAQ commented Jul 11, 2023

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/startup

@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. labels Jul 11, 2023
@aduh95
Copy link
Contributor

aduh95 commented Jul 15, 2023

@nodejs/cpp-reviewers

@aduh95 aduh95 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 Jul 16, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 16, 2023
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 10, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 10, 2023
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/48735
✔  Done loading data for nodejs/node/pull/48735
----------------------------------- PR info ------------------------------------
Title      src: modernize use-equals-default (#48735)
Author     Jason  (@CGQAQ)
Branch     CGQAQ:modernize-equals-default -> nodejs:main
Labels     c++, author ready, needs-ci
Commits    4
 - src: modernize use-equals-default
 - src: more modernize use-equals-default
 - src: move `= default` to header file
 - src: fix build
Committers 1
 - CGQAQ 
PR-URL: https://github.com/nodejs/node/pull/48735
Reviewed-By: Rafael Gonzaga 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/48735
Reviewed-By: Rafael Gonzaga 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Tue, 11 Jul 2023 05:31:03 GMT
   ✔  Approvals: 1
   ✔  - Rafael Gonzaga (@RafaelGSS) (TSC): https://github.com/nodejs/node/pull/48735#pullrequestreview-1531740351
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2023-07-17T14:51:49Z: https://ci.nodejs.org/job/node-test-pull-request/52810/
- Querying data for job/node-test-pull-request/52810/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/main up to date...
From https://github.com/nodejs/node
 * branch                  main       -> FETCH_HEAD
   f1b3ade948..54e4f1f5e6  main       -> origin/main
✔  origin/main is now up-to-date
main is out of sync with origin/main. Mismatched commits:
 - bb531e9b0e src: fix callback_queue.h missing header
 - 54e4f1f5e6 src: fix callback_queue.h missing header
--------------------------------------------------------------------------------
HEAD is now at 54e4f1f5e6 src: fix callback_queue.h missing header
   ✔  Reset to origin/main
- Downloading patch for 48735
From https://github.com/nodejs/node
 * branch                  refs/pull/48735/merge -> FETCH_HEAD
✔  Fetched commits as 54e4f1f5e6bf..d9ce897e1d2b
--------------------------------------------------------------------------------
Auto-merging src/cleanup_queue.h
Auto-merging src/node.cc
[main 3f09ef87d6] src: modernize use-equals-default
 Author: CGQAQ 
 Date: Tue Jul 11 05:29:31 2023 +0000
 3 files changed, 4 insertions(+), 4 deletions(-)
Auto-merging src/js_native_api_v8.h
Auto-merging src/json_parser.h
[main f8c18aaad1] src: more modernize use-equals-default
 Author: CGQAQ 
 Date: Tue Jul 11 07:25:03 2023 +0000
 6 files changed, 7 insertions(+), 9 deletions(-)
Auto-merging src/node.cc
[main 6811412d05] src: move `= default` to header file
 Author: CGQAQ 
 Date: Tue Jul 11 07:29:57 2023 +0000
 6 files changed, 4 insertions(+), 11 deletions(-)
[main c2a9d17111] src: fix build
 Author: CGQAQ 
 Date: Wed Jul 12 07:24:52 2023 +0000
 2 files changed, 3 insertions(+), 1 deletion(-)
   ✔  Patches applied
There are 4 commits in the PR. Attempting autorebase.
Rebasing (2/8)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
src: modernize use-equals-default

PR-URL: #48735
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com

[detached HEAD ae1a25b7ec] src: modernize use-equals-default
Author: CGQAQ m.jason.liu@outlook.com
Date: Tue Jul 11 05:29:31 2023 +0000
3 files changed, 4 insertions(+), 4 deletions(-)
Rebasing (3/8)
Rebasing (4/8)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
src: more modernize use-equals-default

PR-URL: #48735
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com

[detached HEAD c5101bc8e2] src: more modernize use-equals-default
Author: CGQAQ m.jason.liu@outlook.com
Date: Tue Jul 11 07:25:03 2023 +0000
6 files changed, 7 insertions(+), 9 deletions(-)
Rebasing (5/8)
Rebasing (6/8)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
src: move = default to header file

PR-URL: #48735
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com

[detached HEAD 15e28fece8] src: move = default to header file
Author: CGQAQ m.jason.liu@outlook.com
Date: Tue Jul 11 07:29:57 2023 +0000
6 files changed, 4 insertions(+), 11 deletions(-)
Rebasing (7/8)
Rebasing (8/8)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
src: fix build

PR-URL: #48735
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com

[detached HEAD 7b65b846ba] src: fix build
Author: CGQAQ m.jason.liu@outlook.com
Date: Wed Jul 12 07:24:52 2023 +0000
2 files changed, 3 insertions(+), 1 deletion(-)

Successfully rebased and updated refs/heads/main.

ℹ Add commit-queue-squash label to land the PR as one commit, or commit-queue-rebase to land as separate commits.

https://github.com/nodejs/node/actions/runs/5826964021

@nodejs-github-bot nodejs-github-bot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Aug 10, 2023
@aduh95 aduh95 added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Aug 11, 2023
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Aug 11, 2023
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/48735
✔  Done loading data for nodejs/node/pull/48735
----------------------------------- PR info ------------------------------------
Title      src: modernize use-equals-default (#48735)
Author     Jason  (@CGQAQ)
Branch     CGQAQ:modernize-equals-default -> nodejs:main
Labels     c++, author ready, needs-ci
Commits    4
 - src: modernize use-equals-default
 - src: more modernize use-equals-default
 - src: move `= default` to header file
 - src: fix build
Committers 1
 - CGQAQ 
PR-URL: https://github.com/nodejs/node/pull/48735
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Yagiz Nizipli 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/48735
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Yagiz Nizipli 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Tue, 11 Jul 2023 05:31:03 GMT
   ✔  Approvals: 2
   ✔  - Rafael Gonzaga (@RafaelGSS) (TSC): https://github.com/nodejs/node/pull/48735#pullrequestreview-1531740351
   ✔  - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/48735#pullrequestreview-1572852238
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2023-08-10T23:07:22Z: https://ci.nodejs.org/job/node-test-pull-request/52810/
- Querying data for job/node-test-pull-request/52810/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/main up to date...
From https://github.com/nodejs/node
 * branch                  main       -> FETCH_HEAD
   9497665d19..7ffa5d7f0d  main       -> origin/main
✔  origin/main is now up-to-date
main is out of sync with origin/main. Mismatched commits:
 - c8294abaef src: avoid string copy in BuiltinLoader::GetBuiltinIds
 - 7ffa5d7f0d src: avoid string copy in BuiltinLoader::GetBuiltinIds
--------------------------------------------------------------------------------
HEAD is now at 7ffa5d7f0d src: avoid string copy in BuiltinLoader::GetBuiltinIds
   ✔  Reset to origin/main
- Downloading patch for 48735
From https://github.com/nodejs/node
 * branch                  refs/pull/48735/merge -> FETCH_HEAD
✔  Fetched commits as 7ffa5d7f0d6e..d9ce897e1d2b
--------------------------------------------------------------------------------
Auto-merging src/cleanup_queue.h
Auto-merging src/node.cc
[main f509bef6b0] src: modernize use-equals-default
 Author: CGQAQ 
 Date: Tue Jul 11 05:29:31 2023 +0000
 3 files changed, 4 insertions(+), 4 deletions(-)
Auto-merging src/js_native_api_v8.h
Auto-merging src/json_parser.h
[main d02955f77d] src: more modernize use-equals-default
 Author: CGQAQ 
 Date: Tue Jul 11 07:25:03 2023 +0000
 6 files changed, 7 insertions(+), 9 deletions(-)
Auto-merging src/node.cc
Auto-merging src/node.h
[main dac4e554c3] src: move `= default` to header file
 Author: CGQAQ 
 Date: Tue Jul 11 07:29:57 2023 +0000
 6 files changed, 4 insertions(+), 11 deletions(-)
[main 59d3607ea3] src: fix build
 Author: CGQAQ 
 Date: Wed Jul 12 07:24:52 2023 +0000
 2 files changed, 3 insertions(+), 1 deletion(-)
   ✔  Patches applied
There are 4 commits in the PR. Attempting autorebase.
Rebasing (2/8)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
src: modernize use-equals-default

PR-URL: #48735
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com

[detached HEAD d45f4acd5f] src: modernize use-equals-default
Author: CGQAQ m.jason.liu@outlook.com
Date: Tue Jul 11 05:29:31 2023 +0000
3 files changed, 4 insertions(+), 4 deletions(-)
Rebasing (3/8)
Rebasing (4/8)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
src: more modernize use-equals-default

PR-URL: #48735
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com

[detached HEAD 77ff38e3c2] src: more modernize use-equals-default
Author: CGQAQ m.jason.liu@outlook.com
Date: Tue Jul 11 07:25:03 2023 +0000
6 files changed, 7 insertions(+), 9 deletions(-)
Rebasing (5/8)
Rebasing (6/8)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
src: move = default to header file

PR-URL: #48735
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com

[detached HEAD b17ede622e] src: move = default to header file
Author: CGQAQ m.jason.liu@outlook.com
Date: Tue Jul 11 07:29:57 2023 +0000
6 files changed, 4 insertions(+), 11 deletions(-)
Rebasing (7/8)
Rebasing (8/8)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
src: fix build

PR-URL: #48735
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com

[detached HEAD 4da8d2c214] src: fix build
Author: CGQAQ m.jason.liu@outlook.com
Date: Wed Jul 12 07:24:52 2023 +0000
2 files changed, 3 insertions(+), 1 deletion(-)

Successfully rebased and updated refs/heads/main.

ℹ Add commit-queue-squash label to land the PR as one commit, or commit-queue-rebase to land as separate commits.

https://github.com/nodejs/node/actions/runs/5834338909

@aduh95 aduh95 added commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Aug 11, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 11, 2023
@nodejs-github-bot nodejs-github-bot merged commit f426cc0 into nodejs:main Aug 11, 2023
73 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in f426cc0

martenrichter pushed a commit to martenrichter/node that referenced this pull request Aug 13, 2023
PR-URL: nodejs#48735
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
PR-URL: nodejs#48735
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
PR-URL: nodejs#48735
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
RafaelGSS pushed a commit that referenced this pull request Aug 15, 2023
PR-URL: #48735
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
@UlisesGascon UlisesGascon mentioned this pull request Aug 15, 2023
RafaelGSS pushed a commit to RafaelGSS/node that referenced this pull request Aug 15, 2023
PR-URL: nodejs#48735
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
rluvaton pushed a commit to rluvaton/node that referenced this pull request Aug 15, 2023
PR-URL: nodejs#48735
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
RafaelGSS pushed a commit that referenced this pull request Aug 16, 2023
PR-URL: #48735
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
RafaelGSS pushed a commit that referenced this pull request Aug 17, 2023
PR-URL: #48735
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
@CGQAQ CGQAQ deleted the modernize-equals-default branch January 16, 2024 02:31
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++. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants