Re: [PHP-DEV] Re: [VOTE] Shorter Attributes Syntax Change

2020-08-20 Thread Theodore Brown
On Thu, Aug 20, 2020 at 2:13 AM
Côme Chilliet  wrote:

> Le Wed, 19 Aug 2020 21:11:29 +, 
> Theodore Brown  a écrit :
> > In case anyone wants to view the in-progress STV vote results, I took
> > the same script I made for the Shorter Attribute Syntax RFC and made
> > it possible to run online here:
> >
> > https://stv-results.theodorejb.me/php/?rfc=shorter_attribute_syntax_change
> >
> > Note that at present it only processes the STV vote and ignores the
> > primary 2/3 poll result, so keep that in mind.
> 
> Thank you, I was searching for something like this!
> 
> Is there any chance we can see the code? (mostly out of curiosity)

Hi Côme,

Ask, and you will receive! https://github.com/theodorejb/php-stv

> Also, is it supposed to be updated at page load or at some time
> interval? I see 15 votes on the RFC page for #[] and 14 on your page.

It's currently updated on page load. As Benjamin suggested, there are
some invalid ballots right now where the same candidate was selected
more than once. You can view these by adding a `&showInvalid=1`
parameter to the URL. You can also have it output all counted ballots
by adding `&showCounted=1` to the URL.

Note that the webpage works for other STV elections. If you set the
`rfc` parameter to "shorter_attribute_syntax", you can view the
results of the original Shorter Attribute Syntax RFC. If you replace
this parameter with `?election=todo/php80` you can view the PHP 8.0
release manager election results. [1]

Interestingly, it looks like Gabriel won this election rather than it
being a tie as was announced on list. [2] My guess is that Derick
possibly tallied the results before the poll was actually closed 
which caused a vote to be missed? At least the result didn't change
in the subsequent vote!

Kind regards,  
Theodore

[1]: https://stv-results.theodorejb.me/php/?election=todo/php80
[2]: https://externals.io/message/109552#109756
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php



Re: [PHP-DEV] Re: [VOTE] Shorter Attributes Syntax Change

2020-08-20 Thread Côme Chilliet
Le Thu, 20 Aug 2020 10:37:21 +0200,
Benjamin Eberlei  a écrit :

> On Thu, Aug 20, 2020 at 9:13 AM Côme Chilliet <
> come.chill...@fusiondirectory.org> wrote:  
> > Also, is it supposed to be updated at page load or at some time interval?
> > I see 15 votes on the RFC page for #[] and 14 on your page.
> >  
> 
> With 30 voters its likely one voted for the same thing twice accidentally
> and the vote is disqualified. Afaik Derick's script outputs that so the
> voter can be notified about their mistake.

Indeed, jwage voted for #[] as both 1st and 3rd choice.

Thanks for the explanation.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php



Re: [PHP-DEV] Re: [VOTE] Shorter Attributes Syntax Change

2020-08-20 Thread Benjamin Eberlei
On Thu, Aug 20, 2020 at 9:13 AM Côme Chilliet <
come.chill...@fusiondirectory.org> wrote:

> Le Wed, 19 Aug 2020 21:11:29 +,
> Theodore Brown  a écrit :
> > In case anyone wants to view the in-progress STV vote results, I took
> > the same script I made for the Shorter Attribute Syntax RFC and made
> > it possible to run online here:
> >
> >
> https://stv-results.theodorejb.me/php/?rfc=shorter_attribute_syntax_change
> >
> > Note that at present it only processes the STV vote and ignores the
> > primary 2/3 poll result, so keep that in mind.
>
> Thank you, I was searching for something like this!
>
> Is there any chance we can see the code? (mostly out of curiosity)
>
> Also, is it supposed to be updated at page load or at some time interval?
> I see 15 votes on the RFC page for #[] and 14 on your page.
>

With 30 voters its likely one voted for the same thing twice accidentally
and the vote is disqualified. Afaik Derick's script outputs that so the
voter can be notified about their mistake.

>
> Côme
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: https://www.php.net/unsub.php
>
>


Re: [PHP-DEV] Re: [VOTE] Shorter Attributes Syntax Change

2020-08-20 Thread Côme Chilliet
Le Wed, 19 Aug 2020 21:11:29 +,
Theodore Brown  a écrit :
> In case anyone wants to view the in-progress STV vote results, I took
> the same script I made for the Shorter Attribute Syntax RFC and made
> it possible to run online here:
> 
> https://stv-results.theodorejb.me/php/?rfc=shorter_attribute_syntax_change
> 
> Note that at present it only processes the STV vote and ignores the
> primary 2/3 poll result, so keep that in mind.

Thank you, I was searching for something like this!

Is there any chance we can see the code? (mostly out of curiosity)

Also, is it supposed to be updated at page load or at some time interval?
I see 15 votes on the RFC page for #[] and 14 on your page.

Côme

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php



Re: [PHP-DEV] Re: [VOTE] Shorter Attributes Syntax Change

2020-08-19 Thread Theodore Brown
On Wed, Aug 19, 2020 at 11:09 AM Benjamin Eberlei  wrote:

> I wanted to clarify that this is the **restarted* vote on Shorter
> Attribute Syntax Change, that means all votes cast between August
> 11th and 15th have been reset.

In case anyone wants to view the in-progress STV vote results, I took
the same script I made for the Shorter Attribute Syntax RFC and made
it possible to run online here:

https://stv-results.theodorejb.me/php/?rfc=shorter_attribute_syntax_change

Note that at present it only processes the STV vote and ignores the
primary 2/3 poll result, so keep that in mind.

Best regards,  
Theodore
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php



[PHP-DEV] Re: [VOTE] Shorter Attributes Syntax Change

2020-08-19 Thread Benjamin Eberlei
I wanted to clarify that this is the **restarted* vote on Shorter Attribute
Syntax Change, that means all votes cast between August 11th and 15th have
been reset.

On Wed, Aug 19, 2020 at 12:50 PM Benjamin Eberlei 
wrote:

> Hello everyone,
>
> We have started the vote on "Shorter Attributes Syntax Change" RFC to
> decide one last time on what syntax to choose for the Attributes feature.
>
> https://wiki.php.net/rfc/shorter_attribute_syntax_change#voting
>
> The first vote is a vote to say that you have an opinion about attribute
> syntax.
>
> The second vote is an STV vote.
>
> In STV you SHOULD rank *all* choices, but don't pick the same one more
> than once, as that will invalidate your vote.
>
> Please see the introduction for multiple arguments on why we should revote.
>
> In addition to the table and Syntax Side by Side giving an overview on the
> differences of each syntax, there is also an extensive discussion of the
> various arguments below.
>
> Thank you to everyone participating in the discussion.
>
> The vote ends September 2nd, 12:00 UTC.
>
> cheers,
> Derick and Benjamin
>