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

git-node v8: remove eu-strip during major upgrades #243

Merged
merged 2 commits into from
May 3, 2018

Conversation

targos
Copy link
Member

@targos targos commented May 1, 2018

@targos
Copy link
Member Author

targos commented May 1, 2018

Note: Node's gitignore was updated in nodejs/node#20304 to ignore the eu-strip directory. It is not enough because the rule is overwritten by V8's gitignore.
The new task removes the V8 rule and the local directory.

Copy link
Contributor

@priyank-p priyank-p left a comment

Choose a reason for hiding this comment

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

LGTM, after the lint issue is fixed.

@@ -1,10 +1,11 @@
'use strict';

const fs = require('fs');
const fs = require('fs-extra');
const path = require('path');

const constants = require('./constants');
Copy link
Contributor

Choose a reason for hiding this comment

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

This line needs be removed, the lint fails here since its not required anymore.

@codecov

This comment has been minimized.

@joyeecheung joyeecheung merged commit 80ec407 into nodejs:master May 3, 2018
@targos targos deleted the v8-eu-strip branch May 3, 2018 08:09
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.

3 participants