Skip to content

Conversation

@mmarchini
Copy link
Contributor

Node.js v6.x is EOL. Keeping it around makes it more dificult to support
new versions, so dropping support seems reasonable. This is
semver-major.

Node.js v6.x is EOL. Keeping it around makes it more dificult to support
new versions, so dropping support seems reasonable. This is
semver-major.
@codecov-io
Copy link

codecov-io commented Sep 18, 2019

Codecov Report

Merging #292 into master will decrease coverage by 1.93%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #292      +/-   ##
==========================================
- Coverage   81.79%   79.85%   -1.94%     
==========================================
  Files          33       33              
  Lines        4229     4229              
==========================================
- Hits         3459     3377      -82     
- Misses        770      852      +82
Impacted Files Coverage Δ
src/error.h 85.71% <0%> (-14.29%) ⬇️
test/plugin/workqueue-test.js 88.88% <0%> (-11.12%) ⬇️
src/printer.cc 79.51% <0%> (-6.2%) ⬇️
src/llv8-constants.cc 83.49% <0%> (-5.83%) ⬇️
src/node-constants.cc 88.88% <0%> (-3.18%) ⬇️
src/llv8-inl.h 92.67% <0%> (-2.93%) ⬇️
src/node.cc 87.8% <0%> (-2.44%) ⬇️
src/llnode.cc 74.2% <0%> (-0.8%) ⬇️
src/llv8.cc 75.46% <0%> (-0.62%) ⬇️
test/common.js 87% <0%> (-0.57%) ⬇️

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 13f7034...a5ecbe1. Read the comment docs.

Copy link
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 to dropping support for EOL release lines.

@mmarchini
Copy link
Contributor Author

cc @nodejs/llnode @nodejs/diagnostics @nodejs/post-mortem for visibility

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

mmarchini added a commit that referenced this pull request Sep 20, 2019
Node.js v6.x is EOL. Keeping it around makes it more dificult to support
new versions, so dropping support seems reasonable. This is
semver-major.

PR-URL: #292
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
@mmarchini
Copy link
Contributor Author

Landed in e1a74b0

@mmarchini mmarchini closed this Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants