Re: [Ironruby-core] Fwd: WorkItem Issue #6095 - "IronRuby 1.1.3 Can't count"

2011-05-04 Thread Ryan Riley
On Wed, May 4, 2011 at 2:02 PM, Nicholas Radford wrote: > Hey all, > >I thought I'd look at issue #6095 on codeplex > (http://ironruby.codeplex.com/workitem/6095) as my first contribution. > >I see two ways of fixing the bug, > 1. removing the [RubyMethod("count")] declaration from

Re: [Ironruby-core] Hi guys

2011-05-03 Thread Ryan Riley
On Tue, May 3, 2011 at 1:30 PM, Nicholas Radford wrote: > hi guys, > > just wondering if this is still the right list to post to as I wish > to start contributing to the project. > Absolutely! ___ Ironruby-core mailing list Ironruby-core@rubyforge.org

Re: [Ironruby-core] Ruby FFI port

2011-03-31 Thread Ryan Riley
Are you coming to ALT.NET Seattle? We have an OSS track this year to help people learn how to contribute to projects. Interested? Ryan Sent from my iPhone On Mar 31, 2011, at 2:41 AM, Charles Strahan wrote: > Well, with some really, really ugly hacking, I've managed to get this far > (the f

[Ironruby-core] [ rubygems-Bugs-27154 ] Computed hash is sometimes too large.

2011-03-01 Thread Ryan Riley
Took long enough, but it would appear the fix to #hash has finally made it into rubygems. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Website: http://panesofglass.org/ -- Forwarded message -- From

Re: [Ironruby-core] IronRuby FFI

2010-12-12 Thread Ryan Riley
e storage of IntPtrs corresponding to allocated memory and/or the deallocation of memory within finalizers - both resulting in memory leaks. As I imagined, this will be something we'll want to incorporate in our FFI impl. -Charles On Sun, Oct 3, 2010 at 11:51 PM, Ryan Riley wrote: I&#

[Ironruby-core] What happened to the github repo?

2010-12-12 Thread Ryan Riley
Did I miss some (fairly large) announcement? I can no longer see the github repo. L Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org

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

2010-10-24 Thread Ryan Riley
me. Do I need to clear out my IronRuby1.1 folder? I've already deleted the folder several times trying to start over. Ryan Riley On Sun, Oct 24, 2010 at 8:29 PM, Tomas Matousek < tomas.matou...@microsoft.com> wrote: > If not, that should should've reported an error like: > &

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

2010-10-24 Thread Ryan Riley
t; > Just a thought - have you tried running from an elevated command prompt? > > Cory > Sent from my Verizon Wireless BlackBerry > > -Original Message- > From: Ryan Riley > Sender: ironruby-core-boun...@rubyforge.org > Date: Sun, 24 Oct 2010 15:33:14 > To:

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

2010-10-24 Thread Ryan Riley
that one. Note that IronRuby 1.1.1 > completely switched to 1.9.2 grammar and libraries so apps/gems that > previously worked might be broken now. > > > > Tomas > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf

Re: [Ironruby-core] Contributing?

2010-10-23 Thread Ryan Riley
changed now that the project owners and the rules for making contributions > are fundamentally different, then by all means continue. > > On Sat, Oct 23, 2010 at 10:32 AM, Ryan Riley > wrote: > >> On Sat, Oct 23, 2010 at 5:44 AM, Mike Moore wrote: >>> >>

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

2010-10-23 Thread Ryan Riley
I'm also getting a build error on the latest sources, which appears to be related to my Windows 7 SDK install. What should the LIB environment variable point to? Thanks, Ryan On Sat, Oct 23, 2010 at 10:19 AM, Ryan Riley wrote: > Anyone else having trouble installing gems? ir gem -S

Re: [Ironruby-core] IronRuby FFI

2010-10-23 Thread Ryan Riley
@Charles Have you made any progress here? If so, what's your repo? I'm looking into this again this morning. Cheers, Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Twitter: @panesofglass Blog: http://wizardsofsmart.net/ Web

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

