From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: gnulib strftime imported into Emacs Date: Mon, 31 Jan 2011 06:27:26 -0500 Message-ID: References: <4D45F788.1020101@cs.ucla.edu> <83r5btg1td.fsf@gnu.org> <4D466C8D.2020102@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1296473925 1073 80.91.229.12 (31 Jan 2011 11:38:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2011 11:38:45 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 12:38:40 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pjs5b-0003wt-Pt for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 12:38:35 +0100 Original-Received: from localhost ([127.0.0.1]:35572 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pjrv2-0004wj-7K for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 06:27:40 -0500 Original-Received: from [140.186.70.92] (port=34006 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pjruu-0004w0-VC for emacs-devel@gnu.org; Mon, 31 Jan 2011 06:27:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pjrut-0002ag-O4 for emacs-devel@gnu.org; Mon, 31 Jan 2011 06:27:32 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pjrut-0002aa-Ih for emacs-devel@gnu.org; Mon, 31 Jan 2011 06:27:31 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Pjruo-0004q7-8g; Mon, 31 Jan 2011 06:27:26 -0500 In-reply-to: (joakim@verona.se) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135295 Archived-At: > From: joakim@verona.se > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Mon, 31 Jan 2011 10:44:09 +0100 > > The problem with this approach for Emacs is that it is very difficult > to test all configurations, so one can't be very sure even seemingly > trivial changes wont break compilation. I'm only talking about changes that are known in advance to unconditionally break some platform. I think it's unreasonable to request anything more than that, since we are all volunteers working on our free time. > I have a Hudson continuous build server for Emacs now, building a couple > of branches on Fedora 14. I intend to set up a couple of more build > slaves for different platforms. I can reasonably expect to be able to > provide slaves for a couple of gnu/linux distributions, windows, dos, > osx, and some ARM based platform. That'd be great, thanks.