From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Lint on line Date: Wed, 2 Dec 2015 09:52:39 +0100 Message-ID: <20151202085239.GD6872@debian.eduroam.u-bordeaux.fr> References: <871tbhy6i6.fsf@gnu.org> <20151130182739.GA10869@debian> <87si3l3jx8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a439b-00058Q-Kg for guix-devel@gnu.org; Wed, 02 Dec 2015 03:52:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a439W-0002EO-Kx for guix-devel@gnu.org; Wed, 02 Dec 2015 03:52:47 -0500 Content-Disposition: inline In-Reply-To: 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: Jan =?utf-8?B?U3luw6HEjWVr?= Cc: guix-devel On Wed, Dec 02, 2015 at 08:36:30AM +0100, Jan Synáček wrote: > On Tue, Dec 1, 2015 at 11:04 PM, Ludovic Courtès wrote: > > Initially I left them so that each package at gnu.org/s/guix/packages > > could contain a reference to its (possibly empty) issue list (each > > package has an anchor in issues.html.) > > Do you think that would make sense? One could drop the link if there are no issues. But that would assume that the package list page is aware of the issue page and is recreated each time the issue page changes. > Or maybe one extra button and a tiny piece of javascript to show/hide > the no-issue packages? That sounds like a nice solution. Empty issue list could be of a special css class, which would make implementing this easy. Andreas