Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87539 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32389 invoked from network); 2 Aug 2015 20:34:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2015 20:34:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.172 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:33754] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/7B-55344-1EE7EB55 for ; Sun, 02 Aug 2015 16:34:42 -0400 Received: by wicmv11 with SMTP id mv11so112530966wic.0 for ; Sun, 02 Aug 2015 13:34:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=uEvwH1IJ4NB9U3RHNmS7seZYvc+XBDrOH+jXXGOTymU=; b=u4hkZ779H/tgelH+3EckxlCZgd0lsefKBiJJTJmhOWLomzAzcmrgEEUUYd+Ndz7+0B TEaV7Zq81BfnAWKg8Gxif95w2WpEWfx8M6S27i3gy9o8inE5xCKIfdNNCp6XL4WC9sJ5 RdSA5/5XvzY9oeMAZ+CNdRi0leLYnO8fjO3u3zbZdjs/BYO7Ukg1XXuWQ0o4r8NXpp1u BkUZrW7GIrGqVYJsyzYQhbNwaEjPauKjOQe3DfrQNAf7m+kspnt21kOYPYO1Ajzv0HQc +dZPK1DBmxXaFzjmwwVYFsCWp4xguN5w+WknbEX7uaeo2CoGuS+iATYM3zqQ+pEVBpBR zuwA== X-Received: by 10.180.37.133 with SMTP id y5mr27784543wij.34.1438547678674; Sun, 02 Aug 2015 13:34:38 -0700 (PDT) Received: from [192.168.0.5] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by smtp.googlemail.com with ESMTPSA id ez4sm9868558wid.14.2015.08.02.13.34.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Aug 2015 13:34:37 -0700 (PDT) To: internals@lists.php.net References: Message-ID: <55BE7EDC.7030204@gmail.com> Date: Sun, 2 Aug 2015 21:34:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Move internals discussion to a better medium From: rowan.collins@gmail.com (Rowan Collins) On Sun, Aug 2, 2015 at 11:04 PM Stig Bakken wrote: >> Are you being serious? Can you provide examples of projects that have >> successfully replaced their developer mailing lists with GitHub issues? >> On 02/08/2015 21:05, Dor Tchizik wrote: > I already have. iojs (and soon, nodejs), as well as Rust which was > mentioned by someone else. I don't know about io/node, but Rust most certainly have not replaced a mailing list with the issue tracker; they've replaced it with a web-based forum. They use the issue tracker for RFCs, where PHP uses a mix of wiki and nominated discussion threads, but you started this thread talking about the discussions, not the RFCs. Regards, -- Rowan Collins [IMSoP]