Conversation
Original commit message:
[api] Delete usages of v8::HeapProfile::ObjectNameResolver
... and start deprecation of the class definition.
Bug: 333672197
Change-Id: I9517d09cd1e01b9893384cb9408d714affcefdee
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7614327
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#105492}
Refs: v8/v8@95efbaf
Collaborator
|
Review requested:
|
Member
|
Presumably this is for the build spam? |
`req.result` is `ssize_t` while `UV_EIO` is an enumerator, which GCC flags as mixing enumerated and non-enumerated types in a conditional expression. Assisted-by: Devin Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Contributor
Author
This is to reduce the noise in CI logs. v8/v8@95efbaf applies cleanly, and the other changes are completely harmless AFAICT |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #66020 +/- ##
==========================================
- Coverage 90.22% 90.19% -0.03%
==========================================
Files 785 785
Lines 269357 269368 +11
Branches 51511 51508 -3
==========================================
- Hits 243016 242966 -50
- Misses 16853 16913 +60
- Partials 9488 9489 +1
🚀 New features to boost your workflow:
|
meixg
approved these changes
Sep 15, 2026
|
jasnell
approved these changes
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This aims to remove the following warnings from CI logs: