Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128463 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 102481A00BC for ; Wed, 13 Aug 2025 13:08:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1755090408; bh=DfNVAv3e9vFzn1279AZcQjCk770WECrJXM0xOtiHQF8=; h=Date:Subject:To:References:From:In-Reply-To:From; b=gE/FSwZ6gz4IKkWuRdysW4f7y9pRkHCEiwvXBI1zC0HIGTBiqT7tZvdo6Gpm4yPFB j0C4raMDqtJbpoGtetaYBo8TXhRznapTrKiS7oGr57WxcUNsf9LZZx4Jy7OLOkJWXA rzvKaXas2PlSWfOwoZ8tKrUO6fOOQq3yHWbqnk0OxUMbzJHwHXmZhu4/g/po+2qo3I dBnoZJWp0QLNGjkmReBIjbD7yCWDNK1W5fvWCCS1zROxsCTodXNJi1jC1pu/WZJ8d1 NUxQVvPBkQLjIpUSrheQjb+oUEseAWL7mjyPkQhRSjtPlooVnhmHJtSnQvFWfcjQ/W uOkQrfhfNcT0w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id BBCE61801ED for ; Wed, 13 Aug 2025 13:06:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 13 Aug 2025 13:06:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1755090503; bh=DH4sKwDDi5wjp96Sv550e992C8id5Cc57XmwDzxN/+E=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=n7sq1F5w2Cpl++HuYetfLMHVwdr8fY4TEQQKuHlWRx3udc5U2ciskKVROsVnu9MM3 02nqPBOYZrT4pDizE6xt0Xt3DxAvx3K9Nh+u74uUlATf1KtS0MwWEBjKRAUHLFdOD0 R1ZpZxxIB172ZdQuEBTrGkdUHuwENa635xBm2dfQFEzRAeC9Q7R13ypNPlPIu83In0 sTVZqsyxaTYQ8lA9ZwklKgZu48WCjK1AtPXR50kjQru4s9RpvjT39uyJBHhIpe2EAx 6SaoLt2ZVoxXvB7GsLPif4b9B+BbfKjz/wWs8m7dciRqUnAUF02ohvxZgMl4HpP/io KX0crd4QHnvdA== Message-ID: Date: Wed, 13 Aug 2025 15:08:22 +0200 Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] [RFC] "Abstain" voting option for RFCs To: Larry Garfield , php internals References: <7afc0ac1-3446-459a-a67a-e616afe750f6@app.fastmail.com> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 7/28/25 16:15, Larry Garfield wrote: >>> How about this, as a following paragraph: >>> >>> As an STV example, a secondary vote using STV and having 5 "Foo", 4 "Bar", 8 "Baz", and 9 "Abstain" first-choice votes has no majority, so will go to a second round. "Bar" will be eliminated and those votes redistributed to second-choice options. If for example the second round result is 6 "Foo", 9 "Baz", and 11 "Abstain", then Baz will have won as it has a clear majority of non-Abstain votes cast. >> >> That is quite verbose and requires two assumptions to be made, making it >> hard to follow when not already knowing how STV works. I think it will >> confuse more than it helps. > > It's 3 sentences, and less than 4 lines wrapped. I'd hardly call that verbose. > Compared to the rest of the policies I'd still call it verbose. The bigger issue to me is that it doesn't really explain much when you are not already familiar with STV. Wikipedia is in a much better position to explain this than the policy document. I also expect STV votes to be fairly rare, most RFCs do not even come with secondary votes in the first place, because details are decided in the discussion. Best regards Tim Düsterhus