Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90967 invoked from network); 28 May 2014 13:14:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2014 13:14:49 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:35721] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/AB-30361-741E5835 for ; Wed, 28 May 2014 09:14:48 -0400 Received: from [192.168.2.31] (ppp-93-104-17-212.dynamic.mnet-online.de [93.104.17.212]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id B20E740D51; Wed, 28 May 2014 15:14:44 +0200 (CEST) To: Jakub Zelenka Cc: Derick Rethans , Julien Pauli , Pierre Joye , John Bafford , Rasmus Lerdorf , PHP internals , Ferenc Kovacs In-Reply-To: References: <2DC459EE-AE98-4CAE-977A-6FB918FDEF54@bafford.com> <537EA42B.4000000@lerdorf.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 28 May 2014 15:14:29 +0200 Message-ID: <1401282869.2998.84.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Bison 3 support for PHP 5.5 From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2014-05-28 at 14:05 +0100, Jakub Zelenka wrote: > Ooops. We don't actaully distribute tab files. Thought that we do... :) > > Wouldn't be better to add them to the git? What's the actual reason to not > to add them. The same thing we do for scanner files already. I'm not aware > that bison would generate some platform specific tab files...? We don't in git ut snapshots and releases. Git is only for developers. Having generated files in version control is questionable as this leads to annoyance when timestamps come out wrong they are recreated using a different tool version and then are being committed or have conflicts "all the time". johannes