libv8 6.2.414.42.1 → 6.3.292.48.0beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/libv8/version.rb +1 -1
  4. data/vendor/depot_tools/PRESUBMIT.py +38 -0
  5. data/vendor/depot_tools/bootstrap/win/manifest.txt +3 -1
  6. data/vendor/depot_tools/bootstrap/win/manifest_bleeding_edge.txt +2 -0
  7. data/vendor/depot_tools/checkout.py +1 -1
  8. data/vendor/depot_tools/cipd_manifest.txt +1 -1
  9. data/vendor/depot_tools/gclient_scm.py +23 -14
  10. data/vendor/depot_tools/gerrit_util.py +15 -10
  11. data/vendor/depot_tools/git_cl.py +23 -11
  12. data/vendor/depot_tools/git_drover.py +2 -1
  13. data/vendor/depot_tools/git_upstream_diff.py +2 -1
  14. data/vendor/depot_tools/gsutil.py +1 -1
  15. data/vendor/depot_tools/infra/config/recipes.cfg +1 -1
  16. data/vendor/depot_tools/presubmit_canned_checks.py +8 -1
  17. data/vendor/depot_tools/presubmit_support.py +2 -1
  18. data/vendor/depot_tools/recipes/README.recipes.md +56 -43
  19. data/vendor/depot_tools/recipes/recipe_modules/bot_update/__init__.py +1 -0
  20. data/vendor/depot_tools/recipes/recipe_modules/bot_update/api.py +1 -4
  21. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic_luci.json +105 -0
  22. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.py +5 -0
  23. data/vendor/depot_tools/recipes/recipe_modules/depot_tools/__init__.py +6 -0
  24. data/vendor/depot_tools/recipes/recipe_modules/depot_tools/api.py +25 -0
  25. data/vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/basic.json +12 -0
  26. data/vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/basic_luci.json +75 -0
  27. data/vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/win.json +12 -0
  28. data/vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py +10 -1
  29. data/vendor/depot_tools/recipes/recipe_modules/tryserver/api.py +13 -11
  30. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch.json +2 -0
  31. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch_luci.json +2 -0
  32. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_rietveld_patch.json +2 -0
  33. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_rietveld_patch_new.json +2 -0
  34. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch.json +2 -0
  35. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch_new.json +2 -0
  36. data/vendor/depot_tools/recipes/trigger_recipe_roller.txt +1 -0
  37. data/vendor/depot_tools/roll_dep.py +116 -78
  38. data/vendor/depot_tools/scm.py +6 -4
  39. data/vendor/depot_tools/split_cl.py +45 -18
  40. metadata +7 -5
  41. data/patches/0005-avoid-constructor-inheritance-due-to-compilation-iss.patch +0 -81
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libv8
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.2.414.42.1
4
+ version: 6.3.292.48.0beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Lowell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-13 00:00:00.000000000 Z
11
+ date: 2017-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -89,7 +89,6 @@ files:
89
89
  - patches/0002-Don-t-compile-unnecessary-stuff.patch
90
90
  - patches/0003-Use-the-fPIC-flag-for-the-static-library.patch
91
91
  - patches/0004-Do-not-embed-debug-symbols-in-macOS-libraries.patch
92
- - patches/0005-avoid-constructor-inheritance-due-to-compilation-iss.patch
93
92
  - patches/mingw-generate-makefiles.sh
94
93
  - scaleway.png
95
94
  - spec/compiler/apple_llvm_spec.rb
@@ -415,6 +414,7 @@ files:
415
414
  - vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/apply_gerrit_ref.json
416
415
  - vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/apply_gerrit_ref_custom.json
417
416
  - vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic.json
417
+ - vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic_luci.json
418
418
  - vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json
419
419
  - vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/buildbot.json
420
420
  - vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/clobber.json
@@ -478,6 +478,7 @@ files:
478
478
  - vendor/depot_tools/recipes/recipe_modules/depot_tools/__init__.py
479
479
  - vendor/depot_tools/recipes/recipe_modules/depot_tools/api.py
480
480
  - vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/basic.json
481
+ - vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/basic_luci.json
481
482
  - vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/win.json
482
483
  - vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.py
483
484
  - vendor/depot_tools/recipes/recipe_modules/gclient/__init__.py
@@ -575,6 +576,7 @@ files:
575
576
  - vendor/depot_tools/recipes/recipes.py
576
577
  - vendor/depot_tools/recipes/recipes/fetch_end_to_end_test.expected/basic.json
577
578
  - vendor/depot_tools/recipes/recipes/fetch_end_to_end_test.py
579
+ - vendor/depot_tools/recipes/trigger_recipe_roller.txt
578
580
  - vendor/depot_tools/repo
579
581
  - vendor/depot_tools/rietveld.py
580
582
  - vendor/depot_tools/roll-dep
@@ -1016,9 +1018,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
1016
1018
  version: '0'
1017
1019
  required_rubygems_version: !ruby/object:Gem::Requirement