2010-10-23 Thread Ryan Riley
in this? Ryan Riley On Fri, Oct 22, 2010 at 2:40 AM, Dotan N. wrote: > excellent!!! Thanks! > > > On Fri, Oct 22, 2010 at 2:33 AM, Charles Strahan < > charles.c.stra...@gmail.com> wrote: > >> Great news! >> >> -Charles >> >> On Thu, Oct 21, 201

Re: [Ironruby-core] Contributing?

2010-10-23 Thread Ryan Riley
o come across differently, it would help offer help and not critique the great work Tomas and the rest have done. Try working on the project. Ask for help. You'll receive it readily. You may even find some people to help you restructure the project. If it works better, I'm sure you'll g

Re: [Ironruby-core] Contributing?

2010-10-23 Thread Ryan Riley
Jim, Jimmy, Tomas, and Miguel: Shri used to offer pair programming sessions to people interested in helping out with the project. I know at least a few participated, and I found it really helpful. Is there any chance of starting this up again? I don't mean for you to necessarily be the ones to

Re: [Ironruby-core] Contributing?

2010-10-23 Thread Ryan Riley
On Oct 22, 2010, at 8:27 PM, Mike Moore wrote: > > Dropping CodePlex because it requires some Uber Visual Studio product to > access the code repo and make code contributions is reasonable, and not some > emotional reaction. Gladly this doesn't seem to be the case anymore. Or, has never been t

Re: [Ironruby-core] IronRuby FFI

2010-10-03 Thread Ryan Riley
MSDN > docs are a little daunting. If anyone here would like to give an explanation > of either one, that would be awesome. > > Any experience with either of those, Ryan? > > -Charles > > > On Sun, Oct 3, 2010 at 10:39 PM, Ryan Riley > wrote: > Sounds g

Re: [Ironruby-core] IronRuby FFI

2010-10-03 Thread Ryan Riley
x27;ll keep you in the loop. > > That's what I have in mind, but I'm open to suggestions. > > -Charles > > > > On Sat, Aug 21, 2010 at 9:23 PM, Ryan Riley > wrote: > Charles, I'm happy to work with you to get this done. I'm getting close to &g

Re: [Ironruby-core] IronRuby FFI

2010-08-21 Thread Ryan Riley
From the mono-devel list: On Thu, 2010-08-19 at 10:35 -0700, Ryan Riley wrote: > Has anyone created or investigated Mono support for libffi? Once upon a time, Mono used libffi directly. It was removed in r724 (git SHA1 ID d0cd6059c1b2edad12eb67cb8e64b3cd187be1b1) on 2001-09-05 (and earl

Re: [Ironruby-core] IronRuby FFI

2010-08-21 Thread Ryan Riley
take the approach of > essentially writing "NFFI", and then write an IronRuby lib around that. > > -Charles > > > On Fri, Aug 20, 2010 at 2:33 PM, Ryan Riley > wrote: > I know that we've discussed this in the past, but I'm interested in doing it &g

[Ironruby-core] IronRuby FFI

2010-08-20 Thread Ryan Riley
and DllImport, but I'm not sure if those are the right directions, something else, or what. Thanks, Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Twitter: @panesofglass Blog: http://wizardsofsma

Re: [Ironruby-core] [ironruby-core] Installing Rails plugins

2010-08-20 Thread Ryan Riley
No, I couldn't get it to work either way. I didn't try any other plugins, though, and this one seems to just be troublesome with IR. Other plugins may work just fine. I'm just not sure. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ry

Re: [Ironruby-core] Code Review: G19.Final

2010-08-16 Thread Ryan Riley
WOW! Did I read that right? It's "fully compatible with 1.9.2"? Tomas, thank you. You are a machine. Three cheers! Ryan Riley On Mon, Aug 16, 2010 at 6:16 PM, Tomas Matousek < tomas.matou...@microsoft.com> wrote: > tfpt review "/shelveset:G19.Final;REDMOND\tomat

Re: [Ironruby-core] [ironruby-core] Installing Rails plugins

2010-08-13 Thread Ryan Riley
MRI works just fine. Is this a bug? Ryan Riley On Fri, Aug 13, 2010 at 5:13 AM, William Green wrote: > Can you install the plugin using MRI? > > I've experiences this before, and I think it's an issue with git on > Windows, not the Ruby implementation. >

[Ironruby-core] [ironruby-core] Installing Rails plugins

2010-08-12 Thread Ryan Riley
ot;] C:\sample>ir ./script/plugin install git:// github.com/technoweenie/restful-authentication.git Plugin not found: ["git://github.com/technoweenie/restful-authentication.git "] I also tried with 1.0 with the same results. Both versions were .NET 4.0. Did I miss a thread? Than

