bug-guile
[Top][All Lists]
Advanced

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

bug#14109: No code for 'bytevector->string' and 'string->bytevector'


From: Nikita Karetnikov
Subject: bug#14109: No code for 'bytevector->string' and 'string->bytevector'
Date: Mon, 01 Apr 2013 07:12:06 +0400

The mentioned functions are documented [1].  However, I'll get the
"Unbound variable" error if I try to import them:

scheme@(guile-user)> ,use (rnrs io ports) 
scheme@(guile-user)> string->bytevector
;;; <unknown-location>: warning: possibly unbound variable `string->bytevector'
ERROR: In procedure #<procedure 8ab8bc0 ()>:
ERROR: In procedure module-lookup: Unbound variable: string->bytevector

(I haven't found them via 'grep' too.)

I'm using Guile 2.0.7.

[1] https://gnu.org/software/guile/manual/guile.html#R6RS-Transcoders

Attachment: pgp0i41kxphbN.pgp
Description: PGP signature


reply via email to

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