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

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

[debbugs-tracker] bug#21614: closed (add-to-load-path compilation fails


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21614: closed (add-to-load-path compilation fails with compile-cps error)
Date: Tue, 06 Oct 2015 14:15:03 +0000

Your message dated Tue, 06 Oct 2015 10:14:15 -0400
with message-id <address@hidden>
and subject line Re: bug#21614: add-to-load-path compilation fails with 
compile-cps error
has caused the debbugs.gnu.org bug report #21614,
regarding add-to-load-path compilation fails with compile-cps error
to be marked as done.

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


-- 
21614: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21614
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: add-to-load-path compilation fails with compile-cps error Date: Sun, 4 Oct 2015 16:43:13 +0000 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
hi,

i am getting a compilation error which seems odd to me, with guile version 
2.1.0.455-73f61, compiled from the commit from 2015-09-18.

here are several scenarios i tried:

# code in a file

## file contents

  (add-to-load-path "test")

## compilation

guile t.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /tmp/t.scm
;;; WARNING: compilation of /tmp/t.scm failed:
;;; ERROR: Wrong number of arguments to #<procedure 1ad6500 at 
language/tree-il/compile-cps.scm:463:7 (val)>


# from the command-line

guile -c "(add-to-load-path \"test\")"

(just exits)


# from the repl

scheme@(guile-user)> (add-to-load-path "test")
While compiling expression:
ERROR: Wrong number of arguments to #<procedure 1877c00 at 
language/tree-il/compile-cps.scm:463:7 (val)>
scheme@(guile-user)>



--- End Message ---
--- Begin Message --- Subject: Re: bug#21614: add-to-load-path compilation fails with compile-cps error Date: Tue, 06 Oct 2015 10:14:15 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
tantalum <address@hidden> writes:

> i am getting a compilation error which seems odd to me, with guile
> version 2.1.0.455-73f61, compiled from the commit from 2015-09-18.
[...]
> # from the repl
>
> scheme@(guile-user)> (add-to-load-path "test")
> While compiling expression:
> ERROR: Wrong number of arguments to #<procedure 1877c00 at 
> language/tree-il/compile-cps.scm:463:7 (val)>
> scheme@(guile-user)>

I believe this is fixed in commit 315adb6347.  I'm closing this bug, but
please let me know if you continue to have problems.

     Thanks!
       Mark


--- End Message ---

reply via email to

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