1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/module/system
Ludovic Courtès 5a79300f85 Add %auto-compilation-options', used by compile-file' when auto-compiling.
* module/ice-9/boot-9.scm (%auto-compilation-options): New variable.
  (load-in-vicinity): Honor it.

* libguile/load.c (kw_opts, sym_compile_file,
  sym_auto_compilation_options): New variables.
  (do_try_auto_compile): Honor %AUTO-COMPILATION-OPTIONS.

* module/system/repl/common.scm (repl-default-options): Have
  `compile-options' default to %AUTO-COMPILATION-OPTIONS.
2011-02-13 19:18:02 +01:00
..
base Add `*current-warning-prefix*'. 2011-02-13 19:13:36 +01:00
repl Add %auto-compilation-options', used by compile-file' when auto-compiling. 2011-02-13 19:18:02 +01:00
vm frame-source available in default environment 2011-02-11 12:43:05 +01:00
foreign.scm Have `define-wrapped-pointer-type' take a type name. 2011-02-08 22:42:45 +01:00
xref.scm system xref maintains source mapping for nested procedures too 2010-09-24 13:24:48 +02:00