Skip to content

url: create URLPattern result properties in WebIDL order - #64733

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Archkon:url2
Jul 28, 2026
Merged

url: create URLPattern result properties in WebIDL order#64733
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Archkon:url2

Conversation

@Archkon

@Archkon Archkon commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Fixes: #64732

@Archkon

Archkon commented Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

ping @nodejs/url

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation. labels Jul 25, 2026
@codecov

codecov Bot commented Jul 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.14%. Comparing base (4a5eb1c) to head (8fb02c6).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #64733      +/-   ##
==========================================
- Coverage   90.15%   90.14%   -0.01%     
==========================================
  Files         744      744              
  Lines      242517   242517              
  Branches    45688    45696       +8     
==========================================
- Hits       218642   218620      -22     
- Misses      15358    15386      +28     
+ Partials     8517     8511       -6     
Files with missing lines Coverage Δ
src/node_url_pattern.cc 83.72% <100.00%> (ø)

... and 26 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Reorder the URLPatternResult and URLPatternComponentResult dictionary
templates, together with their value arrays, to follow the
lexicographical member order required by WebIDL.

Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
@Archkon

Archkon commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Could some collaborator apply request-ci for this ?

@anonrig anonrig added request-ci Add this label to start a Jenkins CI on a PR. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Jul 27, 2026
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 27, 2026
@nodejs-github-bot

This comment was marked as outdated.

@Archkon

Archkon commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

@panva @anonrig I can't access jenkins ci so could you take a look at these failed tests ?

@panva

panva commented Jul 27, 2026

Copy link
Copy Markdown
Member

I can't access jenkins ci so could you take a look at these failed tests ?

failures are unrelated, we'll resume CI once the build infra issue gets resolved

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@Archkon

Archkon commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

@panva Could you consider this pr to be added to commit queue and I maybe need to work on this commit to push other pr that related to whatwg-url forward?Many thanks!

@panva panva added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 28, 2026
@panva

panva commented Jul 28, 2026

Copy link
Copy Markdown
Member

@Archkon thank you for working on this!

@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 28, 2026
@nodejs-github-bot
nodejs-github-bot merged commit b4bbb12 into nodejs:main Jul 28, 2026
74 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in b4bbb12

@Archkon
Archkon deleted the url2 branch July 28, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

url: URLPattern.exec() result properties are not created in WebIDL order

4 participants