Re: [Ironruby-core] "Start spreading the news"

2010-08-07 Thread Ryan Riley
+1 Sent from my iPhone On Aug 7, 2010, at 7:56 PM, Cory Foy wrote: > Ok, I like to propose a pause in action. > > Here's what we know. Jimmy has moved on, as has Jim. Tomas is the main person > left, and from the emails we've received, he's only working on it part-time. > I don't know the po

Re: [Ironruby-core] IronRubyMvc Update

2010-08-07 Thread Ryan Riley
r work off of Ivan's code? I haven't pulled from him in a > long time, so his is definitely the latest. > ~Jimmy > > > On Sat, Aug 7, 2010 at 6:55 PM, Ryan Riley > wrote: > I just updated IronRubyMvc to IronRuby 1.0 (I know 1.1 is out, but I wanted > this thin

[Ironruby-core] IronRubyMvc Update

2010-08-07 Thread Ryan Riley
2.0> Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Twitter: @panesofglass Blog: http://wizardsofsmart.net/ Website: http://panesofglass.org/ ___ Ironruby-core mailing list Ironruby-core@rubyforge.or

Re: [Ironruby-core] using custom controls with gestalt

2010-08-01 Thread Ryan Riley
"> # somelib.rb => document.message.innerHTML = "Hello World!" require 'myarchive.zip/somelib' # file.txt just has a text string. content = File.open("myarchive.zip/file.txt"){ |f| f.read } window.alert(content) Ryan Riley Email: ryan.ri...

Re: [Ironruby-core] Preview of ironruby-rack gem

2010-07-31 Thread Ryan Riley
Jimmy, What's the status with some of the issues identified so far? Also, have you made it easier to switch between 1.0 and 1.1? Cheers, Ryan Riley ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/lis

[Ironruby-core] .NET 4.0 installer missing silverlight tools

2010-07-14 Thread Ryan Riley
Just moved to .NET 4.0 and noticed the sl and chiron tools were not included. I pulled them from the .NET 2.0 .zip. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Twitter: @panesofglass Blog: http://wizardsofsmart.net/ Website: http

[Ironruby-core] IL Caching Strategy

2010-07-12 Thread Ryan Riley
o IL and cached? Is that configurable? If so, how? I'm not asking for anything in particular, just curiosity in general. Thanks! Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Twitter: @panesofglass Blog: http://wizardsofsmart.net/ Website: htt

Re: [Ironruby-core] Ironruby and Gentoo Linux

2010-07-11 Thread Ryan Riley
Ivan Porto Carrero (@casualjim) had a ci build for linux running at one time. You could check with him. I believe he was running off of mono trunk (2.7) at the time. ~ Ryan Riley -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On

Re: [Ironruby-core] Preview of ironruby-rack gem

2010-07-06 Thread Ryan Riley
From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Kevin Radcliffe Sent: Tuesday, July 06, 2010 1:11 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Preview of ironruby-rack gem 3) Very minor - I created the app.rb like above, an

Re: [Ironruby-core] Preview of ironruby-rack gem

2010-07-06 Thread Ryan Riley
This is great, Jimmy! Thanks! I tried the simple example you explain below, and everything worked except for deploying to IIS. Probably something I did or didn't do, but it looks like IIS is looking in the wrong spot for my web.config file. I'll try to dig further when I have a bit more time.

Re: [Ironruby-core] License change?

