unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#19027: bytevector-fill! reject fill arguments larger than 127
@ 2014-11-12  4:51 Mark H Weaver
  2014-11-12  5:53 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Mark H Weaver @ 2014-11-12  4:51 UTC (permalink / raw)
  To: 19027

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#19027: bytevector-fill! reject fill arguments larger than 127
  2014-11-12  4:51 bug#19027: bytevector-fill! reject fill arguments larger than 127 Mark H Weaver
@ 2014-11-12  5:53 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2014-11-12  5:53 UTC (permalink / raw)
  To: 19027-done

Fixed in ae6f77ddfaf8e752589d9050c9e517cb1c52cbf0 on the stable-2.0
branch.

     Mark





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-12  5:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-12  4:51 bug#19027: bytevector-fill! reject fill arguments larger than 127 Mark H Weaver
2014-11-12  5:53 ` Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).