fix(net/uri) fix issues and add tests #1461

Merged
vyzo merged 4 commits from hmarcien/fix-net-uri-and-tests into v0.19-staging 2026-06-13 06:59:47 +00:00 AGit
Member
No description provided.
HMarcien changed title from remove unused import to fix(net/uri) fix issues and add tests 2026-06-13 02:15:03 +00:00
HMarcien requested review from vyzo 2026-06-13 02:15:09 +00:00
vyzo approved these changes 2026-06-13 06:57:51 +00:00
vyzo left a comment

thank you, lgtm!

left a comment about a possible performance improvement, but we dont have to do it now; a TODO is fine.

thank you, lgtm! left a comment about a possible performance improvement, but we dont have to do it now; a TODO is fine.
@ -132,2 +111,2 @@
(write-u8 next)
(loop (fx+ i 1)))))))))))
(pct (char->integer #\%))
(utf8 (with-output-to-u8vector
Owner

ugh, string doesnt let you write bytes...

ugh, string doesnt let you write bytes...
Owner

it would probably be more efficient to just collect the bytes and make a u8vector at the end now that i think about it.

non-binding, we can leave it for later but probably needs a TODO.

it would probably be more efficient to just collect the bytes and make a u8vector at the end now that i think about it. non-binding, we can leave it for later but probably needs a TODO.
Owner

follow up issue in #1462

follow up issue in #1462
vyzo merged commit 2263bf9e5e into v0.19-staging 2026-06-13 06:59:47 +00:00
Sign in to join this conversation.
No description provided.