Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110419 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 27458 invoked from network); 8 Jun 2020 10:58:32 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Jun 2020 10:58:32 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EE5991804CE for ; Mon, 8 Jun 2020 02:41:54 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-vk1-f179.google.com (mail-vk1-f179.google.com [209.85.221.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 ; Mon, 8 Jun 2020 02:41:53 -0700 (PDT) Received: by mail-vk1-f179.google.com with SMTP id s192so3802351vkh.3 for ; Mon, 08 Jun 2020 02:41:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=JVsKrRA1jsUdy67AALeWcj5b8Jec/RsIYVQ1h88RncM=; b=Kj3IVqcIy81puqh+kInyo6INeRHZUMIsh1FM14w7hiZ06QyA1rBh102Pc/a5ksEPLu fsBIoxnV9yJuh5UKvT/f9PY6S0x5gLzyh/w1uz778ZbopDU6+77gOyNItf0dIkxEOZQy 7EYr9fgY+vUWBxFB+S52dqDjpLPdrChz/sHEN0TQTBnqhnc9qFMUM1nDdOmq8oqxd89H Ogr7JOANlDVuCbyt+OOYZChWCNtODCJQkKc7P3kLJlSRxXpLMx8V76ZJF01tN7dkZuIp d+ifAYK+ihAk2YHcgs5+CcWj66pZVwmckJh/rHcu80A6aZHwyYNO5Gw+oEhQ5aZRURom Kf9A== 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=JVsKrRA1jsUdy67AALeWcj5b8Jec/RsIYVQ1h88RncM=; b=LiFg8XLFFzrhrPeB65lp+B4GKEEpcixjSy35O6ZqEPlkJentkiKLyMlZO1j4pzX3sB f9cgW7/2ptnUXaoY0ryF+WeKNLh5kd4W6fIFAntOIcpvvrLvgWPXznrtfINdIRTWOzdQ PCmoJvn1G1VTnbtGFQo5aiROM9PxrJFsQkL5wYm0NOdHOvp27wTYO9LRoeeHnmyeJXTd QF/bKhMsDcWt9sx1xT2sGGH1XLfKZV3vP4MajbRZU9feZk9np39CguCo0tGbayUiObDS G8QESaFiOEUY2SymTd8NtXH2rFZNeIPc11JtJ4lTvK+mLw/GtfdNP1RhguEqpBFxN7bX zG2A== X-Gm-Message-State: AOAM533Oyno23/fOuCWoyzglQPYkJM9w4IV8Xbx/oLPbyrD0NRXtSoGg 1pUfifdjBsz/GqSgOF4kg9q+ayLwpy9M1t4gjYDzBwKf0QzMNw== X-Google-Smtp-Source: ABdhPJy6KEtQ0OSxNMGwhfi/hxCOjHmghqdBUy661Tq+PoOStK/1uQEQY5W4xz0J2yIfglVDYs2laDWhpyBuyUA+0S4= X-Received: by 2002:a1f:3494:: with SMTP id b142mr14438862vka.18.1591609311630; Mon, 08 Jun 2020 02:41:51 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 8 Jun 2020 10:41:40 +0100 Message-ID: To: Benjamin Eberlei Cc: PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [VOTE] Attribute Amendments From: Danack@basereality.com (Dan Ackroyd) On Mon, 8 Jun 2020 at 09:13, Benjamin Eberlei wrote: > > I have opened voting for four different amendments to the Attributes RFC > > https://wiki.php.net/rfc/attribute_amendments To explain a 'no' vote. > Should a secondary grouped syntax for attributes be introduced? Voted no, as it's not obviously required, and can be added later. Also, we aren't that good at designing the 'group' syntax. See group use for a bad example. > Should attributes allow definition of repeatability? > Should attributes allow definition of target declarations? Voted no for both, as they can be enforced in userland, or be added to core later if some reason for why they must be in core is found. cheers Dan Ack