Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] add nan to lookup.json #659

Closed
wants to merge 1 commit into from
Closed

[WIP] add nan to lookup.json #659

wants to merge 1 commit into from

Conversation

mcollina
Copy link
Member

I've added nan to lookup.json. I think it should be there, and we should do our best to keep this up to date and supported.

Checklist
  • npm test passes
  • tests are included
  • documentation is changed or added
  • contribution guidelines followed
    here

@targos
Copy link
Member

targos commented Dec 15, 2018

It agree it should be there, but right now citgm nan fails on all supported release lines.

@mcollina
Copy link
Member Author

This seems a major problem and a failure on our side.
I fear NAN might be using some of the deprecated V8 APIs.

@codecov-io
Copy link

codecov-io commented Dec 15, 2018

Codecov Report

Merging #659 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #659   +/-   ##
=======================================
  Coverage   94.41%   94.41%           
=======================================
  Files          26       26           
  Lines         823      823           
=======================================
  Hits          777      777           
  Misses         46       46

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 715ffe0...c98f1e4. Read the comment docs.

@BridgeAR BridgeAR changed the title add nan to lookup.json [WIP] add nan to lookup.json Feb 16, 2019
@richardlau
Copy link
Member

It agree it should be there, but right now citgm nan fails on all supported release lines.

The test bindings need to be built: https://github.com/nodejs/nan#tests

Tests

To run the NAN tests do:

npm install
npm run-script rebuild-tests
npm test

Or just:

npm install
make test

I don't think we currently have a way in lookup.json of accommodating this.

@richardlau
Copy link
Member

It agree it should be there, but right now citgm nan fails on all supported release lines.

The test bindings need to be built: https://github.com/nodejs/nan#tests

Tests

To run the NAN tests do:

npm install
npm run-script rebuild-tests
npm test

Or just:

npm install
make test

I don't think we currently have a way in lookup.json of accommodating this.

My attempt: #696

@targos
Copy link
Member

targos commented Apr 13, 2019

Superseded by #696

@targos targos closed this Apr 13, 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.

4 participants