On Sat 31 Oct 2015 17:57, Rob Browning <r...@defaultvalue.org> writes:

> $ guile
> GNU Guile 2.0.11
> Copyright (C) 1995-2014 Free Software Foundation, Inc.
>
> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
> This program is free software, and you are welcome to redistribute it
> under certain conditions; type `,show c' for details.
>
> Enter `,help' for help.
> scheme@(guile-user)> (@ (ice-9 boot-9) x)
> guile: uncaught throw to wrong-type-arg: (set-current-module Wrong
> type argument in position ~A (expecting ~A): ~S (1 module #<module
> (guile) 1d79090>) (#<module (guile) 1d79090>))
>
> Some deprecated features have been used.  Set the environment
> variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
> program to get more information.  Set it to "no" to suppress
> this message.
> $

Tx for report, fixed in master:

  scheme@(guile-user)> (@ (ice-9 boot-9) x)
  While compiling expression:
  ERROR: re-loading ice-9/boot-9.scm not allowed



Reply via email to