Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109623 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 96421 invoked from network); 14 Apr 2020 14:34:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 14 Apr 2020 14:34:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7466C1804F6 for ; Tue, 14 Apr 2020 06:04:12 -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,SPF_HELO_NONE,SPF_PASS 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-oi1-f179.google.com (mail-oi1-f179.google.com [209.85.167.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 ; Tue, 14 Apr 2020 06:04:11 -0700 (PDT) Received: by mail-oi1-f179.google.com with SMTP id t199so6912635oif.7 for ; Tue, 14 Apr 2020 06:04:11 -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=RYFtHR04c0c+Yrb0Ko8up8RrdfcCxp5I+fxe52tkeEk=; b=F/Y2Fmu/nEljfAy+zC4uul5SFromztPh9iL/xwqBHu4A5/QvrzyPOII65TJSME6wFf 7g7Hefn79B23t4UQKee6kR6paj+0/eYYUPkkwyHezf28jnqjaSUmHAZf/W8dSilK++5p KGgsDyo9QzLv78hWsxYo6y3SXe+6ZoY5AH25OzlllJgKtAmA5/7Bmc973N+68+vFsn5I 4OZgX+Dwzw+jWVxLsxFPa1mCjt7pkznBSZGBD35cr82q9Z8T2c7iS9/BujWdKoJE5TLZ rV5x0JTPN8O0OHIFqStF+h/ihns2zYJeSdSckcS1q+UiRRQt41abBi9WRhITNMhCdTpc LeJg== 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=RYFtHR04c0c+Yrb0Ko8up8RrdfcCxp5I+fxe52tkeEk=; b=td5ZggWwi8y4MVpPBHRL7cC6vJ7At/S+UyKcsr6223NiJeiw+sbEEvwHmxHb96ppEH V/NFf2GOU18zLAupVuUr3yePvLQySic6RGJXacbqvRggq1V7TFAwXtktDIuEBeanwd2S viI199x/d+VJvvwdfHzO1EEhqYLsMqksPEmxe+bojpTsEIfdxx/Z17FiMdwZ2P1G19og fAssGxM1vk4y8jYjEA+fnqCTfkNJppu2RZQq/8ETwnOKmFB/pwc7HORssqNCFgn6LD1V +TMif9+yqFuRhGVD9q8xWy4/45Gv1xqV9lMwS1GcXyYdVan7x63et473U/w2HNHuUOcm dEyQ== X-Gm-Message-State: AGi0PuY9Nx0brMmSY/89zzihYGFGw/il/Xfapm3fQp2TAdJyxkU/Zioz F7PiOxfYcel0d3a9bz+CUi0OHALmcgIi4Tu6X7WZNPGr X-Google-Smtp-Source: APiQypIxvlqB5JglSfaP5Nkik5HDvzOtnfwPNYysKN81HbaT3MJ8og8vHV9N3MPMCoMogWZFpKYM9U+bgqI5Tgw6X/M= X-Received: by 2002:a54:450f:: with SMTP id l15mr11624630oil.120.1586869450527; Tue, 14 Apr 2020 06:04:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 14 Apr 2020 15:03:57 +0200 Message-ID: To: Benjamin Eberlei Cc: PHP Internals , =?UTF-8?Q?Martin_Schr=C3=B6der?= Content-Type: multipart/alternative; boundary="000000000000e759ff05a33fd553" Subject: Re: [PHP-DEV] Re: [RFC] Attributes v2 From: nicolas.grekas+php@gmail.com (Nicolas Grekas) --000000000000e759ff05a33fd553 Content-Type: text/plain; charset="UTF-8" Hi Benjamin, I have updated the RFC with much of the feedback received here, on Twitter > and Reddit. > > https://wiki.php.net/rfc/attributes_v2 Thanks for the update and for giving this a try! I'm wondering about nested annotations: as you know, they're quite common in apps that use doctrine/annotation. How do you think these should be migrated to the new system? Nicolas --000000000000e759ff05a33fd553--