Skip to content

src: use qualified std::move call in node_http2 - #45555

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
targos:std-move
Nov 23, 2022
Merged

src: use qualified std::move call in node_http2#45555
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
targos:std-move

Conversation

@targos

Copy link
Copy Markdown
Member

Also iwyu in that file.

Closes: #45543

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/http2
  • @nodejs/net

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run. labels Nov 21, 2022
@targostargos added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 21, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 21, 2022
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@targostargos added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 22, 2022
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 23, 2022
@nodejs-github-bot
nodejs-github-bot merged commit 2a7635f into nodejs:mainNov 23, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 2a7635f

@targos
targos deleted the std-move branch November 23, 2022 08:18
ruyadorno pushed a commit that referenced this pull request Nov 24, 2022
Also iwyu in that file.
Closes: #45543
PR-URL: #45555Fixes: #45543
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
@ruyadornoruyadorno mentioned this pull request Nov 24, 2022
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
Also iwyu in that file.
Closes: #45543
PR-URL: #45555Fixes: #45543
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
danielleadams pushed a commit that referenced this pull request Jan 3, 2023
Also iwyu in that file.
Closes: #45543
PR-URL: #45555Fixes: #45543
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
danielleadams pushed a commit that referenced this pull request Jan 5, 2023
Also iwyu in that file.
Closes: #45543
PR-URL: #45555Fixes: #45543
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
codebytere added a commit to electron/electron that referenced this pull request Jan 9, 2023
codebytere added a commit to electron/electron that referenced this pull request Jan 9, 2023
codebytere added a commit to electron/electron that referenced this pull request Jan 11, 2023
* chore: bump node in DEPS to v18.13.0
* child_process: validate arguments for null bytes
nodejs/node#44782
* bootstrap: merge main thread and worker thread initializations
nodejs/node#44869
* module: ensure relative requires work from deleted directories
nodejs/node#42384
* src: add support for externally shared js builtins
nodejs/node#44000
* lib: disambiguate `native module` to `binding`
nodejs/node#45673
* test: convert test-debugger-pid to async/await
nodejs/node#45179
* deps: upgrade to libuv 1.44.2
nodejs/node#42340
* src: fix cppgc incompatibility in v8
nodejs/node#43521
* src: use qualified `std::move` call in node_http2
nodejs/node#45555
* build: fix env.h for cpp20
nodejs/node#45516
* test: remove experimental-wasm-threads flag
nodejs/node#45074
* src: iwyu in cleanup_queue.cc
nodejs/node#44983
* src: add missing include for `std::all_of`
nodejs/node#45541
* deps: update ICU to 72.1
nodejs/node#45068
* chore: fixup patch indices
* chore: remove errant semicolons
- nodejs/node#44179
- nodejs/node#44193
* src: add support for externally shared js builtins
nodejs/node#44376
* chore: add missing GN filenames
* deps: update nghttp2 to 1.51.0
nodejs/node#45537
* chore: disable more Node.js snapshot tests
The Snapshot feature is currently disabled
* chore: disable ICU timezone tests
Node.js uses a different version of ICU than Electron so they
will often be out of sync.
* chore: disable threadpool event tracing test
Event tracing is not enabled in embedded Node.js
* chore: fixup patch indices
* chore: comments from review
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
* chore: bump node in DEPS to v18.13.0
* child_process: validate arguments for null bytes
nodejs/node#44782
* bootstrap: merge main thread and worker thread initializations
nodejs/node#44869
* module: ensure relative requires work from deleted directories
nodejs/node#42384
* src: add support for externally shared js builtins
nodejs/node#44000
* lib: disambiguate `native module` to `binding`
nodejs/node#45673
* test: convert test-debugger-pid to async/await
nodejs/node#45179
* deps: upgrade to libuv 1.44.2
nodejs/node#42340
* src: fix cppgc incompatibility in v8
nodejs/node#43521
* src: use qualified `std::move` call in node_http2
nodejs/node#45555
* build: fix env.h for cpp20
nodejs/node#45516
* test: remove experimental-wasm-threads flag
nodejs/node#45074
* src: iwyu in cleanup_queue.cc
nodejs/node#44983
* src: add missing include for `std::all_of`
nodejs/node#45541
* deps: update ICU to 72.1
nodejs/node#45068
* chore: fixup patch indices
* chore: remove errant semicolons
- nodejs/node#44179
- nodejs/node#44193
* src: add support for externally shared js builtins
nodejs/node#44376
* chore: add missing GN filenames
* deps: update nghttp2 to 1.51.0
nodejs/node#45537
* chore: disable more Node.js snapshot tests
The Snapshot feature is currently disabled
* chore: disable ICU timezone tests
Node.js uses a different version of ICU than Electron so they
will often be out of sync.
* chore: disable threadpool event tracing test
Event tracing is not enabled in embedded Node.js
* chore: fixup patch indices
* chore: comments from review
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
gecko19 pushed a commit to brightsign/electron that referenced this pull request Feb 28, 2023
* chore: bump node in DEPS to v18.13.0
* child_process: validate arguments for null bytes
nodejs/node#44782
* bootstrap: merge main thread and worker thread initializations
nodejs/node#44869
* module: ensure relative requires work from deleted directories
nodejs/node#42384
* src: add support for externally shared js builtins
nodejs/node#44000
* lib: disambiguate `native module` to `binding`
nodejs/node#45673
* test: convert test-debugger-pid to async/await
nodejs/node#45179
* deps: upgrade to libuv 1.44.2
nodejs/node#42340
* src: fix cppgc incompatibility in v8
nodejs/node#43521
* src: use qualified `std::move` call in node_http2
nodejs/node#45555
* build: fix env.h for cpp20
nodejs/node#45516
* test: remove experimental-wasm-threads flag
nodejs/node#45074
* src: iwyu in cleanup_queue.cc
nodejs/node#44983
* src: add missing include for `std::all_of`
nodejs/node#45541
* deps: update ICU to 72.1
nodejs/node#45068
* chore: fixup patch indices
* chore: remove errant semicolons
- nodejs/node#44179
- nodejs/node#44193
* src: add support for externally shared js builtins
nodejs/node#44376
* chore: add missing GN filenames
* deps: update nghttp2 to 1.51.0
nodejs/node#45537
* chore: disable more Node.js snapshot tests
The Snapshot feature is currently disabled
* chore: disable ICU timezone tests
Node.js uses a different version of ICU than Electron so they
will often be out of sync.
* chore: disable threadpool event tracing test
Event tracing is not enabled in embedded Node.js
* chore: fixup patch indices
* chore: comments from review
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
gecko19 pushed a commit to brightsign/electron that referenced this pull request Mar 15, 2023
* chore: bump node in DEPS to v18.13.0
* child_process: validate arguments for null bytes
nodejs/node#44782
* bootstrap: merge main thread and worker thread initializations
nodejs/node#44869
* module: ensure relative requires work from deleted directories
nodejs/node#42384
* src: add support for externally shared js builtins
nodejs/node#44000
* lib: disambiguate `native module` to `binding`
nodejs/node#45673
* test: convert test-debugger-pid to async/await
nodejs/node#45179
* deps: upgrade to libuv 1.44.2
nodejs/node#42340
* src: fix cppgc incompatibility in v8
nodejs/node#43521
* src: use qualified `std::move` call in node_http2
nodejs/node#45555
* build: fix env.h for cpp20
nodejs/node#45516
* test: remove experimental-wasm-threads flag
nodejs/node#45074
* src: iwyu in cleanup_queue.cc
nodejs/node#44983
* src: add missing include for `std::all_of`
nodejs/node#45541
* deps: update ICU to 72.1
nodejs/node#45068
* chore: fixup patch indices
* chore: remove errant semicolons
- nodejs/node#44179
- nodejs/node#44193
* src: add support for externally shared js builtins
nodejs/node#44376
* chore: add missing GN filenames
* deps: update nghttp2 to 1.51.0
nodejs/node#45537
* chore: disable more Node.js snapshot tests
The Snapshot feature is currently disabled
* chore: disable ICU timezone tests
Node.js uses a different version of ICU than Electron so they
will often be out of sync.
* chore: disable threadpool event tracing test
Event tracing is not enabled in embedded Node.js
* chore: fixup patch indices
* chore: comments from review
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
gecko19 pushed a commit to brightsign/electron that referenced this pull request Mar 15, 2023
* chore: bump node in DEPS to v18.13.0
* child_process: validate arguments for null bytes
nodejs/node#44782
* bootstrap: merge main thread and worker thread initializations
nodejs/node#44869
* module: ensure relative requires work from deleted directories
nodejs/node#42384
* src: add support for externally shared js builtins
nodejs/node#44000
* lib: disambiguate `native module` to `binding`
nodejs/node#45673
* test: convert test-debugger-pid to async/await
nodejs/node#45179
* deps: upgrade to libuv 1.44.2
nodejs/node#42340
* src: fix cppgc incompatibility in v8
nodejs/node#43521
* src: use qualified `std::move` call in node_http2
nodejs/node#45555
* build: fix env.h for cpp20
nodejs/node#45516
* test: remove experimental-wasm-threads flag
nodejs/node#45074
* src: iwyu in cleanup_queue.cc
nodejs/node#44983
* src: add missing include for `std::all_of`
nodejs/node#45541
* deps: update ICU to 72.1
nodejs/node#45068
* chore: fixup patch indices
* chore: remove errant semicolons
- nodejs/node#44179
- nodejs/node#44193
* src: add support for externally shared js builtins
nodejs/node#44376
* chore: add missing GN filenames
* deps: update nghttp2 to 1.51.0
nodejs/node#45537
* chore: disable more Node.js snapshot tests
The Snapshot feature is currently disabled
* chore: disable ICU timezone tests
Node.js uses a different version of ICU than Electron so they
will often be out of sync.
* chore: disable threadpool event tracing test
Event tracing is not enabled in embedded Node.js
* chore: fixup patch indices
* chore: comments from review
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Issues and PRs that require attention from people who are familiar with C++.http2Issues or PRs related to the http2 subsystem.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unqualified call to std::move in node_http2.cc

12 participants

@targos@nodejs-github-bot@Qard@bnoordhuis@addaleax@cjihrig@tniessen@JungMinu@richardlau@Flarna@RafaelGSS@RaisinTen