repl compiles with warnings by default
authorAndy Wingo <wingo@pobox.com>
Sat, 19 Jun 2010 18:07:29 +0000 (20:07 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 19 Jun 2010 18:21:22 +0000 (20:21 +0200)
commit35d70eccaca513c49cac29ca8b46262be725644a
tree10db24aa355a2c5a16c54a9103777870df36efba
parenta5f93842116d71026911382e48158a2385d1ccd6
repl compiles with warnings by default

* module/system/repl/command.scm (compile): Remove the bitrotten
  options.

* module/system/repl/common.scm (repl-default-options): Add
  'compile-options option.
  (repl-compile-options): Accessor for compile-options.
  (repl-compile): Use repl-compile-options.
  (repl-eval): Adapt to repl-compile interface change.
module/system/repl/command.scm
module/system/repl/common.scm