Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111557 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 43442 invoked from network); 16 Aug 2020 15:27:14 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 Aug 2020 15:27:14 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id F205D180510 for ; Sun, 16 Aug 2020 07:27:53 -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=-2.1 required=5.0 tests=BAYES_00,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-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.179]) (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 ; Sun, 16 Aug 2020 07:27:53 -0700 (PDT) Received: by mail-il1-f179.google.com with SMTP id r13so7913450iln.0 for ; Sun, 16 Aug 2020 07:27:53 -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=jmumrZ/+4hbs5i3th0wf55Pto9vOaRUjd92nVSYoDPs=; b=oeYQgiftonDs90tjwxnymzrMXmIuarA6MrNRKjSqzwLULGwK7i0ezdY+AbLJGBtwdR xQD2aRDy/WDsTH3NAi5Lsg2J0l0J3di2WWe+6gffCoaHwxmBV9igFccJTMQJh1FR4+j9 oHqzfuWM/v1NZoiVih4sDwIEM3A1qnRQQ5pao76R34XijqVciTrP4sJY10qn+gmrIyZZ G/80F4c+ptlISDJH7ZuncUnkqUfAvKsdtXxALBYWVhPPLbOgt+xToaa2aheRDRKD1oCo t75tgKvELoF1IeshkCtAwfvNIlUdealQKjCH7UjXMHnoQTw/TtjWruWFh2LvAeLgECNN 7eKQ== 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=jmumrZ/+4hbs5i3th0wf55Pto9vOaRUjd92nVSYoDPs=; b=iq0QuBSB0lbUR5Kbougea85sLUohRJCUnmh7s8aJ0Di9LU3ypiYO0ahdI+90vGTm54 nTNxMhUQK8Oadr94kS8ITQu+3L2Yc9PENhBlwjN/DaJdpeRUuQAHmuXH6aGeTGAkKkeI KT0tzlkwFetRIi3qFueK6Dsm2wVRM88FuCR6sTZgJIQumNNdLwzvMCEDGzbO/Cb6MBu1 YUOXRIbSUtP9b6/O+1vWxU0yF6TvzOShAnh9lTahXLF/SEZcPGEsHSYSJUbP9MQ83ykp GJqsesYhIEPlgBG7104ynZGaMMsSYun4e7rXTUPvBhXq7D1rLwBjViSSS8PDX4RlAtW0 dg2A== X-Gm-Message-State: AOAM532PRHgLQAphg9rr2MGWv6145WCOqYZ0B7fxVGbHZMzJx1fKTcW2 xOxrPcGrkCfl40DvbdmA2iznQt5jfHFqRcAHmos= X-Google-Smtp-Source: ABdhPJwrrTFcODwnzS/rBlq9svNRQm18xQ09nUEx7lfeEEChdPtXusxegWeluc3pJ/vJfRMN3xsEHeka9PA44UCIE+k= X-Received: by 2002:a92:cf52:: with SMTP id c18mr10217109ilr.44.1597588071833; Sun, 16 Aug 2020 07:27:51 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 16 Aug 2020 16:27:16 +0200 Message-ID: To: Derick Rethans Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary="00000000000084e52d05acff7520" Subject: Re: [PHP-DEV] [VOTE] Shorter Attribute Syntax Change From: deleugyn@gmail.com (Deleu) --00000000000084e52d05acff7520 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable As stated by the RFC: We argue why we should strongly favor a syntax with closing delimiter to > keep consistency with other parts of the language and propose to use #[], > @[], or the original << =E2=80=A6 >> instead. Given the desire for a closing delimiter, has `@:Attr;` been considered (or even `@@Attr;`)? Can `;` be the closing token as it's already used for statements as well? On Mon, Aug 10, 2020 at 10:41 AM Derick Rethans wrote: > Hi, > > I've just opened the vote to make sure we don't make a terrible mistake > with using the @@ syntax for attributes: > > 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. Make sure to read up on the discussion on the mailinglist if you > haven't done so yet. > > 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 have a objective look at the table > (https://wiki.php.net/rfc/shorter_attribute_syntax_change#proposal) and > don't just go by asthetics. > > The vote ends August 23, 24:00 UTC. > > cheers, > Derick > > -- > PHP 7.4 Release Manager > Host of PHP Internals News: https://phpinternals.news > Like Xdebug? Consider supporting me: https://xdebug.org/support > https://derickrethans.nl | https://xdebug.org | https://dram.io > twitter: @derickr and @xdebug > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > > --=20 Marco Aur=C3=A9lio Deleu --00000000000084e52d05acff7520--