2010-06-17 Thread Ryan Riley
The only problem I see is that others may question why MSPL isn't good enough. I don't know if that's a bad thing; I was always somewhat confused by the existence of a new license that didn't seem altogether different from others. Apache 2 works for me. Ryan Riley On Fri, Jun

Re: [Ironruby-core] Installing rspec with IronRuby V 1

2010-06-06 Thread Ryan Riley
I haven't tried that, but I was able to get gem -S install rspec to work. It's been awhile, but if you check through the mailing list history, you should find instructions on getting it set up correctly. Try the gem -S thing first. Ryan Riley Email: ryan.ri...@panesofglass.org Link

Re: [Ironruby-core] What's next?

2010-05-25 Thread Ryan Riley
+1 except for targeting 1.8.7. The Ruby community as a whole is really pushing to get off of 1.8, so the faster IronRuby gets there, the better. Ryan On Wed, May 12, 2010 at 9:14 AM, Will Green wrote: > Vim ;-) > > While it would be nice to have something like the IronPython Tools for > Visual

Re: [Ironruby-core] Git push

2010-05-25 Thread Ryan Riley
What do I need to do to get my etc updates ready? http://github.com/panesofglass/ironruby/blob/master/Merlin/Main/Languages/Ruby/Libs/etc.rb http://github.com/panesofglass/ironruby/tree/master/Merlin/Exter

[Ironruby-core] Installing Bundler on IronRuby

2010-04-24 Thread Ryan Riley
ironruby/1.8/gems/rake-0.8.7/bin/rake:31 C:/Users/ryan/.gem/ironruby/1.8/bin/rake:19:in `load' C:/Users/ryan/.gem/ironruby/1.8/bin/rake:19 Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Webs

Re: [Ironruby-core] RubyGems 1.3.6, Bundler, etc.

2010-04-24 Thread Ryan Riley
Where exactly does the #{RUBY_ENGINE}.rb file go? I am having a hard time finding the location. I changed the impl. of default_exec_format and was able to update RubyGems. However, I think adding the ruby engine file is a better way to go. Ryan Riley On Thu, Apr 22, 2010 at 11:39 PM, Tomas

Re: [Ironruby-core] DataMapper (was Re: Thread Priority)

2010-04-23 Thread Ryan Riley
I'm happy to help out. I'll start working on it this weekend. Regards, Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Thu, Apr 22, 2010 at 10:25

Re: [Ironruby-core] Thread Priority

2010-04-22 Thread Ryan Riley
e-0.8.7/lib/rake.rb:1998:in `run' C:/Users/ryan/.gem/ironruby/1.8/gems/rake-0.8.7/bin/rake:31 C:/Users/ryan/.gem/ironruby/1.8/bin/rake:19:in `load' C:/Users/ryan/.gem/ironruby/1.8/bin/rake:19 Shouldn't this both build the gem and execute gem install on the created gem? Did I miss a ste

[Ironruby-core] RubyGems 1.3.6, Bundler, etc.

2010-04-22 Thread Ryan Riley
ing RubyGems 1.3.6 ERROR: While executing gem ... (Gem::Exception) [BUG] invalid exec_format "ir", no %s Is IronRuby telling me it has a known bug, or is this something else? Can I upgrade to RubyGems 1.3.6? Can I install Bundler? Thanks, Ryan Riley Email: ryan.ri...@pan

Re: [Ironruby-core] Thread Priority

2010-04-22 Thread Ryan Riley
What's the status of the DataMapper port? I was just trying to use it but couldn't get the gem installed. I'm interested in helping get this working. What next steps are needed? Thanks, Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanr

Re: [Ironruby-core] Code Review: Etc module for Mono

2010-04-18 Thread Ryan Riley
When I build on mono with rake compile, the debug folder created is called mono_debug. I don't think I added that myself, just in the irtest.rb file. As to the ROWAN_RUNTIME, where is that set? I don't see it in the Dev.bat file. Thanks, Ryan Riley Email: ryan.ri...@panesofglass.or

Re: [Ironruby-core] Code Review: Etc module for Mono

