Uh oh!
There was an error while loading. Please reload this page.
crypto: fix warnings in test_node_crypto.cc - #63490
Conversation
nodejs-github-bot
commented
May 22, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #63490 +/- ##
=======================================
Coverage 90.33% 90.33% =======================================
Files 730 730 Lines 234362 234362 Branches 43906 43919 +13 =======================================
Hits 211713 211713 + Misses 14371 14370 -1 - Partials 8278 8279 +1 🚀 New features to boost your workflow:
|
nodejs-github-bot
commented
May 22, 2026
MayaLekova
commented
May 25, 2026
@joyeecheung can I re-run the failing tests somehow? E.g. this one looks like flaky test. |
joyeecheung
commented
May 25, 2026
With only one approval this could only land after 7 days since the PR is opened. Trying to see if anyone else is interested in reviewing it...cc @nodejs/cpp-reviewers |
nodejs-github-bot
commented
May 25, 2026
MayaLekova
commented
May 26, 2026
I'm looking at some of the Git errors in one of the failing builds: |
To keep the PR branch up-to-date with main, in Node.js we use I think you will need to rebase onto the main branch with |
Fix build warnings by casting the number literals to the size_t constants they are compared against. Signed-off-by: Maya Lekova <maya@igalia.com>
c05b73b to
7d2b699CompareThanks, Joyee @joyeecheung ! I thought using the UI does rebasing indeed. Fixed things from the command line, similar to what you suggested. Can I re-trigger the CI myself? I don't think I can edit the labels (probably due to lack of committer status). |
nodejs-github-bot
commented
May 26, 2026
nodejs-github-bot
commented
May 27, 2026
MayaLekova
commented
Jun 1, 2026
Again the CI didn't retrigger for some reason, even after Joyee added the request-ci label. |
nodejs-github-bot
commented
Jun 1, 2026
nodejs-github-bot
commented
Jun 1, 2026
nodejs-github-bot
commented
Jun 2, 2026
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jun 2, 2026
Landed in f234f0d |
Fix build warnings by casting the number literals to the size_t constants they are compared against. Signed-off-by: Maya Lekova <maya@igalia.com> PR-URL: #63490 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Fix build warnings by casting the number literals to the size_t constants they are compared against. Signed-off-by: Maya Lekova <maya@igalia.com> PR-URL: #63490 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Fix build warnings by casting the number literals to the size_t constants they are compared against. Signed-off-by: Maya Lekova <maya@igalia.com> PR-URL: #63490 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Fix build warnings by casting the number literals to the size_t constants they are compared against.