1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/system
Andy Wingo f3130a2ecf compiled-file-name tries to put the .go in the %load-compiled-path
* module/system/base/compile.scm (ensure-writable-dir): Rename from
  ensure-directory.
  (dsu-sort): Helper, does a decorate / sort / undecorate.
  (compiled-file-name): Refactor to only return a writable filename. The
  readable case is handled by load.c now, and the other case was silly.
  Hopefully it will do the right thing.
  (load-ensuring-compiled): Remove, load.c will call out to compile-file
  if necessary.
  (ensure-fallback-path): Remove, load.c will add the ~/.guile-ccache dir
  to the load-compiled path, which will prompt its creation if necessary.
2009-06-03 22:20:55 +02:00
..
base compiled-file-name tries to put the .go in the %load-compiled-path 2009-06-03 22:20:55 +02:00
repl fix backtraces with compiled boot-9 2009-05-26 21:51:42 +02:00
vm fix erroneous #:use-syntax clausen 2009-04-22 22:27:50 +02:00
xref.scm Improved handling of callers cache in (system xref). 2009-04-04 11:55:50 -07:00