1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
guile/module/system/base
Andy Wingo 04af4c4c52 `load' doesn't cause the compiler to be loaded in some cases
* module/system/base/compile.scm (compiled-file-name): Add a comment.
* module/ice-9/boot-9.scm (load): Avoid loading up (system base compile)
  just to compute an autocompiled file name. Fixes the issue whereby
  guile-tools snarf-check-and-output-texi was inadvertantly loading up
  srfi-1, and thereby a stale library, just to see if guile-tools itself
  had a compiled version.

  Not sure what the right unit test is here, other than vigilance.
2010-02-16 21:15:40 +01:00
..
compile.scm `load' doesn't cause the compiler to be loaded in some cases 2010-02-16 21:15:40 +01:00
language.scm compilation enviroments are always modules; simplifications & refactorings 2009-10-16 15:33:32 +02:00
message.scm Add `-Wunused-toplevel' compiler warning. 2010-01-11 01:21:13 +01:00
pmatch.scm inline calls to some primitives 2009-05-17 23:24:26 +02:00
syntax.scm let-values in terms of syntax-case, add make-tree-il-folder 2009-08-05 21:35:30 +02:00