[intl] add Intl.Locale.prototype get variants [v8/v8 : main]

0 views
Skip to first unread message

Leszek Swirski (Gerrit)

unread,
Oct 9, 2025, 6:49:43 AM (5 days ago) Oct 9
to Frank Tang, Deepti Gandluri, V8 LUCI CQ, AyeAye, devtools-...@chromium.org, v8-flag...@chromium.org, v8-re...@googlegroups.com
Attention needed from Deepti Gandluri and Frank Tang

Leszek Swirski added 1 comment

Patchset-level comments
File-level comment, Patchset 5:
Frank Tang . unresolved

sorry, I have not add new feature to v8 for a while and forgot what I should do while I hit this kind of error. Is there some sh tool I should run to regeneratet some thing ?

Leszek Swirski

This is a new error from a new validation we added -- you need to add your new flag and builtin to `Builtins::GetJSBuiltinState`, you can follow the pattern of other similar harmony builtins.

Open in Gerrit

Related details

Attention is currently required from:
  • Deepti Gandluri
  • Frank Tang
Submit Requirements:
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: v8/v8
Gerrit-Branch: main
Gerrit-Change-Id: I49a4af9f9e75a18efb3b67f546f971d4c24e0bb0
Gerrit-Change-Number: 7018878
Gerrit-PatchSet: 6
Gerrit-Owner: Frank Tang <ft...@chromium.org>
Gerrit-Reviewer: Deepti Gandluri <gde...@chromium.org>
Gerrit-Reviewer: Frank Tang <ft...@chromium.org>
Gerrit-Reviewer: Leszek Swirski <les...@chromium.org>
Gerrit-Attention: Frank Tang <ft...@chromium.org>
Gerrit-Attention: Deepti Gandluri <gde...@chromium.org>
Gerrit-Comment-Date: Thu, 09 Oct 2025 10:49:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Frank Tang <ft...@chromium.org>
unsatisfied_requirement
open
diffy

Frank Tang (Gerrit)

unread,
Oct 9, 2025, 2:32:28 PM (4 days ago) Oct 9
to Leszek Swirski, Deepti Gandluri, V8 LUCI CQ, AyeAye, devtools-...@chromium.org, v8-flag...@chromium.org, v8-re...@googlegroups.com
Attention needed from Deepti Gandluri and Leszek Swirski

Frank Tang added 1 comment

Patchset-level comments
File-level comment, Patchset 5:
Frank Tang . resolved

sorry, I have not add new feature to v8 for a while and forgot what I should do while I hit this kind of error. Is there some sh tool I should run to regeneratet some thing ?

Leszek Swirski

This is a new error from a new validation we added -- you need to add your new flag and builtin to `Builtins::GetJSBuiltinState`, you can follow the pattern of other similar harmony builtins.

Frank Tang

Done

Open in Gerrit

Related details

Attention is currently required from:
  • Deepti Gandluri
  • Leszek Swirski
