Re: [Ironruby-core] Cleaning up of the Source Tree - Removal of Redundant files

2010-11-04 Thread Tomas Matousek
Yes, we shouldn't have any .cs files that are not included in any .csproj. I would be surprised if there were too many of them but there might be some. Feel free to send a patch that deletes them. Microsoft.Scripting.Core directory includes DLR v1.0 that shipped in .NET 4.0 in System.Core. We s

[Ironruby-core] Cleaning up of the Source Tree - Removal of Redundant files

2010-11-04 Thread Alistair Bush
As ive already mentioned there are currently (within Runtime at least) a large number of *.cs files that are not included in any csproj files. These files seem to implement classes that already exist within System.* dll's. There also seem to be some *Build*csproj files. Are these maintained?

Re: [Ironruby-core] Very Very initial CMake support

2010-11-04 Thread Michael Letterle
MSBuild is a pretty powerful build language, other than being ugly as sin I don't see any reason why xbuild shouldn't be the way to go on linux platforms. *shrugs* Just my two copper. On Thu, Nov 4, 2010 at 4:07 AM, Tomas Matousek wrote: > "Mainly the complete and easy separation of dlr from ir

Re: [Ironruby-core] Very Very initial CMake support

2010-11-04 Thread Tomas Matousek
"Mainly the complete and easy separation of dlr from ironruby" I don't think we need cmake to make this happen. In fact, I don't even think it is desirable to do so (at least not short term). I'm still convinced that having all source code in a single repo (perhaps split into multiple submodule

Re: [Ironruby-core] Very Very initial CMake support

2010-11-04 Thread Alistair Bush
I should also add that im going to continue because 1) I want to learn more cmake 2) there is also the possiblity to generate cmake files from csproj files :) > > Please don't add yet another build system. > > > > Generating .csproj files is not the right way to go. The project files > > are

Re: [Ironruby-core] Very Very initial CMake support

2010-11-04 Thread Alistair Bush
> Please don't add yet another build system. > > Generating .csproj files is not the right way to go. The project files are > and should be the primary metadata storage for the build system. If you > work in VS and add a new file VS will add it into csproj. It can [1] be automatically available t