Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113681 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 80245 invoked from network); 22 Mar 2021 16:06:37 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Mar 2021 16:06:37 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 013C21804DD for ; Mon, 22 Mar 2021 09:01:55 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f173.google.com (mail-lj1-f173.google.com [209.85.208.173]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 22 Mar 2021 09:01:54 -0700 (PDT) Received: by mail-lj1-f173.google.com with SMTP id f26so21729135ljp.8 for ; Mon, 22 Mar 2021 09:01:54 -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=vV3D2rh9g1Sqc1emOjVJ25P4eOSsAX4wH9sw+JdmYl8=; b=DaF3Pnalzx3qOotFg4jSCVKoM6iOjBelYNTv3jG7MyjFAWKPAnXDWTfngmP6CDmH34 pVfSxEXkU6UExxQbP0JASWPCRqU/MHLEMke0gl43FPjU++oSGr7PjTbEbeImwriPuGPJ kjIpSw50dJQPBpOnYRMXChaKKsnnLRrfMF74RizZ0tV/nxXvokDkxHI/DCMYushsZ+NS rOUpkin9dGvjEEBFNQ2qcdMFxDSDzlzb/3rF1TwxnT41TCa2uKO3EJM4Cs4FuuJXV8RI EwrSjQ91BCMX/q4Iq3T0b+nRY0HX69gTXIjacEHKO4m/JxOlmZ84koId9Gd0Mq9eaZz9 2GMQ== 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=vV3D2rh9g1Sqc1emOjVJ25P4eOSsAX4wH9sw+JdmYl8=; b=Jasd34P+i5gxOcQ8KRxjCkzvPajaF9n+eAxKRPj/ED+7iZROE7enqEQH8tXm0DaKIl +bwQU9Agsa2XNiRts5tyl4k7EE5JcySVmFQqmdltULjW93qdF6RLhi9ez0JMVE4uD1ir MowMbfL1JMj3WJ8bAqSYQjxfn6ExHFfJ4tLQWkQFcO2yzm/rG5wQEKVWcvfT9Bp4tloQ 74DIXkWB16XjkAv9haSF3luehYPBbA5/RgUb3Ops8qiZwWj7ccWqj6fAw3MZ98pWtcG8 9vg0SB4ov6GtqdeJ3TfYqS66nykAWxOuNeM45QwcUts+YBYqVkx6eu5IVx90F4+9juN9 sNAA== X-Gm-Message-State: AOAM530KZYjzHVsQLmwR9yL3lZMOm433R+ZvFPg92Wf+IkT9LbiobZdZ eUsoL48fzfD1adPHrwoUMoXgkr6X0FLeqrThbA== X-Google-Smtp-Source: ABdhPJwxuEG2qol1P+bFP7WZWzy8Om6k+HCaCtCZ7QjUxzL9rcCmkCCC7suwzs4GlGgKJO4gI/UU7ZjXhMP1KVhlOo0= X-Received: by 2002:a2e:7610:: with SMTP id r16mr193135ljc.472.1616428908435; Mon, 22 Mar 2021 09:01:48 -0700 (PDT) MIME-Version: 1.0 References: <3C81350E-296A-4514-A0DB-45A4B05F2266@trowski.com> In-Reply-To: Date: Mon, 22 Mar 2021 17:01:37 +0100 Message-ID: To: Levi Morrison Cc: Aaron Piotrowski , Niklas Keller , php internals Content-Type: multipart/alternative; boundary="000000000000e45b7005be222e0e" Subject: Re: [PHP-DEV] [VOTE] Fibers From: guilliam.xavier@gmail.com (Guilliam Xavier) --000000000000e45b7005be222e0e Content-Type: text/plain; charset="UTF-8" On Mon, Mar 22, 2021 at 4:38 PM Levi Morrison wrote: > On Mon, Mar 22, 2021 at 9:13 AM Guilliam Xavier > wrote: > > > > On Sat, Mar 20, 2021 at 3:06 PM Aaron Piotrowski > wrote: > >> > >> > >> > On Mar 19, 2021, at 5:47 PM, Levi Morrison < > levi.morrison@datadoghq.com> wrote: > >> > > >> > On Fri, Mar 19, 2021 at 3:54 PM Niklas Keller > wrote: > >> >> > >> >> Hey Levi, > >> >> > >> >>> On Mon, Mar 8, 2021 at 12:40 PM Aaron Piotrowski > wrote: > >> >>>> > >> >>>> Greetings everyone! > >> >>>> > >> >>>> The vote has started on the fiber RFC: > https://wiki.php.net/rfc/fibers > >> >>>> > >> >>>> Voting will run through March 22nd. > >> >>>> > >> >>>> Cheers, > >> >>>> Aaron Piotrowski > >> >>> > >> >>> This is selfish, but I would like to kindly request lengthening the > >> >>> voting window to allow me more time to play with it. I feel like I > >> >>> can't vote "yes" on something like this without more experience with > >> >>> it (which is why I currently have voted "no"). I hope others would > >> >>> play with it more as well if we had more time. Any objections? > >> >> > >> >> > >> >> How much time do you think you need? > >> > > >> > Another week seems reasonable; enough time to evaluate it more > >> > thoroughly but not delay things seriously. > >> > >> This is fine with me. Let's extend voting for about another week, > ending on 3/28 at about 11 PM EDT. > > > > > > I'm afraid you can't: from https://wiki.php.net/rfc/voting#voting > > > > > A valid voting period must be declared when voting is started and must > not be changed during the vote. > > > > (Not that I care personally, but you would take the risk of the vote > being invalidated...) > > > > -- > > Guilliam Xavier > > We should dig through the history, because the line before that is in > conflict: > > > Votes should be open for two weeks at minimum, at the authors discretion > this may be extended, for example during holiday periods. > > A valid voting period must be declared when voting is started and must > not be changed during the vote. > The history is , but I don't think it conflicts: to my understanding, what "may be extended" is the chosen duration vs the minimum duration (e.g. the author can chose to open a vote for an "extended" 4-weeks period instead of 2-weeks), and that choice must be set before starting. Arguably the wording is maybe not the clearest, but there's also this from < https://externals.io/message/104860>: >> +1, but it should probably be possible to extend the voting period once started, but not shorten it. This allows for extension during holidays in case the author didn't think about that when starting the vote. > > 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. Anyway I just wanted to warn (it would be a shame to see the vote result being debated after an extra week), but that may be OK to the "deciders". Regards, -- Guilliam Xavier --000000000000e45b7005be222e0e--