From owner-svn-src-all@FreeBSD.ORG Thu Sep 6 04:14:15 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB11A1065674 for ; Thu, 6 Sep 2012 04:14:15 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 510008FC12 for ; Thu, 6 Sep 2012 04:14:14 +0000 (UTC) Received: by iayy25 with SMTP id y25so2023995iay.13 for ; Wed, 05 Sep 2012 21:14:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=X7riznuxazDnX8F1aOYmo7DAzJn/SfYQovl13zJSuxg=; b=FTfyUhhXM924gdmbTxYhyXRbR1iYKVAr6gbZkzXcgpCuCxQuyRJcahVwsBoN9jOEcL oZ/4n3cXcIkB5j/YaNXSGQ9J3RMKrremgmlwxF+0KNjGBSF/IlSnHJLh/JUYSBdLsQ0K CZnW8DssLlWLHY8WdXsxH7JG+se9KuPc2NNZDc2Ve0ysNxRYSUFinex/ZvDCbsqVeDJy 0j4O/4kPD2Z5ja9llZ8t3+Z9ahDRhfbjrvv0lwvTA3kgkHIMNAR7SwgaR4V1ZhpxtoN8 eivKtlwjBDL2C+BZOKTweJttzZDiwvcfacw7xEzFOFO+fXjXnwbkGtEc2T518kbIQpdS 9zJA== Received: by 10.50.77.131 with SMTP id s3mr722646igw.20.1346904854544; Wed, 05 Sep 2012 21:14:14 -0700 (PDT) Received: from 63.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id p8sm1804245igl.16.2012.09.05.21.14.12 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Sep 2012 21:14:13 -0700 (PDT) Sender: Warner Losh Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <07899894-3253-4F16-9CAB-8339E23D57F8@semihalf.com> Date: Wed, 5 Sep 2012 22:14:11 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201209020148.q821ml0M018010@svn.freebsd.org> <07899894-3253-4F16-9CAB-8339E23D57F8@semihalf.com> To: Rafal Jaworowski X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQn+WEt6FzHOnekpCcJ/q6zstbBsP+ZsRakgSUL8Wsn5BxcGu6IWc5fpWiStbyrYV9f80i8+ Cc: Andrew Turner , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r239998 - head/contrib/dtc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 04:14:16 -0000 On Sep 4, 2012, at 12:14 PM, Rafal Jaworowski wrote: >=20 > On 2012-09-02, at 03:48, Andrew Turner wrote: >=20 >> Author: andrew >> Date: Sun Sep 2 01:48:47 2012 >> New Revision: 239998 >> URL: http://svn.freebsd.org/changeset/base/239998 >>=20 >> Log: >> Fix a logic inversion in an assert to allow us to use dts files that >> include other files. >>=20 >> Modified: >> head/contrib/dtc/dtc-lexer.l >=20 > Is this a bug in the dtc that should be upstreamed perhaps, or is it = fixed at the point beyond our recent import of the vendor package? Neither. This is in the hack I wrote to get around our lex not having = all the features that dtc wants. Warner