From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Kraft Newsgroups: gmane.lisp.guile.devel Subject: Re: upcoming patches Date: Mon, 19 Oct 2009 14:34:53 +0200 Message-ID: <4ADC5CED.8070804@domob.eu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255955646 7540 80.91.229.12 (19 Oct 2009 12:34:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2009 12:34:06 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 19 14:33:56 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 1MzrQv-0003Bl-O5 for guile-devel@m.gmane.org; Mon, 19 Oct 2009 14:33:53 +0200 Original-Received: from localhost ([127.0.0.1]:52547 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzrQu-0006eM-Tm for guile-devel@m.gmane.org; Mon, 19 Oct 2009 08:33:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzrQm-0006dI-19 for guile-devel@gnu.org; Mon, 19 Oct 2009 08:33:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzrQh-0006cU-PU for guile-devel@gnu.org; Mon, 19 Oct 2009 08:33:43 -0400 Original-Received: from [199.232.76.173] (port=45853 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzrQh-0006cR-Kl for guile-devel@gnu.org; Mon, 19 Oct 2009 08:33:39 -0400 Original-Received: from tatiana.utanet.at ([213.90.36.46]:48320) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MzrQh-0007yD-8D for guile-devel@gnu.org; Mon, 19 Oct 2009 08:33:39 -0400 Original-Received: from pam.xoc.tele2net.at ([213.90.36.6]) by tatiana.utanet.at with esmtp (Exim 4.69) (envelope-from ) id 1MzrQa-0003YD-7c; Mon, 19 Oct 2009 14:33:32 +0200 Original-Received: from d86-33-197-52.cust.tele2.at ([86.33.197.52] helo=[192.168.1.18]) by pam.xoc.tele2net.at with esmtpa (Exim 4.69) (envelope-from ) id 1MzrQa-00038m-5J; Mon, 19 Oct 2009 14:33:32 +0200 User-Agent: Thunderbird 2.0.0.0 (X11/20070425) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:9509 Archived-At: Hi Andy, Andy Wingo wrote: > 3) Merge Daniel's work > > This will involve some updating for the case-lambda tree-il > changes, but the ecmascript and brainfuck changes have not been > difficult to make. I've not yet done so but plan to keep on working there with some stuff (as I already mentioned, like defalias) as soon as I find some time. Two questions: * Do we want to freeze my branch for your work there, so I'll hold this off? * Does the case-lambda stuff mean that the branch won't currently work when I pull from master? So, I should not do this until you did the update? Or can I when restarting work to be up-to-date? Yours, Daniel