<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Syntactic.org</title>
	<atom:link href="http://syntacticorg.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://syntacticorg.wordpress.com</link>
	<description>got sigils?</description>
	<lastBuildDate>Mon, 20 Oct 2008 19:48:16 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Simulating dynamic variables in C# by Eugene</title>
		<link>http://syntacticorg.wordpress.com/2008/01/28/simulating-dynamic-variables-in-c/#comment-30</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Mon, 20 Oct 2008 19:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://syntacticorg.wordpress.com/?p=12#comment-30</guid>
		<description>looking forward for more information about this. thanks for sharing. Eugene</description>
		<content:encoded><![CDATA[<p>looking forward for more information about this. thanks for sharing. Eugene</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulating dynamic variables in C# by pdf23ds</title>
		<link>http://syntacticorg.wordpress.com/2008/01/28/simulating-dynamic-variables-in-c/#comment-29</link>
		<dc:creator>pdf23ds</dc:creator>
		<pubDate>Sun, 03 Aug 2008 04:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://syntacticorg.wordpress.com/?p=12#comment-29</guid>
		<description>FWIW, I think that adding context to error logging is much better done with stuff like

try {
   FooItAll();
}
catch (Exception ex) {
    throw new Exception(&quot;Caught an error with context a being &quot; + a + &quot; and b being &quot; + b + &quot;etc.&quot;, ex);
}

On the other hand, if you want to have context *without* having your stack unwound, then you&#039;d need something dynamic-variable-like. Cool code. I think I&#039;ll use it for something completely unrelated to logging.</description>
		<content:encoded><![CDATA[<p>FWIW, I think that adding context to error logging is much better done with stuff like</p>
<p>try {<br />
   FooItAll();<br />
}<br />
catch (Exception ex) {<br />
    throw new Exception(&#8220;Caught an error with context a being &#8221; + a + &#8221; and b being &#8221; + b + &#8220;etc.&#8221;, ex);<br />
}</p>
<p>On the other hand, if you want to have context *without* having your stack unwound, then you&#8217;d need something dynamic-variable-like. Cool code. I think I&#8217;ll use it for something completely unrelated to logging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CruiseControl.NET + Trac integration by Eugen Anghel</title>
		<link>http://syntacticorg.wordpress.com/2007/07/23/cruisecontrolnet-trac-integration/#comment-28</link>
		<dc:creator>Eugen Anghel</dc:creator>
		<pubDate>Mon, 28 Jul 2008 07:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://syntacticorg.wordpress.com/?p=10#comment-28</guid>
		<description>Well.. like I said in the post, you have to implement a IModificationUrlBuilder using https://ccnet.svn.sourceforge.net/svnroot/ccnet/trunk/project/core/sourcecontrol/WebSVNUrlBuilder.cs as a model, name the assembly something along the lines of ccnet.TracModificationBuilder.plugin.dll, place it where the CCService is located, then make ccnet use it for your project by specifying it the config (with something similar to the piece of XML in the post).

I can&#039;t really tell you more than this since I&#039;ve stopped using both trac and ccnet.

I&#039;m currently using Redmine (http://redmine.org).</description>
		<content:encoded><![CDATA[<p>Well.. like I said in the post, you have to implement a IModificationUrlBuilder using <a href="https://ccnet.svn.sourceforge.net/svnroot/ccnet/trunk/project/core/sourcecontrol/WebSVNUrlBuilder.cs" rel="nofollow">https://ccnet.svn.sourceforge.net/svnroot/ccnet/trunk/project/core/sourcecontrol/WebSVNUrlBuilder.cs</a> as a model, name the assembly something along the lines of ccnet.TracModificationBuilder.plugin.dll, place it where the CCService is located, then make ccnet use it for your project by specifying it the config (with something similar to the piece of XML in the post).</p>
<p>I can&#8217;t really tell you more than this since I&#8217;ve stopped using both trac and ccnet.</p>
<p>I&#8217;m currently using Redmine (<a href="http://redmine.org" rel="nofollow">http://redmine.org</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CruiseControl.NET + Trac integration by Jack</title>
		<link>http://syntacticorg.wordpress.com/2007/07/23/cruisecontrolnet-trac-integration/#comment-27</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sat, 26 Jul 2008 04:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://syntacticorg.wordpress.com/?p=10#comment-27</guid>
		<description>I am interested to integrate CC.Net with trac + svn. Can you please tell me how to do that?

thanks
jack</description>
		<content:encoded><![CDATA[<p>I am interested to integrate CC.Net with trac + svn. Can you please tell me how to do that?</p>
<p>thanks<br />
jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulating dynamic variables in C# by Steve Cooper</title>
		<link>http://syntacticorg.wordpress.com/2008/01/28/simulating-dynamic-variables-in-c/#comment-2</link>
		<dc:creator>Steve Cooper</dc:creator>
		<pubDate>Tue, 29 Apr 2008 11:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://syntacticorg.wordpress.com/?p=12#comment-2</guid>
		<description>Hi. That&#039;s some crazy beautiful voodoo. Nice! I&#039;ve spent half the morning wanting dynamic variables in C#, whining to my colleagues about how I want to write C# to do this;

    (let ((*environment* (make-environment)))
      (do-stuff-in-environment))

And now, presumably, I&#039;ll be able to write something like;

    DynVar.Set(
      new Environment() { Message = &quot;foo&quot; },
      env =&gt; DoWork());

And then inside DoWork() I can write;

    DynVar.Use(env =&gt; Console.WriteLine(env.Message));

to get &quot;foo&quot;.

I&#039;d be really interested to see the insides of DynVar, if you still have it.

Steve.</description>
		<content:encoded><![CDATA[<p>Hi. That&#8217;s some crazy beautiful voodoo. Nice! I&#8217;ve spent half the morning wanting dynamic variables in C#, whining to my colleagues about how I want to write C# to do this;</p>
<p>    (let ((*environment* (make-environment)))<br />
      (do-stuff-in-environment))</p>
<p>And now, presumably, I&#8217;ll be able to write something like;</p>
<p>    DynVar.Set(<br />
      new Environment() { Message = &#8220;foo&#8221; },<br />
      env =&gt; DoWork());</p>
<p>And then inside DoWork() I can write;</p>
<p>    DynVar.Use(env =&gt; Console.WriteLine(env.Message));</p>
<p>to get &#8220;foo&#8221;.</p>
<p>I&#8217;d be really interested to see the insides of DynVar, if you still have it.</p>
<p>Steve.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