1018
1020
  requirements:
1019
- - - ">="
1021
+ - - ">"
1020
1022
  - !ruby/object:Gem::Version
1021
- version: '0'
1023
+ version: 1.3.1
1022
1024
  requirements: []
1023
1025
  rubyforge_project: libv8
1024
1026
  rubygems_version: 2.6.13
@@ -1,81 +0,0 @@
1
- From dae2970a6e2f4ac30a1deee21562ac00cce3794a Mon Sep 17 00:00:00 2001
2
- From: Tobias Tebbi <tebbi@chromium.org>
3
- Date: Tue, 10 Oct 2017 22:39:41 +0200
4
- Subject: [PATCH 5/5] avoid constructor inheritance due to compilation issues
5
-
6
- Constructor inheritance of a templated constructor is causing compilation issues for node.js:
7
-
8
- https: //github.com/nodejs/node/pull/15362#issue-257007421
9
- Change-Id: I7d099ff5a1a2fd5b19c11112ddef8fe824e509f7
10
- Reviewed-on: https://chromium-review.googlesource.com/707008
11
- Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
12
- Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
13
- Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
14
- Cr-Commit-Position: refs/heads/master@{#48445}
15
- ---
16
- src/compiler/common-operator.cc | 4 ++--
17
- src/compiler/common-operator.h | 12 ++++++++----
18
- 2 files changed, 10 insertions(+), 6 deletions(-)
19
-
20
- diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc
21
- index c48773920d..d92722f701 100644
22
- --- a/src/compiler/common-operator.cc
23
- +++ b/src/compiler/common-operator.cc
24
- @@ -1255,7 +1255,7 @@ bool IsRestOf(Operator const* op) {
25
- return OpParameter<bool>(op);
26
- }
27
-
28
- -const Operator* CommonOperatorBuilder::ObjectState(int object_id,
29
- +const Operator* CommonOperatorBuilder::ObjectState(uint32_t object_id,
30
- int pointer_slots) {
31
- return new (zone()) Operator1<ObjectStateInfo>( // --
32
- IrOpcode::kObjectState, Operator::kPure, // opcode
33
- @@ -1265,7 +1265,7 @@ const Operator* CommonOperatorBuilder::ObjectState(int object_id,
34
- }
35
-
36
- const Operator* CommonOperatorBuilder::TypedObjectState(
37
- - int object_id, const ZoneVector<MachineType>* types) {
38
- + uint32_t object_id, const ZoneVector<MachineType>* types) {
39
- return new (zone()) Operator1<TypedObjectStateInfo>( // --
40
- IrOpcode::kTypedObjectState, Operator::kPure, // opcode
41
- "TypedObjectState", // name
42
- diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
43
- index f7638a3cca..9dfb059518 100644
44
- --- a/src/compiler/common-operator.h
45
- +++ b/src/compiler/common-operator.h
46
- @@ -125,7 +125,8 @@ V8_EXPORT_PRIVATE int ParameterIndexOf(const Operator* const);
47
- const ParameterInfo& ParameterInfoOf(const Operator* const);
48
-
49
- struct ObjectStateInfo final : std::pair<uint32_t, int> {
50
- - using std::pair<uint32_t, int>::pair;
51
- + ObjectStateInfo(uint32_t object_id, int size)
52
- + : std::pair<uint32_t, int>(object_id, size) {}
53
- uint32_t object_id() const { return first; }
54
- int size() const { return second; }
55
- };
56
- @@ -134,7 +135,10 @@ size_t hash_value(ObjectStateInfo const& p);
57
-
58
- struct TypedObjectStateInfo final
59
- : std::pair<uint32_t, const ZoneVector<MachineType>*> {
60
- - using std::pair<uint32_t, const ZoneVector<MachineType>*>::pair;
61
- + TypedObjectStateInfo(uint32_t object_id,
62
- + const ZoneVector<MachineType>* machine_types)
63
- + : std::pair<uint32_t, const ZoneVector<MachineType>*>(object_id,
64
- + machine_types) {}
65
- uint32_t object_id() const { return first; }
66
- const ZoneVector<MachineType>* machine_types() const { return second; }
67
- };
68
- @@ -385,8 +389,8 @@ class V8_EXPORT_PRIVATE CommonOperatorBuilder final
69
- SparseInputMask bitmask);
70
- const Operator* ArgumentsElementsState(bool is_rest);
71
- const Operator* ArgumentsLengthState(bool is_rest);
72
- - const Operator* ObjectState(int object_id, int pointer_slots);
73
- - const Operator* TypedObjectState(int object_id,
74
- + const Operator* ObjectState(uint32_t object_id, int pointer_slots);
75
- + const Operator* TypedObjectState(uint32_t object_id,
76
- const ZoneVector<MachineType>* types);
77
- const Operator* FrameState(BailoutId bailout_id,
78
- OutputFrameStateCombine state_combine,
79
- --
80
- 2.14.3
81
-