2010-04-18 Thread Ryan Riley
, and help with many of the > implementation details. Gotta give credit where credit is due. The bad Ruby > idioms will all be due to me, so just let me know what you need me to > change. :) > > > > Ryan Riley > > Email: ryan.ri...@panesofglass.org > LinkedIn: http://ww

Re: [Ironruby-core] How could I get RPC in iron ruby?

2010-04-18 Thread Ryan Riley
Speaking of FFI, what's the tradeoff here? FFI let's us use the existing libraries without porting, but a managed alternative should be more performant, right? Seems like FFI is the winner here, but I may be missing something. Ryan Riley Email: ryan.ri...@panesofglass.org Link

Re: [Ironruby-core] How could I get RPC in iron ruby?

2010-04-17 Thread Ryan Riley
Maybe I spoke too soon, but I thought it did. I was switching back and forth a lot at the time. I will try again once I get everything re- installed. Sent from my iPhone On Apr 17, 2010, at 1:47 AM, Seo Sanghyeon wrote: 2010/4/17 Ryan Riley : Or use hpricot or nokogiri Ruby libraries. You

Re: [Ironruby-core] How could I get RPC in iron ruby?

2010-04-17 Thread Ryan Riley
Or use hpricot or nokogiri Ruby libraries. You will find several libs to choose from. Sent from my iPhone On Mar 18, 2010, at 11:41 PM, Ivan Porto Carrero > wrote: There are several ways to do that with IronRuby. Very CLR centric: You can create a proxy to your webservice using visual stud

Re: [Ironruby-core] Code Review: Etc module for Mono

2010-04-16 Thread Ryan Riley
Many thanks to Ivan for his dev.sh, ir.sh, and help with many of the implementation details. Gotta give credit where credit is due. The bad Ruby idioms will all be due to me, so just let me know what you need me to change. :) Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http

[Ironruby-core] Code Review: Etc module for Mono

