Skip to content

✨ feat(mq-lang): add url_decode builtin function#1964

Merged
harehare merged 1 commit into
mainfrom
feat/builtin-url-decode
Jul 2, 2026
Merged

✨ feat(mq-lang): add url_decode builtin function#1964
harehare merged 1 commit into
mainfrom
feat/builtin-url-decode

Conversation

@harehare

@harehare harehare commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Adds a named url_decode(s) counterpart to url_encode(s). The underlying percent-decoding already existed for the @ :urid conversion operator; this exposes it as a directly callable function for symmetry.

Adds a named url_decode(s) counterpart to url_encode(s). The underlying
percent-decoding already existed for the `@ :urid` conversion operator;
this exposes it as a directly callable function for symmetry.
@codspeed-hq

codspeed-hq Bot commented Jul 2, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 31 untouched benchmarks


Comparing feat/builtin-url-decode (eda0f78) with main (e3d21e5)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (3c052ad) during the generation of this report, so e3d21e5 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@harehare harehare merged commit 9fced2b into main Jul 2, 2026
11 checks passed
@harehare harehare deleted the feat/builtin-url-decode branch July 2, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant