Skip to content

src: use MaybeLocal.ToLocal instead of IsEmpty - #35716

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:buffer-tolocalchecked
Closed

src: use MaybeLocal.ToLocal instead of IsEmpty#35716
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:buffer-tolocalchecked

Conversation

@danbev

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

@nodejs-github-botnodejs-github-bot added buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. labels Oct 20, 2020
@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #35716 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## master #35716 +/- ##
=======================================
Coverage 96.40% 96.40% =======================================
Files 220 220 Lines 73676 73676 =======================================
+ Hits 71027 71030 +3 + Misses 2649 2646 -3 
Impacted FilesCoverage Δ
lib/internal/util/inspect.js96.14% <0.00%> (+0.09%)⬆️
lib/_http_server.js98.55% <0.00%> (+0.10%)⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50103bf...f2016af. Read the comment docs.

Comment threadsrc/node_buffer.cc
@TrottTrott added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 21, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 21, 2020
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

danbev added a commit that referenced this pull request Oct 26, 2020
PR-URL: #35716
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@danbev

Copy link
Copy Markdown
ContributorAuthor

Landed in ba465c5.

@danbevdanbev closed this Oct 26, 2020
@danbev
danbev deleted the buffer-tolocalchecked branch October 26, 2020 11:38
targos pushed a commit that referenced this pull request Nov 3, 2020
PR-URL: #35716
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request Nov 3, 2020
BethGriggs pushed a commit that referenced this pull request Dec 8, 2020
PR-URL: #35716
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs pushed a commit that referenced this pull request Dec 10, 2020
PR-URL: #35716
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Dec 10, 2020
BethGriggs pushed a commit that referenced this pull request Dec 15, 2020
PR-URL: #35716
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bufferIssues and PRs related to the buffer subsystem.c++Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@danbev@codecov-io@nodejs-github-bot@Trott@addaleax@targos@cjihrig@devnexen@richardlau@crypt096