compile-file gets #:canonicalization arg, defaults to 'relative
authorAndy Wingo <wingo@pobox.com>
Mon, 19 Apr 2010 11:34:29 +0000 (13:34 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 19 Apr 2010 11:34:29 +0000 (13:34 +0200)
commitb9e67767ae7f7544563286f731b135435967fa26
tree24a9bfbf5ebffd57db1cdaf2020ed520d570812d
parent69cac23837eaa3f506658696bd8692764a432e4a
compile-file gets #:canonicalization arg, defaults to 'relative

* module/system/base/compile.scm (compile-file, compile-and-load): Add a
  keyword arg #:canonicalization, which defaults to 'relative. In this
  way, one might compile "../module/ice-9/boot-9.scm", but the path that
  gets residualized into the .go is "ice-9/boot-9.scm".
module/system/base/compile.scm