Skip to content

src: simplify alignment-handling code - #33884

Closed
addaleax wants to merge 2 commits into
nodejs:masterfrom
addaleax:alignup
Closed

src: simplify alignment-handling code#33884
addaleax wants to merge 2 commits into
nodejs:masterfrom
addaleax:alignup

Conversation

@addaleax

Copy link
Copy Markdown
Member

Use a common function to handle alignment computations in
multiple places.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Use a common function to handle alignment computations in
multiple places.
@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. labels Jun 14, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 19, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

addaleax added a commit that referenced this pull request Jun 19, 2020
Use a common function to handle alignment computations in
multiple places.
PR-URL: #33884
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
@addaleax

Copy link
Copy Markdown
MemberAuthor

Landed in 2899588

@addaleax
addaleax deleted the alignup branch June 19, 2020 15:34
codebytere pushed a commit that referenced this pull request Jun 27, 2020
Use a common function to handle alignment computations in
multiple places.
PR-URL: #33884
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
@codebyterecodebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jun 30, 2020
Use a common function to handle alignment computations in
multiple places.
PR-URL: #33884
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs 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++.lib / srcIssues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@addaleax@nodejs-github-bot@danbev@jasnell@tniessen