<?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: IronRuby, Cucumber, &amp; win32console: Picking up the Gauntlet</title>
	<atom:link href="http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/feed/" rel="self" type="application/rss+xml" />
	<link>http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/</link>
	<description>Embrace! Embrace! You hippie coder! Get off my dynamic lawn!</description>
	<lastBuildDate>Thu, 24 Jun 2010 19:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Will</title>
		<link>http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/comment-page-1/#comment-206</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 13 Oct 2009 23:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/#comment-206</guid>
		<description>I don&#039;t know. If it didn&#039;t, I&#039;m certain you could swap it out for something like &lt;a href=&quot;http://watir.com/&quot; rel=&quot;nofollow&quot;&gt;WatiR&lt;/a&gt;/&lt;a href=&quot;http://watin.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;WatiN&lt;/a&gt; or &lt;a href=&quot;http://seleniumhq.org/&quot; rel=&quot;nofollow&quot;&gt;Selenium&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know. If it didn&#8217;t, I&#8217;m certain you could swap it out for something like <a href="http://watir.com/" rel="nofollow">WatiR</a>/<a href="http://watin.sourceforge.net/" rel="nofollow">WatiN</a> or <a href="http://seleniumhq.org/" rel="nofollow">Selenium</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gk</title>
		<link>http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/comment-page-1/#comment-150</link>
		<dc:creator>Gk</dc:creator>
		<pubDate>Sat, 26 Sep 2009 01:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/#comment-150</guid>
		<description>We now have a .net MVC project, my boss want me to use Cucumber and IronRuby to do the acceptance test, here comes the question, is that possible to use webrat with IronRuby, Or there is another browser simulator that can be used in this scenario.</description>
		<content:encoded><![CDATA[<p>We now have a .net MVC project, my boss want me to use Cucumber and IronRuby to do the acceptance test, here comes the question, is that possible to use webrat with IronRuby, Or there is another browser simulator that can be used in this scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Lundström</title>
		<link>http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/comment-page-1/#comment-113</link>
		<dc:creator>Thomas Lundström</dc:creator>
		<pubDate>Tue, 11 Aug 2009 06:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/#comment-113</guid>
		<description>@Will
What&#039;s the status of the project? Is it usable?

@Nick C
If you run cucumber with the switch --no-colors you won&#039;t get the color codes to the terminal. I got the same problem when doing a write-up on cucumber + ironruby here: http://blog.thomaslundstrom.com/2009/08/on-running-cucumber-under-ironruby-09.html</description>
		<content:encoded><![CDATA[<p>@Will<br />
What&#8217;s the status of the project? Is it usable?</p>
<p>@Nick C<br />
If you run cucumber with the switch &#8211;no-colors you won&#8217;t get the color codes to the terminal. I got the same problem when doing a write-up on cucumber + ironruby here: <a href="http://blog.thomaslundstrom.com/2009/08/on-running-cucumber-under-ironruby-09.html" rel="nofollow">http://blog.thomaslundstrom.com/2009/08/on-running-cucumber-under-ironruby-09.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/comment-page-1/#comment-85</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 24 Jun 2009 16:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/#comment-85</guid>
		<description>Those &quot;strange characters&quot; are ANSI control codes, which non-Windows terminals interpret to set the color for the characters that are output. This is why we need to port Win32Console, or use some other API for setting the colors. I&#039;ve decided to start working on the latter, and am working on &lt;a href=&quot;https://github.com/hotgazpacho/iron-term-ansicolor/tree&quot; rel=&quot;nofollow&quot;&gt;iron-term-ansicolor&lt;/a&gt;. Since I can access the .Net BCL directly in IronRuby, I&#039;m simply going to alias and override Kernel#puts and Kernel#print to call the appropriate System.Console API&#039;s before sending the string, scrubbed of ANSI control codes, to standard out.</description>
		<content:encoded><![CDATA[<p>Those &#8220;strange characters&#8221; are ANSI control codes, which non-Windows terminals interpret to set the color for the characters that are output. This is why we need to port Win32Console, or use some other API for setting the colors. I&#8217;ve decided to start working on the latter, and am working on <a href="https://github.com/hotgazpacho/iron-term-ansicolor/tree" rel="nofollow">iron-term-ansicolor</a>. Since I can access the .Net BCL directly in IronRuby, I&#8217;m simply going to alias and override Kernel#puts and Kernel#print to call the appropriate System.Console API&#8217;s before sending the string, scrubbed of ANSI control codes, to standard out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick C</title>
		<link>http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/comment-page-1/#comment-83</link>
		<dc:creator>Nick C</dc:creator>
		<pubDate>Mon, 22 Jun 2009 14:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2009/06/ironruby-cucumber-win32console-picking-up-the-gauntlet/#comment-83</guid>
		<description>Hi,

This sounds good, I may also be interested in contributing (if so, I&#039;ll probably just fork your code from GitHub :-)

As an aside, I&#039;m getting a lot of strange characters on the console when I try to run the features from the cucumber gem:

  Scenario Outline: Add two numbers←[90m                    # features/addition.feature:6←[0m
unknown:0: warning: multiple values for a block parameter (2 for 1)
    ←[36mGiven I have entered  into the calculator←[90m # UNKNOWN:-1←[0m←[0m
unknown:0: warning: multiple values for a block parameter (2 for 1)
    ←[36mAnd I have entered  into the calculator←[90m   # UNKNOWN:-1←[0m←[0m
unknown:0: warning: multiple values for a block parameter (2 for 1)
    ←[36mWhen I press add←[90m                                   # UNKNOWN:-1←[0m←[0m
unknown:0: warning: multiple values for a block parameter (2 for 1)
    ←[36mThen the result should be  on the screen←[90m   # UNKNOWN:-1←[0m←[0m

Have you seen this before? I was wondering whether it had anything to do with the colouring output not rendering properly (hence my interest in the port :-) I&#039;m using IronRuby 0.5.0

thanks,
Nick</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This sounds good, I may also be interested in contributing (if so, I&#8217;ll probably just fork your code from GitHub <img src='http://hotgazpacho.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>As an aside, I&#8217;m getting a lot of strange characters on the console when I try to run the features from the cucumber gem:</p>
<p>  Scenario Outline: Add two numbers←[90m                    # features/addition.feature:6←[0m<br />
unknown:0: warning: multiple values for a block parameter (2 for 1)<br />
    ←[36mGiven I have entered  into the calculator←[90m # UNKNOWN:-1←[0m←[0m<br />
unknown:0: warning: multiple values for a block parameter (2 for 1)<br />
    ←[36mAnd I have entered  into the calculator←[90m   # UNKNOWN:-1←[0m←[0m<br />
unknown:0: warning: multiple values for a block parameter (2 for 1)<br />
    ←[36mWhen I press add←[90m                                   # UNKNOWN:-1←[0m←[0m<br />
unknown:0: warning: multiple values for a block parameter (2 for 1)<br />
    ←[36mThen the result should be  on the screen←[90m   # UNKNOWN:-1←[0m←[0m</p>
<p>Have you seen this before? I was wondering whether it had anything to do with the colouring output not rendering properly (hence my interest in the port <img src='http://hotgazpacho.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I&#8217;m using IronRuby 0.5.0</p>
<p>thanks,<br />
Nick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
