From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: upcoming patches Date: Tue, 27 Oct 2009 21:15:08 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256674490 4218 80.91.229.12 (27 Oct 2009 20:14:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Oct 2009 20:14:50 +0000 (UTC) Cc: "Mark H. Weaver" To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Oct 27 21:14:42 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N2sRB-0001yg-Tx for guile-devel@m.gmane.org; Tue, 27 Oct 2009 21:14:38 +0100 Original-Received: from localhost ([127.0.0.1]:36548 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2sRB-0006GS-1D for guile-devel@m.gmane.org; Tue, 27 Oct 2009 16:14:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2sR8-0006Fp-Dp for guile-devel@gnu.org; Tue, 27 Oct 2009 16:14:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2sR4-0006FL-39 for guile-devel@gnu.org; Tue, 27 Oct 2009 16:14:34 -0400 Original-Received: from [199.232.76.173] (port=38458 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2sR3-0006FI-RI for guile-devel@gnu.org; Tue, 27 Oct 2009 16:14:29 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:42119 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2sR3-0002w7-Lk for guile-devel@gnu.org; Tue, 27 Oct 2009 16:14:29 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 5F82E8827D; Tue, 27 Oct 2009 16:14:29 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=jav8pyuEyq1//ZrD2DO0UFdq6Hw=; b=NASstR BaGcLK6kEf0jWySaNPANgzx94aAcqwSMnq7uW047YM3SCvarbc0JDtqih6Ocu92e mU1s1VI54u/sebNcturHywrx+0BvCzQAhUqqUN0A+teFIiZdD0ovqVL1aZDrh5aY P325RPOTakHleHkVM6FFrVCP6r7wv29FzQWjE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=EmCEdnntg8EXqQhMPwcx6uc2JrlKnLIX wv3ndouSJ4rw/MiXggUHloTY6Z83mXmqy92jvBvRA4ne8zhlcY4V9tJq/V4OQyAH O0997Hlj4cT2QLoAs3J1peXtmbjrfoDOenCpxj9avVXCDKmDFEvvInIYdJYTDkTB pc9+NU9V4rw= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 4DE598827C; Tue, 27 Oct 2009 16:14:28 -0400 (EDT) Original-Received: from unquote (unknown [79.156.146.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 7028288279; Tue, 27 Oct 2009 16:14:26 -0400 (EDT) In-Reply-To: (Andy Wingo's message of "Sun, 18 Oct 2009 12:38:28 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 544978FC-C335-11DE-9666-A67CBBB5EC2E-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9579 Archived-At: Hey, On Sun 18 Oct 2009 12:38, Andy Wingo writes: > My todo list, for the record: > > 1) Finish case-lambda branch -- should be a day or two's work there > > This doesn't necessarily imply that all the new features > (case-lambda, lambda*, ...) are fully baked, but the VM, debugging, > and IL support for the features should be mergeable and documented. Well, that ended up being 3 or 4 days' work, but all the features are there and documented. > 2) Make sure Mark's patch is in I'm going to do it! I will! :) Mark, I realized that we can have (hashv '()) == (hashv #f). In a hashv table the hashv selects the bucket, but within the bucket elements are compared with eqv? -- and (eqv? '() #f) => #f. So I don't see any problems there. > 3) Merge Daniel's work This is next! > Then I will finish GOOPS dispatch in Scheme with case-lambda and > predicates, and then see if I can merge in subr-simplification, > getting all dispatch into the VM. I hope to get this all in before the next release. We'll see! Andy -- http://wingolog.org/