emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#21801: closed ((@ (ice-9 boot-9) x) kills guile 2.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21801: closed ((@ (ice-9 boot-9) x) kills guile 2.0)
Date: Fri, 24 Jun 2016 15:26:02 +0000

Your message dated Fri, 24 Jun 2016 17:25:06 +0200
with message-id <address@hidden>
and subject line Re: bug#21801: (@ (ice-9 boot-9) x) kills guile 2.0
has caused the debbugs.gnu.org bug report #21801,
regarding (@ (ice-9 boot-9) x) kills guile 2.0
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
21801: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21801
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: (@ (ice-9 boot-9) x) kills guile 2.0 Date: Sat, 31 Oct 2015 11:57:05 -0500 User-agent: Notmuch/0.20.1 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu)
$ 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.
$

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



--- End Message ---
--- Begin Message --- Subject: Re: 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


--- End Message ---

reply via email to

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