From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: Release time! Date: Tue, 06 Nov 2012 00:59:49 -0500 Message-ID: <87fw4ncluy.fsf@tines.lan> References: <87mwyvudgz.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1352183820 31185 80.91.229.3 (6 Nov 2012 06:37:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2012 06:37:00 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Nov 06 07:37:08 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TVcma-0000Jp-3B for guile-devel@m.gmane.org; Tue, 06 Nov 2012 07:37:08 +0100 Original-Received: from localhost ([::1]:57384 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVcmR-0005If-3f for guile-devel@m.gmane.org; Tue, 06 Nov 2012 01:36:59 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:32935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVcmM-0005Hx-UD for guile-devel@gnu.org; Tue, 06 Nov 2012 01:36:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVcmL-0006xp-LK for guile-devel@gnu.org; Tue, 06 Nov 2012 01:36:54 -0500 Original-Received: from world.peace.net ([96.39.62.75]:54956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVcmL-0006xH-GF; Tue, 06 Nov 2012 01:36:53 -0500 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TVcCc-0006hU-DV; Tue, 06 Nov 2012 00:59:58 -0500 In-Reply-To: <87mwyvudgz.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 05 Nov 2012 19:11:24 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15107 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > I think time has come for 2.0.7. I suggest scheduling it for Week 48, > WDYT? Sounds good! Here are the items from my TODO list that I hope to do for 2.0.7: (and if anyone else wants to do any of these, that would be great!) * Move docs for SRFI-9 records into the "Compound Data Types" section of the manual, and move docs for the older structures and records into a "Low-level structures" section (with big warnings on top). * Fix thread-unsafe lazy initialization of 'scm_eval_string_in_module'. (and search for other similar bugs). * Deal with the LD_LIBRARY_PATH issue. * Make sure that curly-infix is disabled when reading elisp code. * Fix par-map and par-for-each to use all ncores, not ncores-1. * Fix decompile-tree-il to recognize 'case' statements properly, now that 'eqv?' is sometimes being optimized to 'eq?'. and maybe: * Figure out a way to make Guildhall modules that will be overridden by a matching module in core guile (if it exists). This is important for SRFIs. Ian Price's Guildhall repository contains portable implementions of several SRFIs that might become part of core Guile in the future, and the core versions should take priority. Mark