Don’t get too excited ☺, there is still a lot of work to be done in libraries and some in runtime to run all Ruby 1.9 apps.
Tomas From: [email protected] [mailto:[email protected]] On Behalf Of Ryan Riley Sent: Monday, August 16, 2010 8:52 PM To: [email protected] Subject: Re: [Ironruby-core] Code Review: G19.Final 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 <[email protected]<mailto:[email protected]>> wrote: tfpt review "/shelveset:G19.Final;REDMOND\tomat" Comment : Implements many 1.9 features and changes: - Syntax - should now be fully compatible with 1.9.2. - Semantics - many fixes, some features still not completed: o Passing optional and block parameters to blocks o Compound parameters unpacking, e.g. def foo((a, b), c); end - Various small changes in libraries. Removes version command line switches (-1.9, -1.8). The only supported MRI version is 1.9 from now on. I've kept RubyCompatibility enum for now, but it should be removed along with all 1.8 specific features. Since we are still missing a lot of 1.9 features many failing tests and specs needs to be disabled for now (including Rails, Rubygems, and Rack). Tomas _______________________________________________ Ironruby-core mailing list [email protected]<mailto:[email protected]> http://rubyforge.org/mailman/listinfo/ironruby-core
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
