From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Jordi_Guti=C3=A9rrez_Hermoso?= Newsgroups: gmane.emacs.devel Subject: Re: DVCSes, bug trackers, and GNUness Date: Wed, 25 Apr 2012 14:05:23 -0400 Message-ID: References: <87vckniyzm.fsf@gmx.de> <87r4vbiwkl.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 1335377138 7147 80.91.229.3 (25 Apr 2012 18:05:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2012 18:05:38 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , Emacs development discussions To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 25 20:05:37 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 1SN6ar-0008Tx-2d for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2012 20:05:33 +0200 Original-Received: from localhost ([::1]:43056 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN6aq-0001tK-C7 for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2012 14:05:32 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN6am-0001s7-NS for emacs-devel@gnu.org; Wed, 25 Apr 2012 14:05:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SN6ak-0003fy-4m for emacs-devel@gnu.org; Wed, 25 Apr 2012 14:05:28 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:43852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN6aj-0003dP-N3 for emacs-devel@gnu.org; Wed, 25 Apr 2012 14:05:25 -0400 Original-Received: by yhr47 with SMTP id 47so452971yhr.0 for ; Wed, 25 Apr 2012 11:05:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6jlkfogUm3crFI+rhO2SMitb0YbkL9al7t7D0PwUxVo=; b=jTR9jl+NaHvjbRWB9bTvUOtsa96B92GpzQ5W+71VYttksztefO2fKUYc7c3yxmKQl1 8NUHeX+cGS3gc/1aJ8IwS5mYTOFAgF5GL4hIZ61tpxO8DrKhJhSY0DKFv1PpddR1rFTe 6E0D9xQXlNydeG2wUcFOCwZc/3ifW7wxHQc08ksm2S8xyiBF3ouGy6vavxM2N/RSjb++ 0e8rzmOVRU8i74DQKPCkS6oIQr+k55JWOarEl4Vsj99kvFv3f373GTRUIM/OoSHVkzX4 B0YP9I2hRusP+msSiqaC9GGabJGLgtv2MV3Q1Ssozf05HUtDlW2+32Ngc4HpwEB3bAbC yo2g== Original-Received: by 10.50.212.101 with SMTP id nj5mr3777865igc.41.1335377123851; Wed, 25 Apr 2012 11:05:23 -0700 (PDT) Original-Received: by 10.231.39.133 with HTTP; Wed, 25 Apr 2012 11:05:23 -0700 (PDT) In-Reply-To: <87r4vbiwkl.fsf@gmx.de> X-Google-Sender-Auth: yrc_2b15wdG-PG_UsnSzQ5WwEJU X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.41 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:150023 Archived-At: 2012/4/25 Michael Albinus : > 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? >> >> =C2=A0 =C2=A0 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 doesn't do much. Point is, doing SOAP with Python isn't difficult, because other people have already built the necessary libraries to do so. >> It really isn't so difficult to do. How much of this has to be >> implemented? > > This question I don't understand. For BTS, we use the SOAP interface > to query for bugs using a mask of different bug attributes. =C2=A0And 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. When you say "BTS" you mean "debbugs", right? I suppose I should reimplement in Python the debbugs email interface for discussing and manipulating bugs. I take it you use all of it, not just a subset. I'll get working on this. - Jordi G. H.