From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: DVCSes, bug trackers, and GNUness Date: Wed, 25 Apr 2012 18:51:38 +0200 Message-ID: <87r4vbiwkl.fsf@gmx.de> References: <87vckniyzm.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1335372713 3437 80.91.229.3 (25 Apr 2012 16:51:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2012 16:51:53 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , Emacs development discussions To: Jordi =?utf-8?Q?Guti=C3=A9rrez?= Hermoso Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 25 18:51:51 2012 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 1SN5RW-00018y-CR for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2012 18:51:50 +0200 Original-Received: from localhost ([::1]:46940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN5RV-0007zz-Np for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2012 12:51:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN5RS-0007z2-0Z for emacs-devel@gnu.org; Wed, 25 Apr 2012 12:51:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SN5RQ-0002Lt-8O for emacs-devel@gnu.org; Wed, 25 Apr 2012 12:51:45 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:58999) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SN5RP-0002LQ-To for emacs-devel@gnu.org; Wed, 25 Apr 2012 12:51:44 -0400 Original-Received: (qmail invoked by alias); 25 Apr 2012 16:51:41 -0000 Original-Received: from p57BB96CB.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.150.203] by mail.gmx.net (mp020) with SMTP; 25 Apr 2012 18:51:41 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19LcSsY4ElLeSZbfT3MWutOwqYov508hzunTCacT/ z/EAPedY//ofLV In-Reply-To: ("Jordi =?utf-8?Q?Guti=C3=A9rrez?= Hermoso"'s message of "Wed, 25 Apr 2012 12:06:24 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 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:150014 Archived-At: Jordi Guti=C3=A9rrez Hermoso writes: >> Yes. BTS offers a SOAP interface, which we (not only His Royalness Lars) >> use for querying bugs from inside Emacs. > > So something like this? > > https://gist.github.com/499210 Maybe. This code doesn't tell me too much. Is there a WSDL file, which describes the SOAP interface? > It really isn't so difficult to do. How much of this has to be implemente= d? This question I don't understand. For BTS, we use the SOAP interface to query for bugs using a mask of different bug attributes. And we have also a full text query. BTS itself offers kind of Perl, Python, Ruby and PHP clients. For Emacs, we have written our own client in Lisp. > - Jordi G. H. Best regards, Michael.