final (?) tweaks to the autocompile code
authorAndy Wingo <wingo@pobox.com>
Fri, 5 Jun 2009 08:24:35 +0000 (10:24 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 5 Jun 2009 08:24:35 +0000 (10:24 +0200)
commit628132c5acfb804e798a6a240a0333587831f837
treea2cac6f92e785cd453f1a95fd104acc1c725d942
parent3c997c4ba9862b9f9bd19aac3d6ac866b2b42a77
final (?) tweaks to the autocompile code

* libguile/load.c (do_try_autocompile): Use module_variable, not
  module_lookup, when resolving compile-file, so we get #f instead of an
  exception if the compiler is in the process of being loaded.
  (scm_primitive_load_path): In what I hope is the last patch to this
  code, recheck the fallback path if we found a stale installed .go file.
libguile/load.c