I figure I&#39;m already passing a streamcontentprovider. I can just pass one that reads the file and is a little bit more forgiving :)<br><br>I&#39;d like to refactor now to a DLR implementation so that the guys from IronPython have an easier time plugging in their language. <br>
<br>I looked at improving the error handling but atm there is not that much information to be gotten from the exceptions, so I took it out again.<br><br>
<br><br><div class="gmail_quote">On Fri, Mar 6, 2009 at 8:59 PM, Jimmy Schementi <span dir="ltr">&lt;<a href="mailto:Jimmy.Schementi@microsoft.com">Jimmy.Schementi@microsoft.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Ivan,</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Thanks for doing this, it&#39;s really awesome that you&#39;ve taken initiative
in this project! </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">There&#39;s a way to put VS in ASCII mode ... but I don&#39;t remember
how. I felt that pain when getting the initial version of ironrubymvc set up.</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">I&#39;m working on a silverline port to <a href="http://ASP.NET" target="_blank">ASP.NET</a> MVC, so I&#39;ll be
ramping up my work on this as well. </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">~js</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<div style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">

<div>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> <a href="mailto:ironruby-core-bounces@rubyforge.org" target="_blank">ironruby-core-bounces@rubyforge.org</a>
[mailto:<a href="mailto:ironruby-core-bounces@rubyforge.org" target="_blank">ironruby-core-bounces@rubyforge.org</a>] <b>On Behalf Of </b>Ivan Porto
Carrero<br>
<b>Sent:</b> Friday, March 06, 2009 1:21 AM<br>
<b>To:</b> ironruby-core<br>
<b>Subject:</b> [Ironruby-core] please test ironrubymvc</span></p>

</div>

</div><div><div></div><div class="h5">

<p> </p>

<p>Hi</p>

<div>

<p> </p>

</div>

<div>

<p>I&#39;m going to take this weekend to add some more error
checking to IronRuby MVC and to create a readme with a quick sample.</p>

</div>

<div>

<p>But as things stand I think you should have a usable version
of IronRuby MVC currently in my github repo (<a href="http://github.com/casualjim/ironrubymvc" target="_blank">http://github.com/casualjim/ironrubymvc</a>). </p>

</div>

<div>

<p> </p>

</div>

<div>

<p>I would love to see some bugs being found :)</p>

</div>

<div>

<p> </p>

</div>

<div>

<p>So if  you&#39;re interested to help, please get the source
and try to build an <a href="http://ASP.NET" target="_blank">ASP.NET</a> MVC application with
ironruby or help me out by writing specs.</p>

</div>

<div>

<p> </p>

</div>

<div>

<p>There is something pretty annoying though. When you&#39;re in a
C# project (like a library or an MVC project) and you create a text file. VS
will help you out by adding a BOM to the file. Now IronRuby doesn&#39;t know how to
handle files like that. </p>

</div>

<div>

<p>I realise you can do File - Save as - Save with encoding but
that didn&#39;t have the desired effect either. So in the end i created my ruby
files with Notepad++ and added those to the IronRuby mvc project.</p>

</div>

<div>

<p> </p>

</div>

<div>

<p>This wasn&#39;t a problem earlier because I had created my own
reader and script runner, and I just refactored to use StreamContentProviders
from Microsoft.Scripting. As soon as I use the DLR infrastructure it starts
complaining about the BOM&#39;s.</p>

</div>

<div>

<p>(Invalid character ï found).</p>

</div>

<div>

<p> </p>

</div>

<div>

<p>I&#39;d like to thank Jimmy for his advice.</p>

</div>

<div>

<p> </p>

</div>

<div>

<p>Thanks</p>

</div>

<div>

<p>Ivan</p>

</div>

</div></div></div>

</div>

</div>


<br>_______________________________________________<br>
Ironruby-core mailing list<br>
<a href="mailto:Ironruby-core@rubyforge.org">Ironruby-core@rubyforge.org</a><br>
<a href="http://rubyforge.org/mailman/listinfo/ironruby-core" target="_blank">http://rubyforge.org/mailman/listinfo/ironruby-core</a><br>
<br></blockquote></div><br>