bug#49085: Unicode in uri-decode: we’re parsing IRIs, so NFC (unicode normalization) applies.

2021-07-20 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
maximed in #guix pointed out that there should not be any non-ascii character in a URI, so what I was trying to do is simultaneously parse an IRI and convert it to an URI. For this to work, unicode normalization is required. From 39fd259ac1aa126ca311c687041baa5568cfdc09 Mon Sep 17 00:00:00 2001 Fro

bug#49623: [PATCH v2] Parse #{{}}# properly.

2021-07-20 Thread Maxime Devos
Maxime Devos schreef op zo 18-07-2021 om 21:47 [+0200]: > It turns out that the test fails when the patch > is applies to guile@3.0.7. I'll rebase and try > to figure things out. With the revised patch, tests succeed and the Guile library now compiles successfully. Greetings, Maxime. From 40b0b2