Re: [Ironruby-core] IronRuby 1.1.1 IIRB failing

2010-10-25 Thread Tomas Matousek
Right, the installer installs only to GAC. You can download all the binaries from http://ironruby.codeplex.com/releases/view/49097#DownloadId=159562.There is no point copying them to Program Files. Once they are in the GAC all apps load them from there. You can build a redistributable msm Windo

[Ironruby-core] IronRuby 1.1.1 IIRB failing

2010-10-25 Thread Orion Edwards
After upgrading to IronRuby 1.1.1, I try run IIRB, and I get the following exception: Have I screwed up my install? What I did was this: 1. Ran the IronRuby installer 2. Copied the bin and lib folders to a local folder that I have checked into source control (to deploy IronRuby to other machines)

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Michael Letterle
By "target" I meant "do primary development against" ^_^ BTW my branch is updated, I reset to the current master/HEAD so it should be a lot cleaner, also undid the mono ifdef, commented out the original calls explaining that Mono doesn't support it yet. Need to work on some repos/patches/bug fili

Re: [Ironruby-core] Contributions

2010-10-25 Thread Michael Letterle
There may be a plugin for Gallio not sure... On Mon, Oct 25, 2010 at 5:21 PM, Gøran Hansen wrote: > I can't find an integrated VS test runner for RSpec. Maybe I didn't look > hard enough? But it seems to me that it's missing. > Is this something that would be useful? If so, do you have any ideas

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Tomas Matousek
We have actually always targeted Mono and IronRuby mostly works on it. Of course we found a bunch of Mono bugs for which we either implemented a workaround or filed a bug if the workaround would be too convoluted. Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@ru

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Michael Letterle
Well, some of us don't need the CI server as we're programming against mono already ;) FWIW, I'm looking into getting the linux CI server back up and running with CJ's help. But agreed. I can back out the ifdef I made and just use the work around. Also, should we be targeting a specific version

Re: [Ironruby-core] Contributions

2010-10-25 Thread Gøran Hansen
I can't find an integrated VS test runner for RSpec. Maybe I didn't look hard enough? But it seems to me that it's missing. Is this something that would be useful? If so, do you have any ideas for implementation? I think it would be wise to go for the low hanging fruit in the first version. For in

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Andrius Bentkus
On Mon, Oct 25, 2010 at 10:18 PM, Tomas Matousek < tomas.matou...@microsoft.com> wrote: > Once we'll have CI server test against Mono we'll discover the problem > right away and don't check in anything that would be broken on Mono. > I suggest we implement the workaround, file bugs into Mono and I

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Jb Evain
Hey, On Mon, Oct 25, 2010 at 7:30 PM, Tomas Matousek wrote: > I think we should not have any #if MONO conditionals. That would mean we’d > need a different set of binaries for Mono, Moonlight, etc. almost doubling > the number of flavors we have today (desktop CLR, Silverlight 4, Silverlight > 3)

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Mike Moore
On Mon, Oct 25, 2010 at 1:09 PM, Michael Letterle < michael.lette...@gmail.com> wrote: > Unless we target Mono >.> > +1 ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Jb Evain
On Mon, Oct 25, 2010 at 9:09 PM, Michael Letterle wrote: > How do we want to handle things that CAN be worked around in Mono > before they're patched then? Then it some cases, I think it might make sense to avoid using a feature in IR which is not yet available in the current stable release of Mo

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Tomas Matousek
Makes sense. That seems like a goodness and I guess we should evolve the repo that way. Let's keep everything working and get there one step at a time. It doesn't feel like something that would be critical to do right now though. Tomas -Original Message- From: ironruby-core-boun...@rub

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Jb Evain
Hey, On Mon, Oct 25, 2010 at 8:19 PM, Tomas Matousek wrote: > 2)  It might be possible to split the repo to 3 parts – IronRuby > specific, IronPython specific, and DLR, make a submodule for each and > combine those submodules into “DynamicLanguages” repo. So what’s exactly the > effective dif

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Tomas Matousek
Once we'll have CI server test against Mono we'll discover the problem right away and don't check in anything that would be broken on Mono. I suggest we implement the workaround, file bugs into Mono and IronRuby bug trackers, and add a comment to the code with explanation and a link to the filed

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Michael Letterle
How do we want to handle things that CAN be worked around in Mono before they're patched then? I agree that the same binaries should run in either location, but Mono necessarily is always playing catchup. Unless we target Mono >.> On Mon, Oct 25, 2010 at 1:30 PM, Tomas Matousek wrote: > I t

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Tomas Matousek
Let's assume IronPython moves to github. There would be two options: 1) We could just rename the current IronRuby repo to "DynamicLanguages" repo and IronPython can use it as it is (more or less). 2) It might be possible to split the repo to 3 parts - IronRuby specific, IronPython sp

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-25 Thread Jirapong Nanta
Hi all, I can also re-pro the issue from the --debug give more detail C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>igem install sinatra --debug ERROR: While executing gem ... (TypeError) can't convert NilClass into String C:/Program Files (x86)/IronRuby 1.1/Lib/ruby/1.9.1

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Tomas Matousek
Yes, I agree our web sites need some work. Jimmy, what is that status of the new design you started working on (the one IronPython.net has already)? Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Christopher Bennage Sent: Monday, Octobe

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Mike Moore
On Mon, Oct 25, 2010 at 12:26 PM, Michael Letterle < michael.lette...@gmail.com> wrote: > Regardless, I'd rather see a nice README first. :) > +1 ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-c

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Tomas Matousek
I think we should not have any #if MONO conditionals. That would mean we'd need a different set of binaries for Mono, Moonlight, etc. almost doubling the number of flavors we have today (desktop CLR, Silverlight 4, Silverlight 3). Now that Mono 2.8 is released we can use memory mapped files (it w

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Michael Letterle
My only comment on the sites: 1) github = source control, 2) rubyforge = mailing list, 3) codeplex = issue tracker/binary distro, 4) ironruby.net = documentaiton 1 and 2 are pretty set, I see no reason to change from them. 3 is probably fine as well, though having source control and issue tracki

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Christopher Bennage
As someone who attempted to dive into IronRuby a couple of months ago, I found it difficult to discern the "IronRuby Story" from the various websites. By that I mean that was not immediately obvious to me what information was current and what was outdated. I'd like to see an executive summary of th

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Tomas Matousek
Can you be more specific? What's wrong with the structure (other than LCA_RESTRICTED directories, which I agree were there only to satisfy our lawyers but can be now merged into other directories)? Yes, there are executable files checked in. These are tools that are needed for running scripts,

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Mike Moore
On Mon, Oct 25, 2010 at 4:22 AM, Andrius Bentkus < andrius.bent...@rwth-aachen.de> wrote: > > On Sun, Oct 24, 2010 at 1:57 AM, Michael Letterle < > michael.lette...@gmail.com> wrote: > >> FWIW having separate IronRuby, IronPython, and Common repos that are >> sub moduled(is that a word?) would mak

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Andrius Bentkus
On Mon, Oct 25, 2010 at 2:51 PM, Joe Scott wrote: > Doing a google search I found this. > I have not had a chance to try it out maybe this would work. > http://groups.google.com/group/DotNetDevelopment/msg/ba5e2bd42ecb83e3 > It is really possible, I guess I was too lazy to do the search myself,

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-25 Thread Eduardo Blumenfeld
I had the same problem than Ryan in an xp pro box, running as local administrator, so I guess is a bug... unknown wrote in post #956791: > Ryan, > > Just a thought - have you tried running from an elevated command prompt? > > Cory > Sent from my Verizon Wireless BlackBerry -- Posted via http:/

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-25 Thread Davy Brion
i logged an issue about it last week: http://ironruby.codeplex.com/workitem/5326 not sure why it works on a clean vm but it seems to be failing for quite a few people On Mon, Oct 25, 2010 at 2:36 PM, Kevin Radcliffe wrote: > Getting the same when installing sinatra (even from an elevated admin >

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Curt Hagenlocher
References in project files can be conditional. I don't have an example handy, but unless things have changed in the last year :), the project files should already have a conditional dependency on the Silverlight assemblies. From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun..

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-25 Thread Kevin Radcliffe
Getting the same when installing sinatra (even from an elevated admin prompt): C:\Windows\system32>igem install --no-ri --no-rdoc sinatra ERROR: While executing gem ... (TypeError) can't convert NilClass into String Any idea how we can add more trace info to the output to see where we're get

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Joe Scott
Doing a google search I found this.I have not had a chance to try it out maybe this would work.http://groups.google.com/group/DotNetDevelopment/msg/ba5e2bd42ecb83e3 Date: Mon, 25 Oct 2010 12:31:08 +0200 From: andrius.bent...@rwth-aachen.de To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Andrius Bentkus
On Mon, Oct 25, 2010 at 11:23 AM, Alistair Bush wrote: > > I got it compiling, there is a missing reference for Mono.Posix, one bad > > cast and you need to use CCI in the constants. Does someone know what CCI > > should be? > > patches would be nice :) I can't patch the csproj with the missing

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Andrius Bentkus
On Sun, Oct 24, 2010 at 1:57 AM, Michael Letterle < michael.lette...@gmail.com> wrote: > FWIW having separate IronRuby, IronPython, and Common repos that are > sub moduled(is that a word?) would make sense, that way changes that > are done in Common by both people working on Ruby and Python are >

