GNU bug report logs -
#21801
(@ (ice-9 boot-9) x) kills guile 2.0
Previous Next
Full log
Message #10 received at 21801-done <at> debbugs.gnu.org (full text, mbox):
On Sat 31 Oct 2015 17:57, Rob Browning <rlb <at> 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
This bug report was last modified 9 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.