From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?R8O2cmFu?= Weinholt Newsgroups: gmane.lisp.guile.bugs Subject: [bug #31081] lookahead-u8 returns an s8 Date: Sun, 19 Sep 2010 23:13:24 +0000 Message-ID: <20100920-011323.sv2373.633@savannah.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Trace: dough.gmane.org 1284938014 14730 80.91.229.12 (19 Sep 2010 23:13:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2010 23:13:34 +0000 (UTC) To: =?UTF-8?B?R8O2cmFu?= Weinholt , bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Sep 20 01:13:32 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OxT4e-0004Xl-7G for guile-bugs@m.gmane.org; Mon, 20 Sep 2010 01:13:32 +0200 Original-Received: from localhost ([127.0.0.1]:57600 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxT4d-0008Ec-Ii for guile-bugs@m.gmane.org; Sun, 19 Sep 2010 19:13:31 -0400 Original-Received: from [140.186.70.92] (port=50682 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxT4Y-0008Dq-8o for bug-guile@gnu.org; Sun, 19 Sep 2010 19:13:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxT4X-0000lA-AA for bug-guile@gnu.org; Sun, 19 Sep 2010 19:13:26 -0400 Original-Received: from colonialone.fsf.org ([140.186.70.51]:50929 helo=internal.in.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxT4X-0000l6-7S for bug-guile@gnu.org; Sun, 19 Sep 2010 19:13:25 -0400 Original-Received: from [10.1.0.103] (helo=frontend.in.savannah.gnu.org) by internal.in.savannah.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxT4W-0003iK-C3; Sun, 19 Sep 2010 23:13:24 +0000 Original-Received: from www-data by frontend.in.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1OxT4W-0008JU-AU; Sun, 19 Sep 2010 23:13:24 +0000 X-Savane-Server: savannah.gnu.org:443 [10.1.0.103] X-Savane-Project: guile X-Savane-Tracker: bugs X-Savane-Item-ID: 31081 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100909 SeaMonkey/2.0.7 X-Apparently-From: 95.80.36.26 (Savane authenticated user weinholt) Original-References: In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4815 Archived-At: URL: Summary: lookahead-u8 returns an s8 Project: Guile Submitted by: weinholt Submitted on: Mon Sep 20 01:13:23 2010 Category: None Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: The procedure lookahead-u8 seems to behave as a hypothetical lookahead-s8 instead: GNU Guile 1.9.12.41-e83b Copyright (C) 1995-2010 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guile-user)> (import (rnrs)) scheme@(guile-user)> (lookahead-u8 (open-bytevector-input-port #vu8(255))) $1 = -1 scheme@(guile-user)> _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/