Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103715 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 90705 invoked from network); 11 Jan 2019 20:03:11 -0000 Received: from unknown (HELO mail-io1-f52.google.com) (209.85.166.52) by pb1.pair.com with SMTP; 11 Jan 2019 20:03:11 -0000 Received: by mail-io1-f52.google.com with SMTP id r200so12602874iod.11 for ; Fri, 11 Jan 2019 08:38:06 -0800 (PST) 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=VX70y46OHFNUs+r53W6/4DR0rZjwAzrXuk1TlBzzA9Y=; b=e2/0qPKj8en3Kn6KHUWZbfg7WALrBBqJGmcPBS6h8HAPtw9CHLsPJOIBk9UDn5qthy bFfNdxrhGUiOC9n+svomVJgdezPlxTIzif7CvZXH4POHHMs09fcN+ZLm4qwrTjiTE0a1 Wn7HXo4nGerFyUt1jdAfYKqQaUFsfOexII57VPOgvFzbpFocERNxNU6wDqpHps3Gx3xa c6bJfdH3RuE+IGQGUPjo2iZ4Xo63jZDrmNhwQnQWBYOnP8TmjFLyG24ro7mmeEjsEsHF x1EYAJSFzB5mE67EyYhsFxDXb0uFxFGpRQCjbaUYC/4E5COJO5GQhB0K56XtmmA5692v hZIg== 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=VX70y46OHFNUs+r53W6/4DR0rZjwAzrXuk1TlBzzA9Y=; b=VcwcVoltWrej1kJwjQUbn5p5lF0Y7pbO3pKpZC2ztUqjuKZNtVkQ/b6zoZeyNKd459 qZQmpsvwTHmLTp5eAWAjynf8ftdZKmkuE4KmUpqTRMu6HMWClp4hPmDxqxVhaT3QZ5tg pGZuVIAcaFtoXJ4zndgijcPTyJ4hQZVtdTNsjuFhF3HMyWWYmWkyMtnnBcLZsawcLuz2 9XJ9hQB1vivZZPgwpIMVjeyaOrWlP37lMGrfGNWFNQ3mj9CVElwMnBuGu4OM6/AH/kcj GVj8Us/Nik3IKdtrRpb1ZJ3Y6CjejvXClsW5qf3PrE5GDLl7HeMjZ67dfzWh6fhvnEQ6 e+NA== X-Gm-Message-State: AJcUukcEv3sgmAhElrkWHUePD4O9NgSjHwwz0PiYPj6YNz/M4Wm46xhz tzff3SnfF1FZgh1JLv+58DpOdGrxP97f390s+L7GH92M X-Google-Smtp-Source: ALg8bN6taAUmMcgYJQx0Y/A0e2C97LjbcT6FIdIMOEfKUdcB5CK+6vsvaa16qJgZPQO0YcmbZ8NW2zbKNLl41BxZ9zc= X-Received: by 2002:a6b:5804:: with SMTP id m4mr9624623iob.47.1547224686195; Fri, 11 Jan 2019 08:38:06 -0800 (PST) MIME-Version: 1.0 References: <595b374c-bc4f-9b8a-0013-6485abbfb477@php.net> In-Reply-To: <595b374c-bc4f-9b8a-0013-6485abbfb477@php.net> Date: Fri, 11 Jan 2019 17:37:48 +0100 Message-ID: To: Sebastian Bergmann Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000cefa29057f3151d6" Subject: Re: [PHP-DEV] Re: [RFC] [VOTE] Typed properties v2 From: nikita.ppv@gmail.com (Nikita Popov) --000000000000cefa29057f3151d6 Content-Type: text/plain; charset="UTF-8" On Mon, Oct 22, 2018 at 1:58 PM Sebastian Bergmann wrote: > Am 26.09.2018 um 15:46 schrieb Nikita Popov: > > I'm pleased to announce that the typed properties RFC has been accepted > > with 70 votes in favor and one vote against. We will work to finalize and > > merge the implementation in the next few days. > > Any update on when this will be merged? Thanks! > Sorry for the long delay here. I've spent the last week fixing the remaining issues and cleaning up the patch, and... ...Typed properties are now merged into master! [1] It would be great if people could start experimenting with typed properties (e.g. by migrating over existing @var annotations and seeing what happens). The earlier we find issues in the implementation or semantics, the better. Thanks to everyone who worked on this RFC and participated in discussions. Special thanks to Bob Weinand who did most of the initial implementation work on this RFC. Regards, Nikita [1]: https://github.com/php/php-src/commit/e219ec144ef6682b71e135fd18654ee1bb4676b4 --000000000000cefa29057f3151d6--