[Ironruby-core] Few Small Examples in Linq with IronRuby

2008-03-13 Thread Web Reservoir
Hello, I know that its too early to ask or it. But can someone provide few examples, how Linq with IronRuby will look alike. Since i am reading few books on LINQ in C#, i want to gradually try to understand it with IronRuby point of view. I do not want examples to play around. I want examples

Re: [Ironruby-core] Hosting... executing function dynamically from C#

2008-03-13 Thread Jay Kimble
Alright I found the problem and it appears to be a problem between the chair and the keyboard... Sorry about that. I fat fingered my function name, and as soon as I discovered that it made sense that Iron Ruby was telling me that it couldn't find that function (because it couldn't). Jay --

Re: [Ironruby-core] Browsing source under VS.NET

2008-03-13 Thread John Lam (DLR)
You'll need to use the IronRuby.sln solution, *not* the Ruby.sln. I'll fix my deploy script to scrub Ruby.sln from external sources as this causes a lot of confusion. -John -Original Message- From: [EMAIL PROTECTED] [mailto:ironruby-core- [EMAIL PROTECTED] On Behalf Of Jayme Sent:

Re: [Ironruby-core] Browsing source under VS.NET

2008-03-13 Thread John Lam (DLR)
You might want to svn exclude them for the time being. I have to apply transforms to those files when I generate the external layout (as well as doing transforms on the way back in). I need to spend some time coding on the external layout for a while to get a better feel (I use our internal

[Ironruby-core] SVN Revision 77 out

2008-03-13 Thread John Lam (DLR)
There are a lot of new files in this change - mostly due to the beginnings of our work to get the latest Ruby specs working. So right now there are duplicate specs under tests. This will change in the future. Our work to get Silverlight integration working is here. So rudimentary VS debugging

Re: [Ironruby-core] SVN Revision 77 out

2008-03-13 Thread Michael Letterle
*as he watches TortoiseSVN fly by...* Wow, you weren't kidding... On Thu, Mar 13, 2008 at 1:00 PM, John Lam (DLR) [EMAIL PROTECTED] wrote: There are a lot of new files in this change – mostly due to the beginnings of our work to get the latest Ruby specs working. So right now there are

Re: [Ironruby-core] SVN Revision 77 out

2008-03-13 Thread John Lam (DLR)
For the time being hit CTRL-Z followed by enter (this is the Python style exit from the shell). -Original Message- From: [EMAIL PROTECTED] [mailto:ironruby-core- [EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: Thursday, March 13, 2008 1:48 PM To: ironruby-core@rubyforge.org

Re: [Ironruby-core] SVN Revision 77 out

2008-03-13 Thread Mike Moore
D'uh! I forgot to run rake gen first! My bad, I though I had but I obviously didn't. It's all good now, sorry for the false alarm. ~Mike P.S. I also get the error on exit: E:\Sandbox\IronRuby\build\debugrbx IronRuby 0.1 on .NET 2.0.50727.832 Copyright (c) Microsoft Corporation. All rights

Re: [Ironruby-core] Console arguments broken?

2008-03-13 Thread Ivan Porto Carrero
Ok It seems to only be broken in PowerShell when I use cmd things work. On Fri, Mar 14, 2008 at 11:46 AM, Brian J. Cardiff [EMAIL PROTECTED] wrote: the attach. sorry. On Thu, Mar 13, 2008 at 8:45 PM, Brian J. Cardiff [EMAIL PROTECTED] wrote: rbx -X:TabCompletion 1.TAB It throws and

[Ironruby-core] On Console options

2008-03-13 Thread Ivan Porto Carrero
Ooops.. I hit tab-enter.. sorry for that. -- Forwarded message -- From: Ivan Porto Carrero [EMAIL PROTECTED] Date: Fri, Mar 14, 2008 at 10:50 AM Subject: On Console options To: ironruby-core@rubyforge.org Hi, I'm sure this is another case of PEBKAC but I've been looking in the