> Date: Fri, 15 Nov 2013 15:40:47 +0800
> From: Nala Ginrut <nalagin...@gmail.com>

> I encountered a bug while trying include some file:
> --------------------------cut------------------------
> scheme@(guile-user)> (include "aa.scm")
> While compiling expression:
> ERROR: In procedure string-length: Wrong type argument in position 1
> (expecting string): #f
> --------------------------end------------------------
> 
> The content of aa.scm is trivial but I still list it:
> ------------------cut---------------
> (let ((x (expt 2 10)))
>  (display x))
> ------------------end---------------
> Don't argue with the meaning of aa.scm please, it's unrelated to this
> 'include' issue.
> 
> Guile version: GNU Guile 2.0.9.92-d3606

I also see this in 2.1.0.1718-5ba10.

Reply via email to