Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104900 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 87326 invoked from network); 23 Mar 2019 21:27:03 -0000 Received: from unknown (HELO mail-wm1-f51.google.com) (209.85.128.51) by pb1.pair.com with SMTP; 23 Mar 2019 21:27:03 -0000 Received: by mail-wm1-f51.google.com with SMTP id f3so5086082wmj.4 for ; Sat, 23 Mar 2019 11:19:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=21+KjEOO+ljE51rC/0AzkPYHw7YhUTWIijl9/8YUBYQ=; b=XLGU4dSXoe9zorbknB6zn8Cx/aLkojRd3i6jBnTl1AWlw5N0WJqHdWCKi2LKLWwOZ9 YSLH8p/M0tGACvjpy9cQ/mDoUr7H2OT1i4CdD1BFjsSLL1zkAPdrf+6EpTLQQWyR0eQP gJWMj0zpnaPHVRDD69azLhsFs41odbaO40U51lqj65EnFZY7Zb3JsdTGrAhqJU438JOH RgYko51F9uvWwIaYpZVksoF8QSmnYq5Jl/E57n5Naf5Yoi9zE2Dbl5w3m3BIIn2u5dPs rCsgWR1zF4NSXy1rVH4rxZkLaXQDlZQ1SgHunxT3lNn5wFA01coF+vIugLXOgZSidK0s 9ZaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=21+KjEOO+ljE51rC/0AzkPYHw7YhUTWIijl9/8YUBYQ=; b=k4ESYECDB3YZW48NTJfKMhi18zvej+PzDfZmAzji5X2hSYedfpTKp285tTF/VO/poW ViJgjb/u7fOa22zkb0cB83VEXU7TVS9imQYMaCECiTwm7Ud1v4Hv3zGmDWjIlFSrI/wX RI3j35qnogfiJHSgdAato6k3m523qfTQJatSnKemg6UTRM837leX34RoYauEkSnGzC0L J7oQwKqOvWMD5BUAk/jPv7dvrNdvUk+wsPuP5GrUdXJ4NwM1A51xQMT3mk97Te8vskPI z5/wbEjXnVq0jmEoracgK111Ve+08VJO9n3xuy9p81a0fHK5D+DwIlaQLnT/PSKqbylE RPgg== X-Gm-Message-State: APjAAAXCtXyJUbh3MrtFk8EOmpFgtu1ROdRdlV/MV/f2UGnOSj1ANhRQ IzKA4yUxZC33OrCKoVkTCHc6jnYKg+LQMiNevis= X-Google-Smtp-Source: APXvYqxFwEqxLwFkzb8cUj05ApJU2zgAYfzeIgh+c4HExGPhlo8tlVouNPH7w7rlmabTrgeYMRfKTkwSKmG1jFW1q4s= X-Received: by 2002:a1c:e085:: with SMTP id x127mr602091wmg.87.1553365184827; Sat, 23 Mar 2019 11:19:44 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 23 Mar 2019 19:19:33 +0100 Message-ID: To: Chase Peeler Cc: Niklas Keller , PHP Internals Content-Type: multipart/alternative; boundary="0000000000000c55110584c704b9" Subject: Re: [PHP-DEV] [RFC] Abolish Short Votes From: krakjoe@gmail.com (Joe Watkins) --0000000000000c55110584c704b9 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > A compromise between the two positions could be to allow voting to be extended ONCE, and only within the first X% of the voting period. So, if someone calls for a 14 day voting period, within the first 7 days they can extend it at most one time, and it can never be extended after the first 7 days. It's tempting to try and encode "requirements" into rules, but we're not looking to make complicated rules and the only requirement we have is that votes should last at least two weeks for everything. The simpler the rules are, the better for everyone. > Also, if you are going to be updating the language anyway, why not specify that an exact date and time be given for when voting will end. I think most people already do this - but this would codify it and prevent the possibility of ambiguity in the future. We have to deal with real life, and the fact is that hardly anyone can schedule their lives around their contributions to PHP: Days seem to be an exact enough measure, and as you say, some people do give a time when the vote will close anyway. However, declaring they must isn't very realistic - if they miss closing the vote by 15 minutes, does it invalidate the vote ? Are we going to invent a set of criteria that would invalidate the vote ? This seems like a rabbit hole we need not get stuck in. Cheers Joe On Fri, 22 Mar 2019 at 17:01, Chase Peeler wrote: > > On Fri, Mar 22, 2019 at 3:41 AM Joe Watkins wrote: > >> Morning Niklas, >> >> Allowing the extension of voting leaves us open to someone extending the >> voting period simply because they don't feel like they have the result >> they >> wanted. >> >> The problem we're trying to solve is votes that are too short, while >> providing the flexibility to have longer votes, but we need to know at t= he >> start of voting what the voting period is going to be. Take for example >> the >> case where a third party to an RFC is planning some work based on the >> results of the voting, it doesn't seem fair that their schedule could be >> interfered with by the first party after voting starts. >> >> In the vast majority of cases where someone forgets or isn't aware of a >> holiday period, they are going to be told on day one of voting (if not >> before, during discussion), and can simply adjust the voting period, and >> restart the vote (if there has been any votes at the first interjection) >> without having lost any time. >> >> First, I don't even have a vote. Second, I'd be ambivalent about the > ability to extend voting even if I did. A compromise between the two > positions could be to allow voting to be extended ONCE, and only within t= he > first X% of the voting period. So, if someone calls for a 14 day voting > period, within the first 7 days they can extend it at most one time, and = it > can never be extended after the first 7 days. > > Also, if you are going to be updating the language anyway, why not specif= y > that an exact date and time be given for when voting will end. I think mo= st > people already do this - but this would codify it and prevent the > possibility of ambiguity in the future. > > >> Cheers >> Joe >> >> On Fri, 22 Mar 2019 at 08:19, Niklas Keller wrote: >> >> > Resend, because sent from the wrong address previously. >> > >> > +1, but it should probably be possible to extend the voting period onc= e >> > started, but not shorten it. This allows for extension during holidays >> in >> > case the author didn't think about that when starting the vote. >> > >> > Regards, Niklas >> > >> > Joe Watkins schrieb am Do., 21. M=C3=A4rz 2019, 19:2= 0: >> > >> > > Evening internals, >> > > >> > > I'd like to raise for discussion another minor, self contained chang= e >> to >> > > the voting RFC: >> > > >> > > https://wiki.php.net/rfc/abolish-short-votes >> > > >> > > This seems like another no-brainer to improve and clarify the voting >> > > process. As with abolishing narrow margins, I'm focused on this one >> > detail >> > > and wider discussion of how we may improve other parts of the voting >> RFC >> > is >> > > not appropriate in this thread: We either have a consensus that this >> > detail >> > > should be changed or we don't, we do not need to discuss any other >> > details >> > > here. >> > > >> > > Cheers >> > > Joe >> > > >> > >> > -- > -- Chase > chasepeeler@gmail.com > --0000000000000c55110584c704b9--