From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 6300477BBD for ; Sun, 30 Aug 2015 01:24:48 -0700 (PDT) Received: by wicne3 with SMTP id ne3so49261530wic.0 for ; Sun, 30 Aug 2015 01:27:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=bgFxikrB0koMqK7f3ZLen3TQm6hdO3JFGtytpevd4no=; b=jWAQJ3DFdIltGy9B6LKhlXMWmH+IScPj58XGa9aPI8k/0QJOsjDGttK4roju9QsChx NTA2/82muTd49toH71tW7oNumIeme3QNJqPyq0wIiM6TOCH8D5sBoLTLsL/Zjbf8lN4D f5coPuhjVB2/5GjxOHllbT8oQi1MDY1URbd/ccn41BmpMPZfUVXQkmJPsmigSgB8Vyto aakcoV0kclA7FQXeL1A0FUBpJFsHfZZkvm5LgZUgG8s2AL1rKDBeuhDxrRRl6nurbyJK CIP4tfo/ZkjnwaQ6Jxqi9Ezr0zsUVJYTdSAcIlUX+xP5Dr08mA1Itre5Sz77IK0EVkZL vf2A== X-Received: by 10.194.238.168 with SMTP id vl8mr21300286wjc.128.1440923220434; Sun, 30 Aug 2015 01:27:00 -0700 (PDT) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by smtp.gmail.com with ESMTPSA id c11sm12151022wib.1.2015.08.30.01.26.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Aug 2015 01:26:59 -0700 (PDT) Date: Sun, 30 Aug 2015 09:26:51 +0100 From: Adam Thompson To: Karl Dahlke Cc: Edbrowse-dev@lists.the-brannons.com Message-ID: <20150830082651.GA17154@toaster.adamthompson.me.uk> References: <20150729060404.eklhad@comcast.net> <20150829145820.GE31434@toaster.adamthompson.me.uk> <20150729120550.eklhad@comcast.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <20150729120550.eklhad@comcast.net> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [Edbrowse-dev] tidy debug tree, and a js script X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 08:24:48 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 29, 2015 at 12:05:50PM -0400, Karl Dahlke wrote: > > If we want to print tidy warnings for local files fair enough, > > but lets make it a user's choice, >=20 > Actually I'm kinda stupid here. > I built these mashinations for local files or remote files, > and exceptions through some mechanism, filename or config options etc, > but really all I need to do is print the tidy errors at debugLevel 3 or a= bove. > None of our users are going to want to see them, > except a rare few who write their own html, > and they can get along with db3 to check their sourcefiles. > So that's what I should do, but still not what I'm worried about. I agree that's the correct approach. > > I wonder if it's just a printing thing or something. >=20 > Oh I hope it is, but I fear it's not. > (This would be a great time for me to be wrong.) > We aren't passing the contents of script.text to the js engine yet, > but some day we will, when tidy replaces all my software, > and on that day we will be passing >=20 > if(3 < 4) >=20 > instead of >=20 > if(3 < 4) >=20 > At least that's how it appears. As I said, this doesn't tally with what I'm seeing from the actual tidy tool (the tidy 5 version) which uses the same library as we do, so I suspect we're doing something incorrectly somewhere. I'll have a look at that code to see what they're doing differently. --liOOAslEiF7prFVr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJV4r5LAAoJELZ22lNQBzHOx2gIAM1vMqYjRGepPEQUOYoaPQjJ X4uvmOu//l/jLJYO+V2rQf8y0IDo3WftMB5O+Dl/Cshun5vikkd7RyOZ9KIp5C92 L1xe7DJwkZjZq13l5epjzJ0V7BFveyOiqQ1LLt7p9DuKBaEATQEqdxfWs7HPzwXn ndFsz8qboq9ljFhGwkFLJsu1XdvSRjA3DYDtCzUVOzAQmHIGWB3XkjY1bbGLna4i 9hursfyX0juKuT5UvhyBbYV/yplpESbQSOWGdzOGTAsCWK5el9IfW5mAJYL0WbsG RyXxG6IWVOlBHUISG2NUGSxSti5FFhlm0YlPpjtNc0eNJ9K2ZycLQBoaRSL1qkg= =2n7+ -----END PGP SIGNATURE----- --liOOAslEiF7prFVr--