<div>Goto <a href="http://code.google.com/p/msysgit/downloads/list">http://code.google.com/p/msysgit/downloads/list</a> and download and install <a href="http://msysgit.googlecode.com/files/Git-1.5.3-preview20071019.exe">http://msysgit.googlecode.com/files/Git-1.5.3-preview20071019.exe
</a></div>
<div> </div>
<div>This should provide you will just about everything you need to get up and running using Git.</div>
<div> </div>
<div>-mark<br> </div><br><br>
<div><span class="gmail_quote">On 10/24/07, <b class="gmail_sendername">Eric Nicholson</b> <<a href="mailto:enicholson@gmail.com">enicholson@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Does anyone know an easier way of getting the Rubinius source than installing cygwin, getting the git source code, compiling git...
<br><br>What a pain! I'm sure git is fantastic, but you can't store your portable RVM on a non-portable source manager! <br><br>I really want to look at these tests. I grabbed the most recent tarball I could find, but the tests John included aren't in it (presumably because it's too old). The tests seem to have undergone a major re-organization.
<br><br>
<div>
<div><span class="e" id="q_115d26ed9e4e9ddf_1"><span class="gmail_quote">On 10/15/07, <b class="gmail_sendername">John Lam (DLR)</b> <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:jflam@microsoft.com" target="_blank">
jflam@microsoft.com</a>> wrote:</span></span></div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div><span class="e" id="q_115d26ed9e4e9ddf_3">I re-implemented parts of the Rubinius test suite harness to use features that *are* implemented in IronRuby. The good news is that we're using the specs as written without any changes at all.
<br><br>The spec suite driver currently looks at Array, Hash and String only. <br><br>If I run the driver under MRI, I see 17 failures out of 743 specs; only one failure is expected. The other 16 failures are due the fact that I couldn't implement that part of the test suite harness without using features that IronRuby doesn't have today. So that's not a bad baseline start.
<br><br>If I run the same spec suite under IronRuby, we see 457 failures out of 743, for a pass rate of 38%. If we omit String, which is the least implemented of these types, our pass rate for Array and Hash rises to 58% (149 fail out of 353).
<br><br>Some of the failures are obviously due to features that aren't implemented at all (mostly in String). Some of them are due to a class of language features that aren't implemented (e.g. taint). Some are due to known DLR bugs like the one that Martin is currently consumed with fixing. The remainder are real bugs in our implementation.
<br><br>The spec harness is a fairly sophisticated Ruby program. The team should be proud of getting the language to this state so quickly!<br><br>I'm attaching the test dump to this mail for the curious. The shelveset that contains this stuff should be ready to review tomorrow and will be pushed out to SVN right after that.
<br><br>Thanks,<br>-John<br><br><br><br></span></div>_______________________________________________<br>Ironruby-core mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Ironruby-core@rubyforge.org" target="_blank">
Ironruby-core@rubyforge.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://rubyforge.org/mailman/listinfo/ironruby-core" target="_blank">http://rubyforge.org/mailman/listinfo/ironruby-core</a>
<br><br><br></blockquote></div><br><br>_______________________________________________<br>Ironruby-core mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Ironruby-core@rubyforge.org">Ironruby-core@rubyforge.org
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://rubyforge.org/mailman/listinfo/ironruby-core" target="_blank">http://rubyforge.org/mailman/listinfo/ironruby-core</a><br><br></blockquote></div>
<br><br clear="all"><br>-- <br>-mark