Re: [MacRuby-devel] Error with AOT compiler

2009-07-30 Thread Vincent Isambart
> I haven't had time to add this to test_vm, but I did narrow down the issue > to this region of the generated llvm assembly: > (...) > Specifically, the issue is that "not_null" can be accessed directly from > "rescue_save_vars" leaving %12 undefined. I've attached the related files. Thanks for d

[MacRuby-devel] Error with AOT compiler

2009-07-30 Thread Josh Ballanco
I've stumbled across a bug with the AOT compiler. Compiling the following code causes an "Instruction does not dominate all uses!" error from LLVM: --*begin code*-- def test_method(a_hash) a_hash.each{|k,v| puts "Key: #{k} and Value: #{v}"} end test_method({:hello => 'world'}) --*end cod

Re: [MacRuby-devel] problem with trac login page

2009-07-30 Thread Rich Morin
At 21:17 -0700 7/30/09, William Siegrist wrote: > Should be fixed now. It seems to be, thanks. FYI, I had to clear my cache in order for it to work. -r -- http://www.cfcl.com/rdmRich Morin http://www.cfcl.com/rdm/resume r...@cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873

[MacRuby-devel] [MacRuby] #301: minor correction to Overview page

2009-07-30 Thread MacRuby
#301: minor correction to Overview page --+- Reporter: r...@… | Owner: lsansone...@… Type: defect| Status: new Priority: trivial | Milestone:

Re: [MacRuby-devel] problem with trac login page

2009-07-30 Thread William Siegrist
Should be fixed now. -Bill On Jul 30, 2009, at 8:54 PM, Rich Morin wrote: I was looking at http://www.macruby.org/trac/ticket/296, wondering when the patch would actually show up on the web site, when I decided to log in and file another bug. When I clicked the Login link, I got this nastygr

[MacRuby-devel] problem with trac login page

2009-07-30 Thread Rich Morin
I was looking at http://www.macruby.org/trac/ticket/296, wondering when the patch would actually show up on the web site, when I decided to log in and file another bug. When I clicked the Login link, I got this nastygram from Firefox (3.5.1): The page isn't redirecting properly Firefox has d

Re: [MacRuby-devel] question about goals for ruby module compatibility with macruby

2009-07-30 Thread Laurent Sansonetti
Hi Tim, As Matt mentioned on a separate mail, rubygems should be fully supported (modulo C extensions) in the upcoming release, which should be out before the end of the year if everything goes well. I can't pronounce for Rails at this point, but we are approaching it bit by bit, and we m

Re: [MacRuby-devel] question about goals for ruby module compatibility with macruby

2009-07-30 Thread Jeremy Voorhis
If MacRuby is aiming for full FFI support, a la JRuby, then creating interpreter-independent versions of C extensions need not be difficult. I've begun porting some of my own Ruby bindings from DL and C and have found that as long as you handle your C types correctly, everything tends to Just Work

Re: [MacRuby-devel] question about goals for ruby module compatibility with macruby

2009-07-30 Thread Matt Aimonetti
Hi Tim, I was about to reply to your colleague, Mr Otero, so let me try to clarify a few things that might help others. The goal for MacRuby 0.5 is to be able to run any rubygems that are not C extensions. ( see Macruby 0.5 roadmap: http://lists.macosforge.org/pipermail/macruby-devel/2009-July/00

[MacRuby-devel] question about goals for ruby module compatibility with macruby

2009-07-30 Thread Tim Rand
Hi Laurent and macruby-ists,I am thinking about taking on a rather ambitious project with macruby in the next year or so which would benefit from having access to existing ruby gems (like the bioruby gem and rails). Can anyone predict how general the ruby gem compatibility will be as macruby mature