Here's a quick rundown (~30mins worth of looking at these libraries) RSS: RSS should work, it appears there is a bug in there with Class.inherited Tracking with CodePlex 1483
Finalize: We need to figure out what the ObjectSpace finalizers really do, and if we can implement those methods. Tracking with CodePlex 1484 Open3: Uses fork, so it will not work unless we completely re-implement it. The workaround would be having someone port the win32-open3 gem to C# Tracking with CodePlex 1485 OpenSSL: Jirapong is working on this. Shell: Uses Thread.exclusive, which is defined in the thread standard library (as opposed to the Thread builtin class), which needs to be ported. Tracking with CodePlex 1485 WeakRef: Uses ObjectSpace#id2ref and it may be reliant on the CRuby GC internals Tracking with CodePlex 1487 Resolv and resolv-replace should be made to work, but they require us to figure out what portions of win32 they need. Tracking with CodePlex 1488 Ideally all of these should work for 1.0, but we may not have resources to do them. Anyone who wants to is welcome to help bang at them to narrow down the bugs, and port the needed libraries. JD ...there is no try > -----Original Message----- > From: [email protected] [mailto:ironruby-core- > [email protected]] On Behalf Of Shay Friedman > Sent: Friday, May 29, 2009 2:11 PM > To: [email protected] > Subject: Re: [Ironruby-core] Standard Libraries Support > > So just to make sure - there are no plans of making those work for V1.0, > right? > > Thanks Jim! > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
