From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: wip-refactor-emacs-ui and Hydra interface Date: Fri, 11 Dec 2015 14:45:15 +0300 Message-ID: <87vb85gqes.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7M8Q-0007aF-Is for guix-devel@gnu.org; Fri, 11 Dec 2015 06:45:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7M8M-0004jn-KC for guix-devel@gnu.org; Fri, 11 Dec 2015 06:45:14 -0500 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:35733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7M8M-0004jf-E3 for guix-devel@gnu.org; Fri, 11 Dec 2015 06:45:10 -0500 Received: by lbpu9 with SMTP id u9so62164772lbp.2 for ; Fri, 11 Dec 2015 03:45:09 -0800 (PST) Received: from leviafan ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id of8sm3145776lbb.7.2015.12.11.03.45.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Dec 2015 03:45:08 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, I have pushed 'wip-refactor-emacs-ui' branch which contains emacs interface for displaying Hydra builds and jobsets. This 'list'/'info' interface is absolutely the same as the one for displaying packages and generations. The most part of the branch is a step-by-step generalizing of the list/info interface code, so that any type of data could be displayed using it. The changes are huge but mostly internal, though some user variables were renamed/replaced (I'll mention the changes later). So if someone wish to try this branch, the following new commands are available: M-x guix-hydra-latest-builds (with C-u you'll be prompted for many things) M-x guix-hydra-queued-builds M-x guix-hydra-jobsets Also you can press "B" key in a package list buffer to display latest builds for the current package. The branch is almost ready, only documentation and a couple of internal things left. A screenshot made several days ago: http://i.imgur.com/BvhHlkS.png P.S. Remember that Hydra is slow and Emacs is single-threaded, so a synchronous process of receiving data from Hydra may "freeze" your Emacs (can be break with "C-g" of course) for some time (especially for complicated queries). -- Alex