Hi,
Sascha Ziemann skribis:
> The following throws an error:
> guile -c '(make-vector)'
>
> But the evaluation of '(make-vector)' in the REPL generats just a warning:
>
> ;;; :1:0: warning: possibly wrong number of arguments to `make-vector'
>
> and seems to enter an endless loop afterwards.
Th
On Tue, Jan 03, 2023 at 05:57:19PM +0100, Sascha Ziemann wrote:
> The following throws an error:
> guile -c '(make-vector)'
>
> But the evaluation of '(make-vector)' in the REPL generats just a warning:
>
> ;;; :1:0: warning: possibly wrong number of arguments to `make-vector'
>
> and seems to e
The following throws an error:
guile -c '(make-vector)'
But the evaluation of '(make-vector)' in the REPL generats just a warning:
;;; :1:0: warning: possibly wrong number of arguments to `make-vector'
and seems to enter an endless loop afterwards.
Environment:
$ guile --version
guile (GNU Guil