Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111572 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 26282 invoked from network); 17 Aug 2020 09:58:47 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Aug 2020 09:58:47 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 9C2A018053A for ; Mon, 17 Aug 2020 01:59:39 -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, 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-f181.google.com (mail-il1-f181.google.com [209.85.166.181]) (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, 17 Aug 2020 01:59:39 -0700 (PDT) Received: by mail-il1-f181.google.com with SMTP id q14so10407774ilm.2 for ; Mon, 17 Aug 2020 01:59:39 -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=OQ6+YgEGh1/7EjXMv+6D0YAVXmKsFBoqbinafK8eCOY=; b=MY6dC7vy4rC7OVfMrgRjLweRMerOueGdnLxT+19WBppakNeB3zT7jn3QVoF23k8/Dk IOy9fF7rMsdOC31D0gEyKzvd2AKuhUHgssYMXmisQyMNSqArXilIze1YMl+SvVqRR2zd cbL6husRlQ58y311e+13GZsmarPlnSsOkhx+gj3tTA2fTJ/4O6YzG+tyPmUkormf4MUI 0LHk7YDh4vtZHGszHHQXMRNRSKbZ2Nr+EgpnFiS5RkhL2ZsReWiiZAplyB7S3N6LkgI+ VGS2L4LzHAa+sRVp9ZwckzCe6zHBBvarRX4juGfkiUs7mHE/LBwO1tzGJIDnG/K9qsNp PdJQ== 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=OQ6+YgEGh1/7EjXMv+6D0YAVXmKsFBoqbinafK8eCOY=; b=hedeVdXVip20KZna3o+ljZsUxeBckxCsnzX9HlgxjrLFEQ6cVDIsgcliy8DOuCqTJk DqjqSlRH1i+64VtvxEiS1ruEqaqItvDZ9YblAqNEwqMoMGX5cfhBIPGuG4+V6oTrFyvj kk/V3QUYNxfkt53TaIk/sBd7nYdHQwvvbRd504s5++nJdZMvgFdL/IZkpXROCO+CSIY+ /FKqmHrIhelNWfWmRSLeijGsgt53Xkq1FwiuOtswa7GdFiqiffisuKd/PiTrgIRkQHY8 wJCiPKSwIJVgSp+ic23f66W2FxLv4aj+RvGxQAvHdFS64hZ+J1tJmUhPBL8+an2xt3uh yo/A== X-Gm-Message-State: AOAM531N455/Hpnv6Iyx5jtkS/YaKshiXk4TTNNilBhET8HtzQcXnP1R bKTWkm0LNK2PzClugGh/sZsJPSQ8Jd3EL/qazjg= X-Google-Smtp-Source: ABdhPJxh/Y9QH3klk2Z5WK1s6LBUu6607qZMGBFz+MEMnCmpfZqX6/hZGIsq7EZbh71vYnlT6H7GGcHujUDRPd7udq8= X-Received: by 2002:a92:d343:: with SMTP id a3mr12507419ilh.136.1597654775910; Mon, 17 Aug 2020 01:59:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 17 Aug 2020 11:59:19 +0300 Message-ID: To: Benjamin Eberlei Cc: Derick Rethans , PHP Developers Mailing List Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Shorter Attribute Syntax Change RFC 0.2 From: drealecs@gmail.com (=?UTF-8?Q?Alexandru_P=C4=83tr=C4=83nescu?=) On Sun, Aug 16, 2020 at 12:36 PM Benjamin Eberlei wrote: > > We have updated the RFC with all (hopefully) of the feedback from this > discussion: > > https://wiki.php.net/rfc/shorter_attribute_syntax_change > > Most notable changes are: > - A new section with several subsections on the benefits of a closing > delimiter / enclosing syntax. > - A section on grouping pro/cons > - Inclusion of @: as per Theodores request > > We are looking for further feedback from the community. Thanks for the work. Looks good. An idea. Would the syntax @ be able to obtain a "No" on the "Breaks BC of valid PHP 7 code" section while still being more or less the same as #[Attr] or @[Attr] considering other features? BTW, I'm thinking that it's good to have a "No" there. Sorry if proposing another syntax is making this an even more complex problem. Regards, Alex > On Tue, Aug 4, 2020 at 3:46 PM Derick Rethans wrote: > > > Hi, > > > > Out of Banjamin's suggestion[1], I've updated the Shorter Attribute > > Syntax Change RFC to reflect that process: > > > > https://wiki.php.net/rfc/shorter_attribute_syntax_change > > > > Patches and comments welcome. > > > > FWIW, this has an excemption from the RM Sara as per [2]: > > > > > * Shorter Attribute Syntax Change > > > - Joe/Derick - Please make sure this RFC moves along and reaches > > > conclusion by beta3, as discussed previously. > > > > > > cheers, > > Derick > > > > [1] https://externals.io/message/111218#111261 > > [2] https://externals.io/message/111286#111286 > > > > -- > > 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 > > > >