2010-04-16 Thread Ryan Riley
http://github.com/panesofglass/ironruby git diff attached * Implements the Etc module for Mono * Adds RubySpec updates for the Etc library * Additional updates (dev.sh, ir.sh, many path-related changes) to allow *nix devs to run irtests, though this isn't complete. Regards, Ryan

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-05 Thread Ryan Riley
By the way, if I've changed jobs since I signed my LCA, do I need to do it again for my current employer? Ryan On Sun, Apr 4, 2010 at 11:05 PM, Ryan Riley wrote: > Great. I've been working on cleaning up the file paths so that I can run > the specs (and irtests). The problem

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-04 Thread Ryan Riley
He also > does pull periodically from the RubySpec repo into > MERLIN_ROOT/../External.LCA_RESTRICTED/Languages/IronRuby/mspec/rubyspec. > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Ryan Riley > *Sent:* Sunday, A

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-04 Thread Ryan Riley
Nm... I figured out that dev.sh, despite the command to export to PATH was not. I'm working on rubyspecs now. Do I put these in the rubyspec git repo or in the IR copy (MERLIN_ROOT/../External.LCA_RESTRICTED/Languages/IronRuby/mspec/rubyspec)? Ryan On Sun, Apr 4, 2010 at 6:32 PM, Ryan

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-04 Thread Ryan Riley
Elapsed 00:00:00.1908000 Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Sun, Apr 4, 2010 at 6:32 PM, Ryan Riley wrote: > Thanks, Shri. The problem is tha

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-04 Thread Ryan Riley
x27;m about to pull and try it myself. Cheers! Ryan Riley On Sun, Apr 4, 2010 at 10:55 AM, Shri Borde wrote: > If you run “mspec ci library\etc”, that runs the real RubySpec specs. > irtests does run a command like “mspec ci lib” which will run the Etc > RubySpec specs. http://wik

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-04 Thread Ryan Riley
1 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono? That is a bug. Make it a module. Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- boun...@rubyforge.org] On Behalf Of Ryan Riley Sent: Saturd

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-03 Thread Ryan Riley
Nm ... I just made the changes and committed to my linux branch. I'll work on tests, rebasing, etc. tonight. http://github.com/panesofglass/ironruby/blob/linux/Merlin/Main/Languages/Ruby/Libs/etc.rb Cheers, Ryan Riley On Sat, Apr 3, 2010 at 5:02 PM, Ryan Riley wrote: > Quick quest

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-03 Thread Ryan Riley
Quick question: The etc.rb in Libs is a class, but the implementation in the Ruby Standard Library appears to be a module. Should I keep the class or use the module? Ryan Riley On Sat, Apr 3, 2010 at 4:43 PM, Tomas Matousek wrote: > Nice work. > > > > A few suggestions: > &g

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-03 Thread Ryan Riley
yforge.org] On Behalf Of Ryan Riley Sent: Saturday, April 03, 2010 3:59 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono? I've posted an initial "complete" implementation, though I have only done basic te

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-03 Thread Ryan Riley
ust wanted to get it working. I definitely still have work to do. Cheers, Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Sat, Apr 3, 2010 at 2:30 PM, Ryan Rile

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-03 Thread Ryan Riley
Does a clr_array map to a Ruby Array? Ryan Riley On Sat, Apr 3, 2010 at 11:00 AM, Jim Deville wrote: > > No conversion for Fixnums is needed (Fixnums are ints). Arrays are harder. > I would take a look at clr_ext in merlin/main/languages/ruby/samples. Inside > that file is a

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-03 Thread Ryan Riley
and post to github<http://github.com/panesofglass/ironruby/blob/linux/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/Etc/IronRuby.Libraries.Etc/etc.rb>. (I've already got what I finished last night up there.) I also asked Shri for a pairing session to make sure it's inline with wha

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-03 Thread Ryan Riley
Where is documentation on converting between CLR and Ruby types? I can get RubyStrings, but what about Fixnum and Array? Thanks, Ryan Riley ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-02 Thread Ryan Riley
ted in the wiki docs. xbuild threw a load of errors. I think I can sort out the testing issue by figuring out from Dev.bat what paths I need to get mspec to run. Right now it's not recognized and won't run. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-04-02 Thread Ryan Riley
in the next few days. > > -Original Message- > Posted by Ryan Riley (Guest) on 04.03.2010 02:27 > Well, I'm still trying to get my environment set up and having little > luck. > Still getting used to Mac OS X and *nix development. Has anyone else > attempted the fix? H

Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-30 Thread Ryan Riley
/noconfig @/var/folders/LV/LVQdctQPGL...] Could there be something related? Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Tue, Mar 30, 2010 at 7:36 PM, Charle

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-03-30 Thread Ryan Riley
Thanks for the update. I am working on it now and will keep you posted. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Mon, Mar 29, 2010 at 1:39 PM, Shri

Re: [Ironruby-core] Mono setup

2010-03-27 Thread Ryan Riley
ompile:all' /sigh Maybe I should stick with Windows development. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Fri, Mar 5, 2010 at 10:40 AM,

Re: [Ironruby-core] Mono setup

2010-03-05 Thread Ryan Riley
s/rake-0.8.7/lib/rake.rb:1998:in `run' /Users/ryan/.rvm/gems/ruby-1.8.6-p399/gems/rake-0.8.7/bin/rake:31 /Users/ryan/.rvm/gems/ruby-1.8.6-p399/bin/rake:19:in `load' /Users/ryan/.rvm/gems/ruby-1.8.6-p399/bin/rake:19 What might I be doing wrong? Ryan Riley Email: ryan.ri...@pa

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-03-03 Thread Ryan Riley
Well, I'm still trying to get my environment set up and having little luck. Still getting used to Mac OS X and *nix development. Has anyone else attempted the fix? Hopefully I'll have this sorted soon and can get on it. Regards, Ryan Riley Email: ryan.ri...@panesofglass.org Link

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-02-26 Thread Ryan Riley
Awesome! Thanks for the tips! I should have my env set up early next week and will give it a go. Regards, Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-02-25 Thread Ryan Riley
f not, would it be better to start working on this and get Etc working with FFI? Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Thu, Feb 25, 2010 at 2:42 PM, Shri

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-02-25 Thread Ryan Riley
Sorry, link: http://github.com/evanphx/rubinius/blob/master/lib/etc.rb.ffi Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Thu, Feb 25, 2010 at 2:28 PM

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-02-25 Thread Ryan Riley
Looks like Rubinius already has a Ruby impl. of Etc for FFI. It's licensed with BSD. Is that problematic? If so, I'll start from the specs. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofgla

