* bug#21614: add-to-load-path compilation fails with compile-cps error
@ 2015-10-04 16:43 tantalum
2015-10-06 14:14 ` Mark H Weaver
0 siblings, 1 reply; 2+ messages in thread
From: tantalum @ 2015-10-04 16:43 UTC (permalink / raw)
To: 21614
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)>
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#21614: add-to-load-path compilation fails with compile-cps error
2015-10-04 16:43 bug#21614: add-to-load-path compilation fails with compile-cps error tantalum
@ 2015-10-06 14:14 ` Mark H Weaver
0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2015-10-06 14:14 UTC (permalink / raw)
To: tantalum; +Cc: 21614-done
tantalum <sph@posteo.eu> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-06 14:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-04 16:43 bug#21614: add-to-load-path compilation fails with compile-cps error tantalum
2015-10-06 14:14 ` Mark H Weaver
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).