SVN r56: binary files in the repository

A lot of binary files were introduced to the repository under
tests/ironruby in SVN r56. Is this intentional?

Seo S.:

A lot of binary files were introduced to the repository under
tests/ironruby in SVN r56. Is this intentional?

Not intentional–I’m guessing that the rakefile to_svn command picked up
some junk lying around in the enlistment used to sync. (Although I
thought we had SVN configured to exclude dlls/exes/pdbs…)

Our tests run in two modes, one of which causes IronRuby to dump the IL
to disk as *.exe & *.dll, so we can run PE verify
(PEVerify Tool (Peverify.exe) | Microsoft Learn) over the
output to ensure that we are generating clean IL. So after running the
tests you end up with a bunch of binaries lying around.

  • John

Sanghyeon S.:

A lot of binary files were introduced to the repository under
tests/ironruby in SVN r56. Is this intentional?

Whoops. My fault. I was rushing out the door to have dinner with the
kids (at a place called Ruby’s :slight_smile:

I’ll fix and re-submit.

Thanks,
-John

John L. (DLR):

Whoops. My fault. I was rushing out the door to have dinner with the
kids (at a place called Ruby’s :slight_smile:

I’ll fix and re-submit.

Fixed in r57 now.