From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: rename from q to queue Date: Tue, 12 Apr 2016 12:02:01 +0800 Organization: GNU Message-ID: <1460433721.1907.8.camel@gnu.org> References: <11ca009a333f511d7510d4bc8671e409@openmailbox.org> <87potvbhv5.fsf@dustycloud.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1460433760 614 80.91.229.3 (12 Apr 2016 04:02:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Apr 2016 04:02:40 +0000 (UTC) Cc: guile-devel@gnu.org To: Christopher Allan Webber , rain1@openmailbox.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 12 06:02:35 2016 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 1appX8-0002nG-Db for guile-devel@m.gmane.org; Tue, 12 Apr 2016 06:02:34 +0200 Original-Received: from localhost ([::1]:40589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1appX7-0001X8-LR for guile-devel@m.gmane.org; Tue, 12 Apr 2016 00:02:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1appX1-0001VE-OD for guile-devel@gnu.org; Tue, 12 Apr 2016 00:02:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1appX0-0006Br-VF for guile-devel@gnu.org; Tue, 12 Apr 2016 00:02:27 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1appWt-0006A6-JG; Tue, 12 Apr 2016 00:02:19 -0400 Original-Received: from [108.61.217.77] (port=42670 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1appWq-0003ia-Ur; Tue, 12 Apr 2016 00:02:18 -0400 In-Reply-To: <87potvbhv5.fsf@dustycloud.org> X-Mailer: Evolution 3.18.5.1-1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.lisp.guile.devel:18278 Archived-At: Agreed, such a force change may effect many folks On Mon, 2016-04-11 at 22:55 -0500, Christopher Allan Webber wrote: > rain1@openmailbox.org writes: > > > > > Hello! > > > > The following library uses a pun writing 'q' instead of 'queue':  > > > > > > I propose renaming the module from (ice-9 q) to (ice-9 queue) and  > > spelling queue throughout in the usual scheme style of using full > > words. > > > > Attached is a patch that does this. If there is a positive > > consensus on  > > the rename I am happy to apply the change to all the documentation > > and  > > tests too. > Seems like a pretty big api change without aliasing... >