Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103841 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 4662 invoked from network); 24 Jan 2019 19:32:57 -0000 Received: from unknown (HELO mail-lf1-f65.google.com) (209.85.167.65) by pb1.pair.com with SMTP; 24 Jan 2019 19:32:57 -0000 Received: by mail-lf1-f65.google.com with SMTP id a8so4715514lfk.5 for ; Thu, 24 Jan 2019 08:11:07 -0800 (PST) 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=ymUt5b9sMgZ5kZbDOOArsa6PKUlTcgj2JkjcNp7FSJY=; b=Pa4ZKFv29zp0LX63eI65co3fPMOlaL4e6E+J+8E1SOmJqTV8rgxGgVep8x4ttmEO63 pyDRZm6iP9inwHVpvPhs+1BEdLW/zxEUH86TJ6vt2KuYot6SpjPo0GLz/129vbG324jI AN34bE7SOauW2prtHd/gx+hbZyOfyjZJNVSuASh6GX/4miLlIG3UwvrKkrH164XJLdxi FYaR+/oTlNOJWtfqJf2tG0FFtnkP5NSD5x1eJFNTTb4u6/vwVRUbggi+HUfxIxKSVlKh mfypwW4gE6nJuJeqgzb2dnjTU8ESJOgRaHhevCVSi/rDBzhI77bQuIZUCId/rbP07AuB zkUg== X-Gm-Message-State: AJcUukfcle1Da6UwgfcKJwEj6bNUdgOSsqvbdfGlpQq3N5zJBa8V3JFp yOIqDfXyPc1C9mflCm3RkSRCUwkrO2rqHx/ycgQ= X-Google-Smtp-Source: ALg8bN6ZF3OPPXEBy1+GUdqiHbcfSn7RbllfvNUOMONrq1TKp3pD8UsMXg6sf2s3oePIoBeqU5WLuhK6F/bFChxOkBU= X-Received: by 2002:a19:cc46:: with SMTP id c67mr5743960lfg.145.1548346266388; Thu, 24 Jan 2019 08:11:06 -0800 (PST) MIME-Version: 1.0 References: <091debad-319d-7010-4852-fb9d7e6304ac@gmx.de> <52d491a2-f546-f1eb-09e4-87f1b070d256@zend.com> In-Reply-To: Date: Thu, 24 Jan 2019 09:10:49 -0700 Message-ID: To: Nikita Popov Cc: Sara Golemon , Dmitry Stogov , Zeev Suraski , Christoph Becker , PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Re: Branch off PHP-7.4 early From: levim@php.net (Levi Morrison) On Thu, Jan 24, 2019 at 7:52 AM Nikita Popov wrote: > > On Fri, Nov 16, 2018 at 4:36 PM Sara Golemon wrote: > > > On Fri, Nov 16, 2018 at 9:26 AM Nikita Popov wrote: > > > I feel like there may be some understanding here, because what > > > is proposed here seems to match exactly what you proposed > > > in your first mail to this thread. > > > > > Perhaps the impedance mismatch is in calling the branch "PHP-8". > > Calling it that says to me, "It's my responsibility to merge bugfixes > > if I want them propagated to what will become 8.0.0-final". Calling > > it "feature/jit-and-other-cool-stuff" or literally ANYTHING other than > > "8" says, "Development is happening as normal, and the feature branch > > is the problem of the people working on the feature. > > > > Also, I'm going to quote again the specific language Dmitry used: > > > > > - in May/June move master into PHP-7.4, make PHP-8 to be master and > > > require committers to work on master and backport changes (according to > > > usual PHP/GIT workflow). > > > > > "move" says to me "rename the branches", which again, if fixes aren't > > being dutifully picked/merged/whatever to this branch, then they > > inevitably will get lost. It's not that I don't trust someone working > > on the feature branch to do their best, it's that it shouldn't be > > their responsibility. > > > > -Sara > > > > I'd like to bring this up again. Typed properties has been merged, so we > currently don't have any major code changes pending. To clarify what > exactly I'm proposing: > > * Create the PHP-7.4 branch now/soon, rather than in summer. > * master will be PHP 8.0. > * All changes are applied to the lowest applicable branch and then merged > up as usual, including to PHP-7.4 and master. > * NEWS mentions for bug fixes are only added up to PHP-7.3. They are not > added on the PHP-7.4 branch, just like for master. (Excluding changes that > are only in 7.4/8.0, of course.) > * All feature additions can generally still go to the PHP-7.4 branch, > there is no freeze. > * Backwards incompatible changes and major internal API changes can go to > master (assuming they are accepted through the usual processes). > > Nikita As long as someone will help me get the covariance/contravariance patch merged in correctly when the time comes, I'm all for it.