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 #31682] enum-set-union not working on defined enumerations Date: Wed, 17 Nov 2010 13:58:42 +0000 Message-ID: <20101117-145842.sv2373.95924@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 1290002343 13647 80.91.229.12 (17 Nov 2010 13:59:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 17 Nov 2010 13:59:03 +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 Wed Nov 17 14:58:55 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 1PIiXG-0000TD-G1 for guile-bugs@m.gmane.org; Wed, 17 Nov 2010 14:58:54 +0100 Original-Received: from localhost ([127.0.0.1]:47652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIiXF-0006QW-Q9 for guile-bugs@m.gmane.org; Wed, 17 Nov 2010 08:58:53 -0500 Original-Received: from [140.186.70.92] (port=53447 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIiX7-0006PV-Ma for bug-guile@gnu.org; Wed, 17 Nov 2010 08:58:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIiX6-0003hd-Bx for bug-guile@gnu.org; Wed, 17 Nov 2010 08:58:45 -0500 Original-Received: from colonialone.fsf.org ([140.186.70.51]:52090 helo=internal.in.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIiX6-0003hU-9N for bug-guile@gnu.org; Wed, 17 Nov 2010 08:58:44 -0500 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 1PIiX4-0006hS-Pd; Wed, 17 Nov 2010 13:58:42 +0000 Original-Received: from www-data by frontend.in.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1PIiX4-0003Oi-Mh; Wed, 17 Nov 2010 13:58:42 +0000 X-Savane-Server: savannah.gnu.org:443 [10.1.0.103] X-Savane-Project: guile X-Savane-Tracker: bugs X-Savane-Item-ID: 31682 User-Agent: Mozilla/5.0 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:4861 Archived-At: URL: Summary: enum-set-union not working on defined enumerations Project: Guile Submitted by: weinholt Submitted on: Wed Nov 17 14:58:42 2010 Category: None Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: The enum-sets created by a constructor from define-enumeration do not work with enum-set-union, an exception is raised: GNU Guile 1.9.13.58-b98d5a 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)> (define-enumeration color ... (black white purple maroon) ... color-set) scheme@(guile-user)> (enum-set-union (color-set black) (color-set white)) Throw to key `r6rs:exception' with args `(#)'. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/