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

test: remove harmony flags #22285

Closed
wants to merge 2 commits into from
Closed

Conversation

BridgeAR
Copy link
Member

@BridgeAR BridgeAR commented Aug 12, 2018

v8 supports BigInt and this can now be removed.
Update: I went ahead and removed all harmony flags where v8 supports it out of the box.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Aug 12, 2018
@@ -1,7 +1,5 @@
'use strict';

// Flags: --harmony-bigint
Copy link
Member

Choose a reason for hiding this comment

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

this entire file should be put into test-util-inspect.js

@jasnell jasnell added the fast-track PRs that do not need to wait for 48 hours to land. label Aug 12, 2018
@jasnell
Copy link
Member

jasnell commented Aug 12, 2018

Trivial enough to fast-track, I think... with or without moving into test-util-inspect.js

Please 👍 to approve fast-track.

@trivikr
Copy link
Member

trivikr commented Aug 12, 2018

The flag --harmony-bigint needs to be removed from documentation also

v8 6.8 supports all removed flags. For example for BigInt.
@@ -1,6 +1,6 @@
'use strict';

// Flags: --experimental-vm-modules --harmony-import-meta
Copy link
Member

Choose a reason for hiding this comment

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

unrelated changes?

@@ -1,6 +1,6 @@
'use strict';

// Flags: --experimental-vm-modules --experimental-modules --harmony-dynamic-import
Copy link
Member

Choose a reason for hiding this comment

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

unrelated changes?

@BridgeAR BridgeAR removed the fast-track PRs that do not need to wait for 48 hours to land. label Aug 13, 2018
@BridgeAR BridgeAR changed the title test: remove bigint harmony flag test: remove harmony flags Aug 13, 2018
@BridgeAR
Copy link
Member Author

I went ahead and removed all harmony flags that v8 supports out of the box and updated the commit message accordingly.

@BridgeAR
Copy link
Member Author

BridgeAR commented Aug 13, 2018

@trivikr trivikr added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 13, 2018
@trivikr
Copy link
Member

trivikr commented Aug 14, 2018

Resume build: https://ci.nodejs.org/job/node-test-pull-request/16441/ ✔️

BridgeAR added a commit to BridgeAR/node that referenced this pull request Aug 15, 2018
v8 6.8 supports all removed flags. For example for BigInt.

PR-URL: nodejs#22285
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
@BridgeAR
Copy link
Member Author

Landed in 525544b 🎉

@BridgeAR BridgeAR closed this Aug 15, 2018
@targos targos added backport-requested-v10.x and removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Aug 19, 2018
@targos
Copy link
Member

targos commented Aug 19, 2018

Should this be backported to v10.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label.

Edit: the conflict was related to a semver-major change and trivial to fix.

targos pushed a commit that referenced this pull request Aug 19, 2018
v8 6.8 supports all removed flags. For example for BigInt.

PR-URL: #22285
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
targos pushed a commit that referenced this pull request Sep 3, 2018
v8 6.8 supports all removed flags. For example for BigInt.

PR-URL: #22285
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants