From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Release time! Date: Tue, 06 Nov 2012 19:41:03 +0100 Message-ID: <87txt2tw00.fsf@gnu.org> References: <87mwyvudgz.fsf@gnu.org> <87fw4ncluy.fsf@tines.lan> 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 1352227291 6653 80.91.229.3 (6 Nov 2012 18:41:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2012 18:41:31 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Nov 06 19:41:40 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 1TVo5f-0005qn-I3 for guile-devel@m.gmane.org; Tue, 06 Nov 2012 19:41:35 +0100 Original-Received: from localhost ([::1]:55727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVo5W-0005NC-Fs for guile-devel@m.gmane.org; Tue, 06 Nov 2012 13:41:26 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVo5P-0005MZ-V5 for guile-devel@gnu.org; Tue, 06 Nov 2012 13:41:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVo5K-0002ef-4C for guile-devel@gnu.org; Tue, 06 Nov 2012 13:41:19 -0500 Original-Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=37844 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVo5J-0002b6-U9 for guile-devel@gnu.org; Tue, 06 Nov 2012 13:41:14 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 0A79C1041; Tue, 6 Nov 2012 19:41:05 +0100 (CET) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 63kNHZVPcqlA; Tue, 6 Nov 2012 19:41:04 +0100 (CET) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 0E820158; Tue, 6 Nov 2012 19:41:03 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 16 Brumaire an 221 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87fw4ncluy.fsf@tines.lan> (Mark H. Weaver's message of "Tue, 06 Nov 2012 00:59:49 -0500") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2a01:e0b:1:123:ca0a:a9ff:fe03:271e 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:15113 Archived-At: Hi Mark, Mark H Weaver skribis: > 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?'. Sounds good to me. Thanks for keeping track of that! > * 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. Could guildhall use SRFI-0 to check whether a given SRFI is already provided by the host=E2=80=99s Guile, and determine based on that whether to install its own version? Thanks, Ludo=E2=80=99.