1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 19:20:27 +02:00
guile/module
Jan (janneke) Nieuwenhuizen 9bfd0b544f squash! Fix 'absolute-file-name?' and others for cross-build to MinGW.
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.
2022-11-10 10:33:53 -08:00
..
ice-9 squash! Fix 'absolute-file-name?' and others for cross-build to MinGW. 2022-11-10 10:33:53 -08:00
language Baseline compiler no longer crashes on (not (list 1 2)). 2022-10-01 16:00:05 +02:00
oop goops: Preserve all slot options in redefinable classes. 2021-03-19 21:45:53 +01:00
rnrs Write a proper vector-map and vector-for-each for (rnrs base) 2021-03-09 21:10:04 +01:00
scheme Add function vector-copy! to core 2021-08-06 17:13:21 +02:00
scripts Bump copyright years for user-visible copyright messages 2021-01-07 13:00:46 +01:00
srfi srfi-35: Fix expansion of 'condition' for compound conditions. 2022-10-01 18:04:16 +02:00
sxml sxml: Make parser thread-safe. 2021-10-22 13:52:40 +02:00
system disassembler: Show intrinsic name for 'call-' instructions. 2022-11-01 22:02:19 +01:00
texinfo texinfo: Add basic support for @w{...}. 2020-06-18 00:30:30 +02:00
web web: 'tls-wrap' retries handshake upon non-fatal errors. 2022-08-04 15:59:23 +02:00
Makefile.am Rework bootstrap to be reproducible 2022-02-01 14:50:40 +01:00
rnrs.scm Define top-level bindings for aux syntax: else, =>, _, ... 2019-09-12 21:50:51 +02:00
statprof.scm Statprof reports primitive names 2020-06-04 11:46:34 +02:00
texinfo.scm texinfo: Add basic support for @w{...}. 2020-06-18 00:30:30 +02:00