From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: the state of the concurrency branch Date: Mon, 26 Aug 2013 11:19:54 -0600 Message-ID: <87mwo44bet.fsf@fleche.redhat.com> References: <87vc2t7erx.fsf@fleche.redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1377537615 25786 80.91.229.3 (26 Aug 2013 17:20:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2013 17:20:15 +0000 (UTC) Cc: Stefan Monnier , Emacs discussions To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 26 19:20:17 2013 Return-path: Envelope-to: ged-emacs-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 1VE0Sa-0000LX-Cg for ged-emacs-devel@m.gmane.org; Mon, 26 Aug 2013 19:20:12 +0200 Original-Received: from localhost ([::1]:52412 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE0SZ-0007Q6-Vg for ged-emacs-devel@m.gmane.org; Mon, 26 Aug 2013 13:20:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE0SS-0007MY-6t for emacs-devel@gnu.org; Mon, 26 Aug 2013 13:20:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VE0SM-0007mV-8s for emacs-devel@gnu.org; Mon, 26 Aug 2013 13:20:04 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:50790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE0SM-0007mP-1D for emacs-devel@gnu.org; Mon, 26 Aug 2013 13:19:58 -0400 Original-Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7QHJt9l001940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 26 Aug 2013 13:19:56 -0400 Original-Received: from barimba (ovpn-113-142.phx2.redhat.com [10.3.113.142]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r7QHJsMj024104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 26 Aug 2013 13:19:55 -0400 X-Attribution: Tom In-Reply-To: (Juanma Barranquero's message of "Mon, 26 Aug 2013 19:04:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163037 Archived-At: Juanma> Well, it breaks the Windows build. Not a huge surprise to me. I don't have a Windows machine. Juanma> to thread.h to add the SELECT_TYPE declaration fixes that, but there Juanma> are new breakages a little further. So it is not close to ready for Juanma> merge. Please send me the "make -k" build log and I will see what I can do. Tom