mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-04 19:20:27 +02:00
FIXME in 3.0.7, this works: ;; boot-9.scm (define (compile-time-file-name-convention) (let ((target ((@ (system base target) target-type)))) (cond ((equal? target %host-type) (system-file-name-convention)) ((string-contains-ci target "mingw") 'windows) (else 'posix))))) in 3.0.8 it aborts hard. guile: uncaught exception: Unbound variable:define-module Cannot exit gracefully when init is in progress; aborting. * module/ice-9/boot-9.scm (eval): Avoid calling (target-type) this hardcodes 'posix again. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scheme | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |