spk121 / guile-gi

Bindings for GObject Introspection and libgirepository for Guile
GNU General Public License v3.0
58 stars 7 forks source link

Unicode mishap in test/string.scm #112

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello,

The new guile reader chokes on test/string.scm, because it contains ◌̀ (dotted circle U+25cc, followed by grave accent U+0300). In guile 3.0.2, the reader just ignored the dotted circle, but in guile 3.0.7 this bug is fixed.

https://issues.guix.gnu.org/51447

ghost commented 2 years ago

You can fix it with the following patch:

0001-Fix-a-reader-failure-with-3.0.7.zip

spk121 commented 2 years ago

Thanks for the report