unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: 19027@debbugs.gnu.org
Subject: bug#19027: bytevector-fill! reject fill arguments larger than 127
Date: Tue, 11 Nov 2014 23:51:20 -0500	[thread overview]
Message-ID: <871tp910on.fsf@netris.org> (raw)

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





             reply	other threads:[~2014-11-12  4:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12  4:51 Mark H Weaver [this message]
2014-11-12  5:53 ` bug#19027: bytevector-fill! reject fill arguments larger than 127 Mark H Weaver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871tp910on.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=19027@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).