Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72337 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71316 invoked from network); 6 Feb 2014 13:16:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2014 13:16:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.44 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.44 mail-qa0-f44.google.com Received: from [209.85.216.44] ([209.85.216.44:58505] helo=mail-qa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/F0-00209-12B83F25 for ; Thu, 06 Feb 2014 08:16:17 -0500 Received: by mail-qa0-f44.google.com with SMTP id w5so2632638qac.17 for ; Thu, 06 Feb 2014 05:16:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mNtmVWVfF2lQWok70KfKmMDG8P0HKLwptZbKFJ5pmmE=; b=hkFg7EBJ04zbOOPpxzXw7TUVbb17wP0+fzoPg3BwQNMsLo9D95OlRv9IkzHVeosW95 YFHZf0a9SCYBzk4gNc6vaD5+y6Z3tf9QbZ1wBj4dUwjWTy/YCUdTvk0dQvjW1JitXZ6N lx1aE5HRyGFVeIX2sRw0YpEV+yGnFMXphPpk0NVgSzQvAzeks7m5Nw0hAWBrtVH/jqb0 Y5lGGnNFYRhkqRdGLXnQ25t55t3pulMq80LqT7pGIQ6DRNWXVx0THlXKlGsj1oShK588 ShhrV8kmflClql/Kp5CBMIUuD/3groQ3DUV/vKzVDZ1GIa1LLmtkMTsy2nNC8JAYmUgA sU3Q== MIME-Version: 1.0 X-Received: by 10.224.75.138 with SMTP id y10mr12301177qaj.72.1391692574685; Thu, 06 Feb 2014 05:16:14 -0800 (PST) Received: by 10.140.96.70 with HTTP; Thu, 6 Feb 2014 05:16:14 -0800 (PST) In-Reply-To: References: Date: Thu, 6 Feb 2014 14:16:14 +0100 Message-ID: To: Tjerk Meesters Cc: Bob Weinand , =?UTF-8?Q?Johannes_Schl=C3=BCter?= , List PHP Mailing List Content-Type: multipart/alternative; boundary=001a11c309ea8d01d004f1bcade4 Subject: Re: [PHP-DEV] NEWS and UPGRADING files in PHP-5.6 From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c309ea8d01d004f1bcade4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Feb 6, 2014 at 2:02 PM, Tjerk Meesters wr= ote: > Hi Ferenc, > > > On 6 Feb, 2014, at 7:13 pm, Ferenc Kovacs wrote: > > > >> On Thu, Feb 6, 2014 at 11:31 AM, Ferenc Kovacs > wrote: > >> > >> > >> > >> > >>> On Thu, Feb 6, 2014 at 10:02 AM, Ferenc Kovacs > wrote: > >>> > >>> > >>> > >>> > >>>> On Thu, Feb 6, 2014 at 9:53 AM, Bob Weinand > wrote: > >>>> > >>>> These two files in PHP-5.6 branch actually are the same than master. > >>>> > >>>> I just noticed that when I wanted to write about the merge of pow > >>>> operator RFC=E2=80=A6 > >>>> > >>>> Could someone please fix that one? > >>>> > >>>> Bob > >>>> -- > >>>> PHP Internals - PHP Runtime Development Mailing List > >>>> To unsubscribe, visit: http://www.php.net/unsub.php > >>> from a quick look it seems that your last merge caused it, will rever= t > >>> it, if nobody beats me to it. > >>> > >>> -- > >>> Ferenc Kov=C3=A1cs > >>> @Tyr43l - http://tyrael.hu > >> > >> yep, it seems that you've merged a branch/PR which was originally > branched > >> from master. > >> in the past when similar thing happened we always reset the head befor= e > >> the merge and then force push it. > >> I don't have karma for that, but I can grant myself if nobody around > >> (johannes?) > >> > >> -- > >> Ferenc Kov=C3=A1cs > >> @Tyr43l - http://tyrael.hu > > > > > > Hi, > > > > I've restored the tip of the PHP-5.6 and master branch to where it was > > before the merge. > > The branch which holds the wrong merge is available here: > > > http://git.php.net/?p=3Dphp-src.git;a=3Dshortlog;h=3Drefs/heads/broken-5.= 6-20140206 > > If you pulled between the wrong merge and the fix (~2 hours of > timeframe), > > then you have to put your local 5.6 and master branch aside and reset > those > > to the origin and cherrypick your local changes if you have any. > > Bob: please rebase/cherrypick your changes to the PHP-5.6 branch first, > and > > merge that upwards to master, otherwise you will bring along the other > > commits from the master branch. > > Thanks. Was there something I should have done differently with my PR or > are branches off master okay? > > > > > -- > > Ferenc Kov=C3=A1cs > > @Tyr43l - http://tyrael.hu > Yeah, the problem was that the PR was targeted to master (as you can see at https://github.com/php/php-src/pull/543), while the RFC targeted 5.6 ( https://wiki.php.net/rfc/pow-operator#proposed_php_version_s) Ofc. the person doing the merge could have realized this and either rebase himself, or ask you to send another PR, but next time make sure that you base the PR on the correct branch. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c309ea8d01d004f1bcade4--