GNU bug report logs - #19027
bytevector-fill! reject fill arguments larger than 127

Previous Next

Package: guile;

Reported by: Mark H Weaver <mhw <at> netris.org>

Date: Wed, 12 Nov 2014 04:52:02 UTC

Severity: normal

Done: Mark H Weaver <mhw <at> netris.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mark H Weaver <mhw <at> netris.org>
To: 19027 <at> debbugs.gnu.org
Subject: bug#19027: bytevector-fill! reject fill arguments larger than 127
Date: Tue, 11 Nov 2014 23:51:20 -0500
See the following session with Guile 2.0.11:

--8<---------------cut here---------------start------------->8---
scheme@(guile-user)> ,use (rnrs bytevectors)
scheme@(guile-user)> (define bv (make-bytevector 8))
scheme@(guile-user)> (bytevector-fill! bv 255)
ERROR: In procedure bytevector-fill!:
ERROR: Value out of range -128 to 127: 255
--8<---------------cut here---------------end--------------->8---

I will fix this soon.

     Mark




This bug report was last modified 10 years and 197 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.