bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21801: (@ (ice-9 boot-9) x) kills guile 2.0


From: Andy Wingo
Subject: bug#21801: (@ (ice-9 boot-9) x) kills guile 2.0
Date: Fri, 24 Jun 2016 17:25:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Sat 31 Oct 2015 17:57, Rob Browning <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]