Re: [Ironruby-core] Anyone interested in implementing Etc module for Mono?

2010-02-25 Thread Ryan Riley
If no one has done this by the time I'm moved and have a machine again, I'll be happy to do it. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On W

Re: [Ironruby-core] MRI 1.8.7 compatibility

2010-02-15 Thread Ryan Riley
ly candidates for driving IronRuby adoption. Stopping the presses just to get Rails 3 running when that doesn't drive 1.9 forward seems a bit short-sighted. In other words, I like the current plan. :) Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley B

Re: [Ironruby-core] MRI 1.8.7 compatibility

2010-02-14 Thread Ryan Riley
+1 for 1.9 Once you consider that by the time IronRuby claims 1.8.7 compat Ruby will likely have a 1.8.9, I think going for 1.9 just makes the most sense. Everything else is moving or has moved to 1.9, so I'd rather see that happen. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn:

Re: [Ironruby-core] Calling a C# method with a byref parameter

2010-02-11 Thread Ryan Riley
On what types will IR be able to infer the types? Is that documented on the site and I just didn't see it? Ryan Riley On Thu, Feb 11, 2010 at 9:55 AM, Jim Deville wrote: > That call actually should (usually) be able to infer the type. Please file > a bug on codeplex that G

Re: [Ironruby-core] A nicer syntax for generic extension methods

2010-02-03 Thread Ryan Riley
On Wed, Feb 3, 2010 at 10:59 AM, Ivan Porto Carrero < i...@whiterabbitconsulting.eu> wrote: > hashes? Just an example, though perhaps not the best. :) but may i ask why you're so hell-bent on linq? > I mostly want some way to use the Reactive Extensions for asynchronous programming and OpenXML

Re: [Ironruby-core] A nicer syntax for generic extension methods

2010-02-03 Thread Ryan Riley
Will that be 1.0 or after? Ryan Riley On Wed, Feb 3, 2010 at 11:12 AM, Tomas Matousek < tomas.matou...@microsoft.com> wrote: > The LINQ experience should get better as soon as we improve our interaction > with the type inference engine in DLR overload resolver. IronRuby currently &

Re: [Ironruby-core] A nicer syntax for generic extension methods

2010-02-03 Thread Ryan Riley
On Wed, Feb 3, 2010 at 10:49 AM, Ivan Porto Carrero < i...@whiterabbitconsulting.eu> wrote: > For lightspeed I wrote an internal dsl that allows you to query similarly > to the regular api but no special module for linq stuff. I skipped linq > altogether didn't need it there. > > so what I created

Re: [Ironruby-core] A nicer syntax for generic extension methods

2010-02-03 Thread Ryan Riley
rhaps come in handy? Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Wed, Feb 3, 2010 at 9:31 AM, Ryan Riley wrote: > Okay, just posted a rough first stab

Re: [Ironruby-core] A nicer syntax for generic extension methods

2010-02-03 Thread Ryan Riley
no-no, so I will retract my previous question. :) Sorry for the brain-dump. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Wed, Feb 3, 2010 at 9:52 AM, Ryan

Re: [Ironruby-core] A nicer syntax for generic extension methods

2010-02-03 Thread Ryan Riley
/.NET/Delegates <http://ironruby.net/Documentation/.NET/Delegates> Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Wed, Feb 3, 2010 at 9:01 AM, Ryan

Re: [Ironruby-core] A nicer syntax for generic extension methods

