bug#78650: Guile 3.0.10: regexp-compile not exported by (ice-9 regex) module

2025-06-03 Thread Maxim Cournoyer
Hi, Tomas Volf <~@wolfsden.cz> writes: > Shalok Shalom via "Bug reports for GUILE, GNU's Ubiquitous Extension > Language" writes: > >> In the Guile 3.0.10 package provided by this distribution, the >> standard procedure regexp-compile is not exported by the (ice-9 >> regex) module. >> This cause

bug#78650: Guile 3.0.10: regexp-compile not exported by (ice-9 regex) module

2025-06-01 Thread Tomas Volf
Shalok Shalom via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" writes: > In the Guile 3.0.10 package provided by this distribution, the standard > procedure regexp-compile is not exported by the (ice-9 regex) module. > This causes an "Unbound variable: regexp-compile" error when

bug#78650: Guile 3.0.10: regexp-compile not exported by (ice-9 regex) module

2025-05-30 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
In the Guile 3.0.10 package provided by this distribution, the standard procedure regexp-compile is not exported by the (ice-9 regex) module. This causes an "Unbound variable: regexp-compile" error when attempting to use this procedure after loading the module with (use-modules (ice-9 regex)). I