<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CPP-Aware C++ Rewriting Can Be Fun</title>
	<atom:link href="http://blog.mozilla.com/tglek/2007/07/18/cpp-aware-c-rewriting-can-be-fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/tglek/2007/07/18/cpp-aware-c-rewriting-can-be-fun/</link>
	<description>Just another Blog.mozilla.com weblog</description>
	<lastBuildDate>Wed, 11 Nov 2009 17:56:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jorendorff</title>
		<link>http://blog.mozilla.com/tglek/2007/07/18/cpp-aware-c-rewriting-can-be-fun/comment-page-1/#comment-2332</link>
		<dc:creator>jorendorff</dc:creator>
		<pubDate>Thu, 19 Jul 2007 15:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/2007/07/18/cpp-aware-c-rewriting-can-be-fun/#comment-2332</guid>
		<description>If I introduce badness in a macro in a header file, will I get email for every place it&#039;s used?  If so, it seems like you really want to run after each check-in and send a single e-mail to the committer if that specific check-in increased any of the counts.

(If it sounds expensive: you can optimize away most of the runs.  Just run once a day to see if any counts have increased.  If they haven&#039;t, you can skip running for every check-in that occurred that day.)</description>
		<content:encoded><![CDATA[<p>If I introduce badness in a macro in a header file, will I get email for every place it&#8217;s used?  If so, it seems like you really want to run after each check-in and send a single e-mail to the committer if that specific check-in increased any of the counts.</p>
<p>(If it sounds expensive: you can optimize away most of the runs.  Just run once a day to see if any counts have increased.  If they haven&#8217;t, you can skip running for every check-in that occurred that day.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert O'Callahan</title>
		<link>http://blog.mozilla.com/tglek/2007/07/18/cpp-aware-c-rewriting-can-be-fun/comment-page-1/#comment-2322</link>
		<dc:creator>Robert O'Callahan</dc:creator>
		<pubDate>Thu, 19 Jul 2007 10:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/2007/07/18/cpp-aware-c-rewriting-can-be-fun/#comment-2322</guid>
		<description>That&#039;s awesome!</description>
		<content:encoded><![CDATA[<p>That&#8217;s awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perry Lorier</title>
		<link>http://blog.mozilla.com/tglek/2007/07/18/cpp-aware-c-rewriting-can-be-fun/comment-page-1/#comment-2308</link>
		<dc:creator>Perry Lorier</dc:creator>
		<pubDate>Thu, 19 Jul 2007 01:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/2007/07/18/cpp-aware-c-rewriting-can-be-fun/#comment-2308</guid>
		<description>You could call cvs annotate on the file, and locate the line(s) where problems occur.  That will give you the committer and the revision.  if the revision is &gt;&#039;n&#039; then email the committer (And perhaps CC: a list somewhere) with the complaint(s), and if it&#039;s </description>
		<content:encoded><![CDATA[<p>You could call cvs annotate on the file, and locate the line(s) where problems occur.  That will give you the committer and the revision.  if the revision is &gt;&#8217;n&#8217; then email the committer (And perhaps CC: a list somewhere) with the complaint(s), and if it&#8217;s</p>
]]></content:encoded>
	</item>
</channel>
</rss>