2010-02-03 Thread Ryan Riley
in Action where you talk about LightSpeed, but I couldn't find anything in the MEAP copy I have. If I am able to spin up a few LINQ samples (probably Rx, Pfx, and/or XLinq), I'll shoot them your way, if you are interested. Cheers! Ryan Riley Email: ryan.ri...@panesofglass.org Linked

Re: [Ironruby-core] A nicer syntax for generic extension methods

2010-02-02 Thread Ryan Riley
That's fantastic, Tomas, thanks! Is there any way to pass a block, lambda, or Proc into the slot for the delegate, or perhaps a way to create a .NET delegate (or Expression) from a block, lambda, or Proc? Thanks, Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.c

[Ironruby-core] A nicer syntax for generic extension methods

2010-02-01 Thread Ryan Riley
a one-time call, but I don't see anywhere that it's called when a module is included. Do I need to use a before_filter or perform that action at the beginning of the linq_select method? Thanks! Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedi

Re: [Ironruby-core] File.symlink

2010-01-30 Thread Ryan Riley
Yes, I found the link at the bottom to the definition of gullible. Hmm ... maybe not gullible, but certainly not journalistic material. :) At the moment, I found a work-around, but I'd be interested into looking into this further down the road. Thanks, Ryan Riley Email: ry

[Ironruby-core] File.symlink

2010-01-30 Thread Ryan Riley
cross a decent solution to this problem. Thanks, Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ ___ Ironruby-core mai

Re: [Ironruby-core] Why IronRuby?

2010-01-26 Thread Ryan Riley
lar libraries in C#. The same goes for IronPython. In particular, I'm interested in MongoMapper for Ruby or Dee-python for data access. Writing some of these in C# is just a pain and are cost inefficient. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanril

Re: [Ironruby-core] Did Something Changed Again in Spec...

2010-01-26 Thread Ryan Riley
inius-ffi-mvm This might be helpful if we decide to attempt a straight port with C# extensions. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ __

Re: [Ironruby-core] Did Something Changed Again in Spec...

2010-01-26 Thread Ryan Riley
Also, I think Ruby's FFI is relatively new and not in great use, atm, so even adding FFI to IronRuby wouldn't do a whole lot to enable the C extensions of most Ruby libraries until those are ported to use FFI. Is that right? Ryan Riley Email: ryan.ri...@panesofglass.org Link

Re: [Ironruby-core] Did Something Changed Again in Spec...

2010-01-26 Thread Ryan Riley
What Jimmy said. :D Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Tue, Jan 26, 2010 at 3:17 AM, Jimmy Schementi < jimmy.scheme...@microsoft.com>

Re: [Ironruby-core] Did Something Changed Again in Spec...

2010-01-25 Thread Ryan Riley
nd if you get that done, you might even be able to pitch in with the FFI implementation. I, for one, would appreciate it. :) Of course, I could do those, too, but I'm working on a few other things, atm. :) Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in

Re: [Ironruby-core] Did Something Changed Again in Spec...

2010-01-25 Thread Ryan Riley
On Mon, Jan 25, 2010 at 1:55 PM, Jim Deville wrote: > If you need the IronRuby folder in the "right" location, then require your > users to use the installer with default options. However, even then, you are > requiring your users to go through the greater issue of installing IronRuby > and all o

Re: [Ironruby-core] Did Something Changed Again in Spec...

2010-01-25 Thread Ryan Riley
Have you used the IronRuby installer? When I used it, it asked me for a directory and defaulted to Program Files. How is that different than the one-click Ruby installer? Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net

Re: [Ironruby-core] Did Something Changed Again in Spec...

2010-01-25 Thread Ryan Riley
This is just basic Ruby. If you want to use Ruby, you have to learn Ruby's nuances. :) Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @panesofglass Website: http://panesofglass.org/ On Mon, Jan 25, 20

Re: [Ironruby-core] Did Something Changed Again in Spec...

2010-01-25 Thread Ryan Riley
Why are you using dev.bat? Are you developing IronRuby? If not, don't use it. It's unnecessary unless you are working on or debugging IronRuby. Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog: http://wizardsofsmart.net/ Twitter: @pa

  1   2   >