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

src: do IWYU for some STL includes by dsanders11 · Pull Request #41236 · nodejs/node · GitHub

/ node Public

src: do IWYU for some STL includes - #41236

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
dsanders11:trim-includes
Jan 6, 2022
Merged

src: do IWYU for some STL includes#41236
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
dsanders11:trim-includes

Conversation

dsanders11 commented Dec 19, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

Just trimming some unused #include lines I spotted, and doing IWYU for STL includes in src/env.h which was transitively getting #include <set> from src/util.h.

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 Dec 19, 2021
Comment thread src/env.h Outdated
dsanders11 changed the title src: cleanup some unused STL includes src: do IWYU for some STL includes Dec 19, 2021

This comment has been minimized.

RaisinTen added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Dec 19, 2021

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

RaisinTen added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 6, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 6, 2022
nodejs-github-bot merged commit 461313d into nodejs:master Jan 6, 2022

Copy link
Copy Markdown
Collaborator

Landed in 461313d

dsanders11 deleted the trim-includes branch January 6, 2022 22:25
targos pushed a commit that referenced this pull request Jan 14, 2022
PR-URL: #41236
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
PR-URL: #41236
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
danielleadams mentioned this pull request Feb 1, 2022
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++. 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