src: use ranges library (C++20) more systematically#58028
Merged
nodejs-github-bot merged 2 commits intonodejs:mainfrom Jun 26, 2025
Merged
src: use ranges library (C++20) more systematically#58028nodejs-github-bot merged 2 commits intonodejs:mainfrom
nodejs-github-bot merged 2 commits intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
anonrig
approved these changes
Apr 25, 2025
tniessen
approved these changes
Apr 25, 2025
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #58028 +/- ##
=======================================
Coverage 90.27% 90.27%
=======================================
Files 630 630
Lines 186159 186147 -12
Branches 36473 36474 +1
=======================================
- Hits 168053 168050 -3
- Misses 10976 10977 +1
+ Partials 7130 7120 -10
🚀 New features to boost your workflow:
|
Collaborator
RaisinTen
approved these changes
Apr 26, 2025
marco-ippolito
approved these changes
Apr 26, 2025
jasnell
approved these changes
Apr 26, 2025
aymen94
approved these changes
Apr 28, 2025
RafaelGSS
approved these changes
Apr 29, 2025
Member
RafaelGSS
left a comment
There was a problem hiding this comment.
LGTM. Added the dont-land labels to the release lines without C++20 support.
codebytere
approved these changes
May 2, 2025
trivikr
approved these changes
May 4, 2025
bjohansebas
approved these changes
May 25, 2025
Collaborator
|
Landed in 2e9e844 |
targos
pushed a commit
that referenced
this pull request
Jul 3, 2025
PR-URL: #58028 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
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.
In PR #57975, I introduced C++20 ranges as an experiment. This current PR extends the application of ranges to simplify even more code.