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
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
..
base `load' doesn't cause the compiler to be loaded in some cases 2010-02-16 21:15:40 +01:00
repl fix call counting in statprof, enhance repl support 2010-01-14 22:52:07 +01:00
vm vm-trace prints return values 2010-01-14 00:09:54 +01:00
foreign.scm add simple foreign finalization, and pointer support 2010-01-27 22:12:58 +01:00
xref.scm de-nargs struct scm_objcode; procedure-property refactor 2009-10-23 14:51:19 +02:00