Submit Requirements:
    • requirement is not satisfiedCode-Owners
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: v8/v8
    Gerrit-Branch: main
    Gerrit-Change-Id: I49a4af9f9e75a18efb3b67f546f971d4c24e0bb0
    Gerrit-Change-Number: 7018878
    Gerrit-PatchSet: 8
    Gerrit-Owner: Frank Tang <ft...@chromium.org>
    Gerrit-Reviewer: Deepti Gandluri <gde...@chromium.org>
    Gerrit-Reviewer: Frank Tang <ft...@chromium.org>
    Gerrit-Reviewer: Leszek Swirski <les...@chromium.org>
    Gerrit-Attention: Deepti Gandluri <gde...@chromium.org>
    Gerrit-Attention: Leszek Swirski <les...@chromium.org>
    Gerrit-Comment-Date: Thu, 09 Oct 2025 18:32:21 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Frank Tang <ft...@chromium.org>
    Comment-In-Reply-To: Leszek Swirski <les...@chromium.org>
    unsatisfied_requirement
    open
    diffy

    Frank Tang (Gerrit)

    unread,
    Oct 9, 2025, 6:27:21 PM (4 days ago) Oct 9
    to Leszek Swirski, Deepti Gandluri, V8 LUCI CQ, AyeAye, devtools-...@chromium.org, v8-flag...@chromium.org, v8-re...@googlegroups.com
    Attention needed from Deepti Gandluri and Leszek Swirski

    Frank Tang added 1 comment

    Patchset-level comments
    File-level comment, Patchset 8 (Latest):
    Frank Tang . resolved

    Do you know how should I fix the following issue?

    It seems not solved by rerun ./tools/dev/gen-static-roots.py

    Step _compile_ failed. Error logs are shown below:
    [4976/7783] CXX clang_x64_v8_arm64/obj/v8_base_without_compiler/api.o
    ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF clang_x64_v8_arm64/obj/v8_base_without_compiler/api.o.d -D__STDC_CONSTANT_MA...(too long)
    ../../src/api/api.cc:628:35: error: static assertion failed due to requirement 'v8::internal::Internals::StaticReadOnlyRoot::kTheHoleValue == v8::internal::StaticReadOnlyRoot::kTheHoleValue'
    628 | EXPORTED_STATIC_ROOTS_PTR_MAPPING(CHECK_STATIC_ROOT)
    | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
    ../../src/api/api.cc:620:3: note: expanded from macro 'EXPORTED_STATIC_ROOTS_PTR_MAPPING'
    620 | V(TheHoleValue, i::StaticReadOnlyRoot::kTheHoleValue) \
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ../../src/api/api.cc:627:17: note: expanded from macro 'CHECK_STATIC_ROOT'
    627 | static_assert(Internals::StaticReadOnlyRoot::k##name == value);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ...The message was too long...
    Gerrit-Comment-Date: Thu, 09 Oct 2025 22:27:15 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    unsatisfied_requirement
    open
    diffy

    Frank Tang (Gerrit)

    unread,
    Oct 10, 2025, 5:47:24 PM (3 days ago) Oct 10
    to Olivier Flückiger, Leszek Swirski, Deepti Gandluri, V8 LUCI CQ, AyeAye, devtools-...@chromium.org, v8-flag...@chromium.org, v8-re...@googlegroups.com
    Attention needed from Deepti Gandluri, Leszek Swirski and Olivier Flückiger

    Frank Tang added 1 comment

    Patchset-level comments
    Frank Tang . resolved

    Olivier: please help. I do not know how to fix this check. Any idea why my CL is broken here?

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Deepti Gandluri
    • Leszek Swirski
    • Olivier Flückiger
    Submit Requirements:
    • requirement is not satisfiedCode-Owners
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: v8/v8
    Gerrit-Branch: main
    Gerrit-Change-Id: I49a4af9f9e75a18efb3b67f546f971d4c24e0bb0
    Gerrit-Change-Number: 7018878
    Gerrit-PatchSet: 8
    Gerrit-Owner: Frank Tang <ft...@chromium.org>
    Gerrit-Reviewer: Deepti Gandluri <gde...@chromium.org>
    Gerrit-Reviewer: Frank Tang <ft...@chromium.org>
    Gerrit-Reviewer: Leszek Swirski <les...@chromium.org>
    Gerrit-Reviewer: Olivier Flückiger <ol...@chromium.org>
    Gerrit-Attention: Olivier Flückiger <ol...@chromium.org>
    Gerrit-Attention: Deepti Gandluri <gde...@chromium.org>
    Gerrit-Attention: Leszek Swirski <les...@chromium.org>
    Gerrit-Comment-Date: Fri, 10 Oct 2025 21:47:17 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    unsatisfied_requirement
    open
    diffy

    Leszek Swirski (Gerrit)

    unread,
    Oct 13, 2025, 5:42:39 AM (21 hours ago) Oct 13
    to Frank Tang, Olivier Flückiger, Deepti Gandluri, V8 LUCI CQ, AyeAye, devtools-...@chromium.org, v8-flag...@chromium.org, v8-re...@googlegroups.com
    Attention needed from Deepti Gandluri, Frank Tang and Olivier Flückiger

    Leszek Swirski added 1 comment

    Patchset-level comments
    Frank Tang . unresolved

    Olivier: please help. I do not know how to fix this check. Any idea why my CL is broken here?

    Leszek Swirski

    you need to update the externally visible HoleValue in https://source.chromium.org/chromium/chromium/src/+/main:v8/include/v8-internal.h;l=1035;drc=d1eb7578dd9dc96706ce977167f603dcc0ded4dd to the new one in src/roots/static-roots-intl-nowasm.h

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Deepti Gandluri
    • Frank Tang
    • Olivier Flückiger
    Submit Requirements:
      • requirement is not satisfiedCode-Owners
      • requirement is not satisfiedCode-Review
      • requirement is not satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: v8/v8
      Gerrit-Branch: main
      Gerrit-Change-Id: I49a4af9f9e75a18efb3b67f546f971d4c24e0bb0
      Gerrit-Change-Number: 7018878
      Gerrit-PatchSet: 8
      Gerrit-Owner: Frank Tang <ft...@chromium.org>
      Gerrit-Reviewer: Deepti Gandluri <gde...@chromium.org>
      Gerrit-Reviewer: Frank Tang <ft...@chromium.org>
      Gerrit-Reviewer: Leszek Swirski <les...@chromium.org>
      Gerrit-Reviewer: Olivier Flückiger <ol...@chromium.org>
      Gerrit-Attention: Olivier Flückiger <ol...@chromium.org>
      Gerrit-Attention: Frank Tang <ft...@chromium.org>
      Gerrit-Attention: Deepti Gandluri <gde...@chromium.org>
      Gerrit-Comment-Date: Mon, 13 Oct 2025 09:42:25 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      Comment-In-Reply-To: Frank Tang <ft...@chromium.org>
      unsatisfied_requirement
      open
      diffy

      Frank Tang (Gerrit)

      unread,
      Oct 13, 2025, 7:36:29 PM (7 hours ago) Oct 13
      to Olivier Flückiger, Leszek Swirski, Deepti Gandluri, V8 LUCI CQ, AyeAye, cbruni...@chromium.org, devtools-...@chromium.org, v8-flag...@chromium.org, v8-re...@googlegroups.com
      Attention needed from Deepti Gandluri, Leszek Swirski and Olivier Flückiger

      Frank Tang added 2 comments

      Patchset-level comments
      File-level comment, Patchset 8:
      Frank Tang . resolved

      Olivier: please help. I do not know how to fix this check. Any idea why my CL is broken here?

      Leszek Swirski

      you need to update the externally visible HoleValue in https://source.chromium.org/chromium/chromium/src/+/main:v8/include/v8-internal.h;l=1035;drc=d1eb7578dd9dc96706ce977167f603dcc0ded4dd to the new one in src/roots/static-roots-intl-nowasm.h

      Frank Tang

      Done

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Deepti Gandluri
      • Leszek Swirski
      • Olivier Flückiger
      Submit Requirements:
        • requirement is not satisfiedCode-Owners
        • requirement is not satisfiedCode-Review
        • requirement is not satisfiedReview-Enforcement
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: comment
        Gerrit-Project: v8/v8
        Gerrit-Branch: main
        Gerrit-Change-Id: I49a4af9f9e75a18efb3b67f546f971d4c24e0bb0
        Gerrit-Change-Number: 7018878
        Gerrit-PatchSet: 9
        Gerrit-Owner: Frank Tang <ft...@chromium.org>
        Gerrit-Reviewer: Deepti Gandluri <gde...@chromium.org>
        Gerrit-Reviewer: Frank Tang <ft...@chromium.org>
        Gerrit-Reviewer: Leszek Swirski <les...@chromium.org>
        Gerrit-Reviewer: Olivier Flückiger <ol...@chromium.org>
        Gerrit-Attention: Olivier Flückiger <ol...@chromium.org>
        Gerrit-Attention: Deepti Gandluri <gde...@chromium.org>
        Gerrit-Attention: Leszek Swirski <les...@chromium.org>
        Gerrit-Comment-Date: Mon, 13 Oct 2025 23:36:21 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: No
        Comment-In-Reply-To: Frank Tang <ft...@chromium.org>
        Comment-In-Reply-To: Leszek Swirski <les...@chromium.org>
        unsatisfied_requirement
        open
        diffy
        Reply all
        Reply to author
        Forward
        0 new messages