bug#21614: add-to-load-path compilation fails with compile-cps error

2015-10-06 Thread Mark H Weaver
tantalum 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

bug#21614: add-to-load-path compilation fails with compile-cps error

2015-10-04 Thread tantalum
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