[MacRuby-devel] nightly builds

2010-04-13 Thread Laurent Sansonetti
Hi,

Some people have been wondering what happened to the nightly builds... and this 
reminded me that I forgot to announce that the nightly build process migrated 
from Claudio's server to Mac OS forge, which has more bandwidth.

Nightly builds are now available at the following address:

http://www.macruby.org/files/nightlies/

The latest nightly build is always available from this shortcut:

http://www.macruby.org/files/nightlies/macruby_nightly-latest.pkg

Let us know if anything doesn't work, and sorry for the disturbance! 

Laurent
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] [MacRuby] #652: "alias" keyword doesn't compile with symbolized-interpolated-strings

2010-04-13 Thread MacRuby
#652: "alias" keyword doesn't compile with symbolized-interpolated-strings
---+
 Reporter:  joshua.balla...@…  |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  major  |   Milestone:   
Component:  MacRuby|Keywords:   
---+
 The following works in Ruby but not MacRuby:
 {{{
 class String
   a = 'length'
   b = :bar
   alias :"get#{b.capitalize}" :"#{a}"
 end

 "test".getBar
 }}}

 Result is:

 Assertion failed: (nd_type(node->u1.node) == NODE_LIT), function
 compile_node, file compiler.cpp, line 4694.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel