<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>8d70f2bf7a2bae37ae7cb3ba5d3eca5fe54d46e1</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/825b81bb92b3e72ed10647646fa437b9a2a78f74</url>
    <id>825b81bb92b3e72ed10647646fa437b9a2a78f74</id>
    <committed-date>2009-06-26T11:53:56-07:00</committed-date>
    <authored-date>2009-06-26T11:53:56-07:00</authored-date>
    <message>syncing to head of tfs</message>
    <tree>585a4fc7a1a3918f02fadce8786c74d0cbebdea8</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b6183fdffc78d7a98ffb2f800fc17a6fed95796</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/8d70f2bf7a2bae37ae7cb3ba5d3eca5fe54d46e1</url>
    <id>8d70f2bf7a2bae37ae7cb3ba5d3eca5fe54d46e1</id>
    <committed-date>2009-06-26T09:28:59-07:00</committed-date>
    <authored-date>2009-06-26T09:28:59-07:00</authored-date>
    <message>syncing to head of tfs</message>
    <tree>c14a8390edbc770af0f4298e5915b163b4e84681</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34a43adf6e19a84c2ee1be80ad240411858322d8</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/8b6183fdffc78d7a98ffb2f800fc17a6fed95796</url>
    <id>8b6183fdffc78d7a98ffb2f800fc17a6fed95796</id>
    <committed-date>2009-06-25T10:28:08-07:00</committed-date>
    <authored-date>2009-06-25T10:28:08-07:00</authored-date>
    <message>add the correct raketests to the repo</message>
    <tree>75dbfad70ed18752fcf2da480b20ea8da9f5df3d</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>483c07b24e02bc67425a697f5fd686ef7825da12</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/34a43adf6e19a84c2ee1be80ad240411858322d8</url>
    <id>34a43adf6e19a84c2ee1be80ad240411858322d8</id>
    <committed-date>2009-06-24T19:47:00-07:00</committed-date>
    <authored-date>2009-06-24T19:14:13-07:00</authored-date>
    <message>Syncing to head of TFS</message>
    <tree>7957198c2a22f5cf790d0e144d12788ddf671233</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>33211840f7482ffaa4970a6e630725fad2a70f5d</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/483c07b24e02bc67425a697f5fd686ef7825da12</url>
    <id>483c07b24e02bc67425a697f5fd686ef7825da12</id>
    <committed-date>2009-06-24T19:46:59-07:00</committed-date>
    <authored-date>2009-06-24T16:21:07-07:00</authored-date>
    <message>syncing to head of tfs</message>
    <tree>dfec6ffc44b47247129d9953c602961b10d34018</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>12cd15a7e6009523fe3e46141113e2a8187083a7</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/33211840f7482ffaa4970a6e630725fad2a70f5d</url>
    <id>33211840f7482ffaa4970a6e630725fad2a70f5d</id>
    <committed-date>2009-06-24T19:46:58-07:00</committed-date>
    <authored-date>2009-06-24T16:02:58-07:00</authored-date>
    <message>Integration from &lt;http://github.com/jschementi/agdlr&gt;:

Microsoft.Scripting.Silverlight
- In-browser Python/Ruby REPL support with initParams console=true.
   o Adds Microsoft.Scripting.Silverlight.Repl type. Renders the REPL using HTML. REPL runs in the same scope as the start-script by default, therefore has the same language as the start-script.
   o Can be instantiated by code as well; see samples/repl.
   o This should be its own assembly in the future to mitigate any &#8220;security&#8221; concerns from users getting access to the REPL. Production apps can remove the assembly.
- Allow importing/requiring on a background thread:
   o Removed UI thread check in FileExists
   o Fixed ErrorReporter bug when _sourceFileName is not a file on disk (e.g. &lt;string&gt;)
       - Not using try/catch for this anymore (jomes review feedback)
- Allows hosts of the DLR load a  self-contained Python or Ruby library (n a XAP file) and ensures requires/imports will work:
   o Enables easy setup of a Ruby testing framework to test C#:
      - &lt;http://blog.jimmy.schementi.com/2009/03/testing-c-silverlight-apps-with.html&gt;
   o Package.GetFile* methods now take an optional StreamResourceInfo argument, representing the XAP file to look for the file in. BrowserPAL also has a XapFile property now for telling it which XAP file to look in.
- Primitive SL3 Extension support
   o Hacky at the moment due to a Silverlight 3 bug (which is fixed in more recent internal builds). Need to hardcode extension URLs.
      - See Silverlight Bugs 31601 and 31873 for context

Chiron
- Zip version fix (sdlsdk CodePlex Bug# 11803)
- Use standard libraries in Silverlight:
   o Add &quot;/path&quot; option to Chiron for a &quot;;&quot;-separated list of folders to get included into the XAP
- Auto-XAP support for IIS:
   o Add XapHttpHander to Chiron, so it can be used to auto-XAP directories for IIS or Cassini (thanks Harry Pierson!)
   o Example in Utils/xap-http-handler
- Launch Chiron by right-clicking on a folder: chiron-here utility

Tests
- Run in one Silverlight application:
- 52 specifications (81 requirements), 0 failures, 0 errors
  o Port Python tests 01, args, auto_addref, error_handle, execfile, and issubclass, from existing TestSuites
  o Unit tests for console, dynamic_application, extension_types, package, and window
- Includes Eggs; makes Bacon (a Ruby spec framework) work in Silverlight. Can be used to test a Python/Ruby app, or a C#/VB app (see testing link above).
- Not running in SNAP yet.

Samples
- Cleans up all samples
- Adds Photoviewer
   o &lt;http://blog.jimmy.schementi.com/2008/08/walk-through-silverlight-flickr-client.html&gt;
- Updates to dlrconsole to fix Ruby and make dragging clock demo work:
   o &lt;http://blog.jimmy.schementi.com/2008/08/dragging-elements-in-silverlight-with.html&gt;
- Adds REPL
- Piano, Tetris, and Surface work again

Misc:
- reflect new template layout for gopackage MSI generation
- Microsoft.Scripting.Helpers.csproj now builds correctly in Silverlight
- JScript removed from Silverlight.sln</message>
    <tree>488a2d7fa2c37f2a1cf251ad609c85bace03378a</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1831095c6d988b0da1ee46841dc67dcfccb78dc9</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/12cd15a7e6009523fe3e46141113e2a8187083a7</url>
    <id>12cd15a7e6009523fe3e46141113e2a8187083a7</id>
    <committed-date>2009-06-24T19:46:57-07:00</committed-date>
    <authored-date>2009-06-24T08:45:29-07:00</authored-date>
    <message>syncing to head of TFS and getting IronPython to build with msbuild again</message>
    <tree>15bdf3db5590bf550cd058812b9f9faecd4d2b0d</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4711ed849340406a44c75e7136ac98b2b97c0173</id>
      </parent>
    </parents>
    <author>
      <name>jschementi</name>
      <email>jschementi@gmail.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/1831095c6d988b0da1ee46841dc67dcfccb78dc9</url>
    <id>1831095c6d988b0da1ee46841dc67dcfccb78dc9</id>
    <committed-date>2009-06-23T01:35:46-07:00</committed-date>
    <authored-date>2009-06-23T01:35:46-07:00</authored-date>
    <message>Update tutorial TODO</message>
    <tree>8821371bf2900b88dc21b1001164d4bcfb47516a</tree>
    <committer>
      <name>jschementi</name>
      <email>jschementi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>48d2bedfa0986a8ae906928a2006a3a82d2cd935</id>
      </parent>
    </parents>
    <author>
      <name>jschementi</name>
      <email>jschementi@gmail.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/4711ed849340406a44c75e7136ac98b2b97c0173</url>
    <id>4711ed849340406a44c75e7136ac98b2b97c0173</id>
    <committed-date>2009-06-22T20:56:29-07:00</committed-date>
    <authored-date>2009-06-22T20:56:29-07:00</authored-date>
    <message>Fix markdown code syntax in README</message>
    <tree>50545e9dc48d55b546e5d28e9496a582710a00b7</tree>
    <committer>
      <name>jschementi</name>
      <email>jschementi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b73aba8bde0e6cf2ee0e579d6dabee57836708a</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/48d2bedfa0986a8ae906928a2006a3a82d2cd935</url>
    <id>48d2bedfa0986a8ae906928a2006a3a82d2cd935</id>
    <committed-date>2009-06-22T12:44:53-07:00</committed-date>
    <authored-date>2009-06-22T12:44:53-07:00</authored-date>
    <message>Syncing to head of TFS</message>
    <tree>093cef3494be1c98e567f4021212d7ad876a7c01</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b1fe23ee1dc61e14ef70586945f4ad639fd63fa8</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/2b73aba8bde0e6cf2ee0e579d6dabee57836708a</url>
    <id>2b73aba8bde0e6cf2ee0e579d6dabee57836708a</id>
    <committed-date>2009-06-19T10:46:46-07:00</committed-date>
    <authored-date>2009-06-19T10:46:46-07:00</authored-date>
    <message>Syncing to head of TFS</message>
    <tree>e404820686b7e27f8de84c8e6c26b01afc429890</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4f2e60f48dab0c16c89f4b72d822d5450fe201cd</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/b1fe23ee1dc61e14ef70586945f4ad639fd63fa8</url>
    <id>b1fe23ee1dc61e14ef70586945f4ad639fd63fa8</id>
    <committed-date>2009-06-18T14:39:42-07:00</committed-date>
    <authored-date>2009-06-18T14:39:42-07:00</authored-date>
    <message>syncing to head of tfs</message>
    <tree>358a3c2d5906642cbc0ab0386e594db830e6aeaf</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>40b298b6926cee3ce45d63573ccbf2967a5655e6</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/4f2e60f48dab0c16c89f4b72d822d5450fe201cd</url>
    <id>4f2e60f48dab0c16c89f4b72d822d5450fe201cd</id>
    <committed-date>2009-06-17T14:18:26-07:00</committed-date>
    <authored-date>2009-06-17T14:18:26-07:00</authored-date>
    <message>syncing to head of tfs</message>
    <tree>40ab0273fdd9664307d675e65a764ba8ddab8d25</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6a488502f1debb2a586bbd25fa7fb86a30eb9e61</id>
      </parent>
      <parent>
        <id>fc84e8dc9d563b7dde9cd7c2506488f190f98c3b</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/40b298b6926cee3ce45d63573ccbf2967a5655e6</url>
    <id>40b298b6926cee3ce45d63573ccbf2967a5655e6</id>
    <committed-date>2009-06-15T15:47:00-07:00</committed-date>
    <authored-date>2009-06-15T15:47:00-07:00</authored-date>
    <message>merging in changes from Jimmy</message>
    <tree>0914a35f9d147a775f147c269940097edfcc313b</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>59e8a2a62109e50526fe5634eb7758cbc8442371</id>
      </parent>
      <parent>
        <id>f67114ffa26a154eee11cb35d0f3e913f8f72122</id>
      </parent>
    </parents>
    <author>
      <name>Jimmy Schementi</name>
      <email>jschementi@gmail.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/fc84e8dc9d563b7dde9cd7c2506488f190f98c3b</url>
    <id>fc84e8dc9d563b7dde9cd7c2506488f190f98c3b</id>
    <committed-date>2009-06-15T15:19:22-07:00</committed-date>
    <authored-date>2009-06-15T15:19:22-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/ironruby/ironruby

Conflicts:
	Merlin/Main/Languages/Ruby/Samples/Tutorial/README.markdown
	Merlin/Main/Languages/Ruby/Samples/Tutorial/design/Tutorial/MainWindow.xaml
	Merlin/Main/Languages/Ruby/Samples/Tutorial/design/Tutorial/StepControl.xaml
	Merlin/Main/Languages/Ruby/Samples/Tutorial/design/Tutorial/Tutorial.csproj
	Merlin/Main/Languages/Ruby/Samples/Tutorial/design/Tutorial/TutorialPage.xaml
	Merlin/Main/Languages/Ruby/Samples/Tutorial/test/test_console.rb
	Merlin/Main/Languages/Ruby/Samples/Tutorial/tutorial.rb
	Merlin/Main/Languages/Ruby/Samples/Tutorial/wpf.rb
	Merlin/Main/Languages/Ruby/Samples/Tutorial/wpf_tutorial.rb
	Merlin/Main/Languages/Ruby/Scripts/irtests.bat
	Merlin/Main/Scripts/Bat/Alias.txt</message>
    <tree>16d8b95104d1b87ca2acba6faccf9ba30bfb5b16</tree>
    <committer>
      <name>Jimmy Schementi</name>
      <email>jschementi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b867375af68216364e71ac91c7edd1a00974b56d</id>
      </parent>
      <parent>
        <id>218e79d521659107dbd175408408c9d7ad02a981</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/6a488502f1debb2a586bbd25fa7fb86a30eb9e61</url>
    <id>6a488502f1debb2a586bbd25fa7fb86a30eb9e61</id>
    <committed-date>2009-06-15T13:35:10-07:00</committed-date>
    <authored-date>2009-06-15T13:35:10-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/shri/ironruby into int</message>
    <tree>38c3cc88fedc2238c2d303c3ddf163e39aafa9be</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0af224663e66f04ce15ec279d60ae5c51df84d9d</id>
      </parent>
      <parent>
        <id>f67114ffa26a154eee11cb35d0f3e913f8f72122</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/b867375af68216364e71ac91c7edd1a00974b56d</url>
    <id>b867375af68216364e71ac91c7edd1a00974b56d</id>
    <committed-date>2009-06-15T13:00:04-07:00</committed-date>
    <authored-date>2009-06-15T13:00:04-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:ironruby/ironruby</message>
    <tree>8e366cee6e9646d462f70ceea5ff2395e7ed2488</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5324d1044d98d51ac89cc30d394fddde23249dcf</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/f67114ffa26a154eee11cb35d0f3e913f8f72122</url>
    <id>f67114ffa26a154eee11cb35d0f3e913f8f72122</id>
    <committed-date>2009-06-15T12:58:13-07:00</committed-date>
    <authored-date>2009-06-15T12:58:13-07:00</authored-date>
    <message>syncing to head of tfs</message>
    <tree>a68b2535508ca6424eb649913a58d37fbb1d46b9</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>97386da0cceea557464bc70f13af1a5f1b9c78c5</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/0af224663e66f04ce15ec279d60ae5c51df84d9d</url>
    <id>0af224663e66f04ce15ec279d60ae5c51df84d9d</id>
    <committed-date>2009-06-15T12:57:05-07:00</committed-date>
    <authored-date>2009-06-15T12:56:34-07:00</authored-date>
    <message>get rid of test_basic.rb</message>
    <tree>856a20f737615b4743f454a4fb384fcd8c78e99b</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3fa189602304e4e2cd984025294de9a7cd871440</id>
      </parent>
    </parents>
    <author>
      <name>Jimmy Schementi</name>
      <email>jschementi@gmail.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/59e8a2a62109e50526fe5634eb7758cbc8442371</url>
    <id>59e8a2a62109e50526fe5634eb7758cbc8442371</id>
    <committed-date>2009-06-15T10:48:06-07:00</committed-date>
    <authored-date>2009-05-30T18:48:12-07:00</authored-date>
    <message>Main screen with list of tutorials
Use test/spec
Totally change around wpf_tutorial.rb -- not perfect yet but it's a start
Move general wpf helpers into wpf.rb
Fix repl history margin

Fix reloading</message>
    <tree>74543107518404a10c70272b744b4e8d041e48db</tree>
    <committer>
      <name>Jimmy Schementi</name>
      <email>jschementi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>27679ff7f6213d94becde856961e8dabdf85c763</id>
      </parent>
    </parents>
    <author>
      <name>Shri Borde</name>
      <email>sborde@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/218e79d521659107dbd175408408c9d7ad02a981</url>
    <id>218e79d521659107dbd175408408c9d7ad02a981</id>
    <committed-date>2009-06-14T21:42:22-07:00</committed-date>
    <authored-date>2009-06-14T21:42:22-07:00</authored-date>
    <message>File.expand_path(&quot;c:/a..&quot;) should return &quot;c:/a&quot;
Fix Ruby snippet in DlrInteropTests.cs
Change system_spec to redirect output of a child process so that it does not clutter the output</message>
    <tree>9abb2d0e39e5b1ff79027359f37e7397ad8850d4</tree>
    <committer>
      <name>Shri Borde</name>
      <email>sborde@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>70ee00bbfd073979f184da466e41b71ff4bd3eb0</id>
      </parent>
      <parent>
        <id>5324d1044d98d51ac89cc30d394fddde23249dcf</id>
      </parent>
    </parents>
    <author>
      <name>Shri Borde</name>
      <email>sborde@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/27679ff7f6213d94becde856961e8dabdf85c763</url>
    <id>27679ff7f6213d94becde856961e8dabdf85c763</id>
    <committed-date>2009-06-13T18:32:32-07:00</committed-date>
    <authored-date>2009-06-13T18:32:32-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/ironruby/ironruby</message>
    <tree>40b9bc133337af3cc66387d5c67af8b717ec5638</tree>
    <committer>
      <name>Shri Borde</name>
      <email>sborde@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>80e46137be74341cb30d00b864313b58058fda35</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/97386da0cceea557464bc70f13af1a5f1b9c78c5</url>
    <id>97386da0cceea557464bc70f13af1a5f1b9c78c5</id>
    <committed-date>2009-06-12T09:02:17-07:00</committed-date>
    <authored-date>2009-06-12T09:02:17-07:00</authored-date>
    <message>more .net interop tests to get rid of test_basic</message>
    <tree>0f01f56a408b5f714bf145080a0d6adb21402f11</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8ca61a8c583e088b054b932915c65d6bd6c8c075</id>
      </parent>
      <parent>
        <id>5324d1044d98d51ac89cc30d394fddde23249dcf</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/80e46137be74341cb30d00b864313b58058fda35</url>
    <id>80e46137be74341cb30d00b864313b58058fda35</id>
    <committed-date>2009-06-12T08:41:53-07:00</committed-date>
    <authored-date>2009-06-12T08:41:53-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:ironruby/ironruby</message>
    <tree>4a6627591529e2d41baf1221e4ff890aad13791f</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2654af3ad3b6c09fe521dbe2eacb9c002bbc1f0</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/5324d1044d98d51ac89cc30d394fddde23249dcf</url>
    <id>5324d1044d98d51ac89cc30d394fddde23249dcf</id>
    <committed-date>2009-06-11T19:07:35-07:00</committed-date>
    <authored-date>2009-06-11T19:07:35-07:00</authored-date>
    <message>syncing to head of tfs</message>
    <tree>82287be44fab2f0096ee332453bb38240d873542</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e73ba3c0f0b1d1e0f8aec3829ecf1b5857ebe2d9</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/b2654af3ad3b6c09fe521dbe2eacb9c002bbc1f0</url>
    <id>b2654af3ad3b6c09fe521dbe2eacb9c002bbc1f0</id>
    <committed-date>2009-06-11T18:48:01-07:00</committed-date>
    <authored-date>2009-06-11T18:48:01-07:00</authored-date>
    <message>syncing to head of tfs</message>
    <tree>b8f36180b58ac50f00dbe56a697f0dd4fc0d9bd8</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>173ad115be4f0fccaa8c17b49643fb75bf0e72ca</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/8ca61a8c583e088b054b932915c65d6bd6c8c075</url>
    <id>8ca61a8c583e088b054b932915c65d6bd6c8c075</id>
    <committed-date>2009-06-11T16:13:27-07:00</committed-date>
    <authored-date>2009-06-11T16:13:27-07:00</authored-date>
    <message>code review fixes from Shri</message>
    <tree>f519d381757264dbff077e86073f26ecc12a54fc</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>655a5fe62500999f4e0f1ecd320b0d834a616e2c</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/173ad115be4f0fccaa8c17b49643fb75bf0e72ca</url>
    <id>173ad115be4f0fccaa8c17b49643fb75bf0e72ca</id>
    <committed-date>2009-06-11T11:27:56-07:00</committed-date>
    <authored-date>2009-06-11T11:27:56-07:00</authored-date>
    <message>move the no-config tests to mspec under interop\cli, -X tests will go here eventually</message>
    <tree>0d2994191a26419302bc6acf7c81fd40c088c2a4</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>39cab49e840adcad32da6aba5d6519ab29b5702e</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/655a5fe62500999f4e0f1ecd320b0d834a616e2c</url>
    <id>655a5fe62500999f4e0f1ecd320b0d834a616e2c</id>
    <committed-date>2009-06-11T10:39:08-07:00</committed-date>
    <authored-date>2009-06-11T10:39:08-07:00</authored-date>
    <message>add test to ensure that basic IronRuby works without ir.exe.config</message>
    <tree>25aefa4910c0ecab4e0726c66da3bc7d568a2527</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7f622eb8e804f973135f76154eed45185b57a147</id>
      </parent>
    </parents>
    <author>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </author>
    <url>http://github.com/ironruby/ironruby/commit/39cab49e840adcad32da6aba5d6519ab29b5702e</url>
    <id>39cab49e840adcad32da6aba5d6519ab29b5702e</id>
    <committed-date>2009-06-10T22:41:06-07:00</committed-date>
    <authored-date>2009-06-10T22:41:06-07:00</authored-date>
    <message>split apps into two component tasks for granularity</message>
    <tree>955ebedc2395b1211c88bf6f36ed7a1d8394e55f</tree>
    <committer>
      <name>Jim Deville</name>
      <email>jdeville@microsoft.com</email>
    </committer>
  </commit>
</commits>
