From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10854 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl new-year's infrastructure resolutions Date: Mon, 2 Jan 2017 13:36:52 -0500 Message-ID: <20170102183652.GD1555@brightrain.aerifal.cx> References: <20161231233747.GV1555@brightrain.aerifal.cx> <20170102182700.GB16144@wopr> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1483382227 3039 195.159.176.226 (2 Jan 2017 18:37:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2017 18:37:07 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-10867-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 02 19:37:04 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cO7Tj-0000JH-TL for gllmg-musl@m.gmane.org; Mon, 02 Jan 2017 19:37:04 +0100 Original-Received: (qmail 11885 invoked by uid 550); 2 Jan 2017 18:37:06 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 11867 invoked from network); 2 Jan 2017 18:37:05 -0000 Content-Disposition: inline In-Reply-To: <20170102182700.GB16144@wopr> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10854 Archived-At: On Mon, Jan 02, 2017 at 10:27:00AM -0800, Kurt H Maier wrote: > On Mon, Jan 02, 2017 at 06:39:37AM +0000, Khem Raj wrote: > > Have you considered github > > The biggest problem with using github for this is that users will then > be required to have github accounts to file issues. Good issue trackers > do not put this burden on reporters. While I agree it's a burden to require that, it's also a convenience to be able to use an existing identity (especially if you're given a choice of which identity provider to use, which is not the case with github of course) rather than having to create a new account to report bugs. It would be nice if we could allow that but I don't see the capaibility in any existing issue trackers. Rich