Re: [Ironruby-core] Contributions

2010-10-25 Thread Jirapong Nanta
Hello Tomas, I would like to continue my work with OpenSSL. I will re-fork IronRuby and update my progress here. Best, -Jirapong On Sat, Oct 23, 2010 at 11:24 PM, Tomas Matousek < tomas.matou...@microsoft.com> wrote: > Hi Gøran, > > Good to see your interest. > > > > The Wiki might be a bit

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Alistair Bush
> I got it compiling, there is a missing reference for Mono.Posix, one bad > cast and you need to use CCI in the constants. Does someone know what CCI > should be? patches would be nice :) > > On Mon, Oct 25, 2010 at 1:49 AM, Michael Letterle < > > michael.lette...@gmail.com> wrote: > > You may

Re: [Ironruby-core] Contributions

2010-10-25 Thread Gøran Hansen
Tomas, Thanks for getting back at me. I think it would be wise to start with something that I know. I’ve written a plugin for VS2010 before, and feel quite comfortable doing that, even though it’s a large and complex environment. I’ll check out the IronRuby VS integration as it is. What I lik

[Ironruby-core] mono rubygems and ironruby

2010-10-25 Thread Andrius Bentkus
Hello, After unzipping ironruby-1.1.1 into /opt/ironruby-1.1.1 I tried to run rubygems with mono ir.exe, but I failed. I tried to adjust some path variables, but it still didn't work, rubygems kept complaining about a missing gem_prelude.rb. Does someone know how to make ironruby make eat all the s

Re: [Ironruby-core] Contributing?

2010-10-25 Thread Andrius Bentkus
The project directory structure is a mess. Dozens of executable files in the versioning and what not. ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] Compiling on Mono?

2010-10-25 Thread Andrius Bentkus
I got it compiling, there is a missing reference for Mono.Posix, one bad cast and you need to use CCI in the constants. Does someone know what CCI should be? On Mon, Oct 25, 2010 at 1:49 AM, Michael Letterle < michael.lette...@gmail.com> wrote: > You may have to compile some of the dependency lib