Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101930 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80886 invoked from network); 26 Feb 2018 12:53:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2018 12:53:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=marijic.silvio@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=marijic.silvio@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.174 as permitted sender) X-PHP-List-Original-Sender: marijic.silvio@gmail.com X-Host-Fingerprint: 209.85.216.174 mail-qt0-f174.google.com Received: from [209.85.216.174] ([209.85.216.174:39689] helo=mail-qt0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/C1-60937-723049A5 for ; Mon, 26 Feb 2018 07:52:57 -0500 Received: by mail-qt0-f174.google.com with SMTP id f4so18579093qtj.6 for ; Mon, 26 Feb 2018 04:52:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Cp+ZAfPCi4WeM8kTsCDyYoWc8Q3oJjUTN360VhN30+c=; b=RWC4F/jZYTChYy9PPufQlDZzFZ+/dWPg5I5eHr19tUPNMvT9rSQSeQwMSYQVt3Y0G7 IuDsMuH34mzBOCiVcsLedNptM6zU5mBoR7lwLTvIyiWJiOQM+xzNEWQO68JsBW5C2R81 cPM4lS+USU79altqMtKbs4xT4Rif+7AYmHsNKSf/ct6plptMloWUMr6/PHg14GuI+KVb f09lTNuMoubB7S4+mazesOJYPgdsT41Ei+eU8VS68JCtrCd529GiNvNkAyEn/IrCwdWC C6SPzNP9Q0MwVwiXCHCNuhuq2HGeNX9JWfftjX0+ihwCjOr0E/7aKHUuAwscOnGNrjNw B57Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=Cp+ZAfPCi4WeM8kTsCDyYoWc8Q3oJjUTN360VhN30+c=; b=X2ChgBhTyUfGyZx5oR010o9m3BUyKjMjKi/haZCTNW1RE7kn2LaWO19bZeCGfOh42/ yVXF5AkaLGEetaHWbKtE6sBaFSKp/BmZI8HYveeFr7urpTxCaBsRVz+l7CCxxE8RUXKL vSrAS4i3pq6bs/sHJEa0x6NfW8AsTYLlwV0AIrBJ42SWQJJIhUqTkIFKXZOiD5XF/BKb ku3PPfGJA5gV4DgakWT3GataXLXjZxdpOoD3hytntPYFk2vZOhyonfdOAHuyHcy86DTA VSWvu4HZg75m7vrUAAio7qs+kceP9h646lcv6ZY8Q++JgVyNtxl2jlyXDJMCTotfvmIG 2Uvg== X-Gm-Message-State: APf1xPDLpu8zi0F3JxWL1YVzcjewQr4GqC8p+/ADlcBGNW8UoS6ug+mF mlw3mzj50eF5Ka/WoyFNV5a42JBlxO3o+GSlG8Q= X-Google-Smtp-Source: AG47ELsv5+xzJAEBADrrxkmiuNovw4aqaccD5sKuR7Wvs35YluCbZkAmasz9LZMEURtqrUfvAZv7HHmv/+YvMQXGy7Q= X-Received: by 10.237.43.39 with SMTP id p36mr18008917qtd.41.1519649573290; Mon, 26 Feb 2018 04:52:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.33.133 with HTTP; Mon, 26 Feb 2018 04:52:52 -0800 (PST) Received: by 10.140.33.133 with HTTP; Mon, 26 Feb 2018 04:52:52 -0800 (PST) In-Reply-To: References: Date: Mon, 26 Feb 2018 13:52:52 +0100 Message-ID: To: PHP Internals List Content-Type: multipart/alternative; boundary="94eb2c0566c4ffc5d705661cfc3f" Subject: Re: [PHP-DEV][RFC][DISCUSSION] Immutability From: marijic.silvio@gmail.com (=?UTF-8?Q?Silvio_Mariji=C4=87?=) --94eb2c0566c4ffc5d705661cfc3f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Currently the build is failing in some parts of the codebase that are obviously affected in some way. I ran valgrind for couple of failing tests and I got numerous reports about memory leaks and conditional jumps over uninitialized values. Not sure what is the reason for that, I had merge conflict with upstream master couple days ago, might be a reason. I would appreciate if anyone could give me hand on this ? On Feb 26, 2018 1:48 PM, "Silvio Mariji=C4=87" w= rote: > Currently the build is failing in some parts of the codebase that are > obviously affected in some way. > I ran valgrind for couple of failing tests and I got numerous reports > about memory leaks and conditional jumps over uninitialized values. > Not sure what is the reason for that, I had merge conflict with upstream > master couple days ago, might be a reason. > > I would appreciate if anyone could give me hand on this ? > > On Feb 26, 2018 1:44 PM, marijic.silvio@gmail.com wrote: > > Yes, I've also took that into consideration when choosing keyword. > > On Feb 26, 2018 11:35 AM, "Crocodile" wrote: > > Is "value" or "immutable" going to become a new reserved word? Ain't we > going to have some BC breaks because of that? If so, then "value" is goin= g > to bring more BC breaks then "immutable". > > On Sun, Feb 25, 2018 at 8:02 PM Paul Jones wrote: > >> >> >> > On Feb 25, 2018, at 12:59, Silvio Mariji=C4=87 >> wrote: >> > >> > Here is link to tweet https://twitter.com/SilvioMari >> jic/status/965564630071300096 >> >> After having read that, I think "immutable" is still perfectly reasonabl= e. >> >> >> -- >> Paul M. Jones >> pmjones@pmjones.io >> http://paul-m-jones.com >> >> Modernizing Legacy Applications in PHP >> https://leanpub.com/mlaphp >> >> Solving the N+1 Problem in PHP >> https://leanpub.com/sn1php >> >> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> -- > Best regards, > Victor Bolshov > > > > --94eb2c0566c4ffc5d705661cfc3f--