From evan at fallingsnow.net Sat Nov 11 18:55:07 2006 From: evan at fallingsnow.net (Evan Phoenix) Date: Sat, 11 Nov 2006 15:55:07 -0800 Subject: [Rubinius-devel] TODO updated Message-ID: <92f5f81d0611111555tb89e411s3a8d941a41017580@mail.gmail.com> Hi everyone, I've updated the rubinius TODO (http://code.fallingsnow.net/svn/rubinius/trunk/doc/TODO). I'll continue to update it as I add new tasks. Anyone have any thoughts on the TODO? Anyone have something on there that they want to take a crack at? I've started to work on a introduction to hack on rubinius document to help people get into the source. Until I do that, I'd love fielding questions here. Anyone got any? - Evan -- When I do good, I feel good; when I do bad, I feel bad, and that is my religion. -- Abraham Lincoln (1809 - 1865) From ez at engineyard.com Sat Nov 11 19:45:15 2006 From: ez at engineyard.com (Ezra Zygmuntowicz) Date: Sat, 11 Nov 2006 16:45:15 -0800 Subject: [Rubinius-devel] TODO updated In-Reply-To: <92f5f81d0611111555tb89e411s3a8d941a41017580@mail.gmail.com> References: <92f5f81d0611111555tb89e411s3a8d941a41017580@mail.gmail.com> Message-ID: <95367F85-623F-430B-954E-24A126D9D0CB@engineyard.com> On Nov 11, 2006, at 3:55 PM, Evan Phoenix wrote: > Hi everyone, > > I've updated the rubinius TODO > (http://code.fallingsnow.net/svn/rubinius/trunk/doc/TODO). I'll > continue to update it as I add new tasks. > > Anyone have any thoughts on the TODO? Anyone have something on there > that they want to take a crack at? > > I've started to work on a introduction to hack on rubinius document to > help people get into the source. Until I do that, I'd love fielding > questions here. Anyone got any? > > - Evan > Hey Evan- I'd love to help but I am not much of a C or ruby internals hacker. But I am a fast learner and very interested ;) You have something I can help out with? And yeah a little doc about how to hack rubinius would be great. I totally dig the idea of rubinius and would love to contribute somehow. Thoughts? -- Ezra Zygmuntowicz From evan at fallingsnow.net Fri Nov 24 01:16:41 2006 From: evan at fallingsnow.net (Evan Phoenix) Date: Fri, 24 Nov 2006 01:16:41 -0500 Subject: [Rubinius-devel] A thanksgiving day delight! Message-ID: <92f5f81d0611232216ne53e84k9c49e0133a4d77d3@mail.gmail.com> Just committed a bunch of work I've done while on vacation out here in Cleveland. First, rubinius will now automatically garbage collect when it runs out of space and will enlarge the amount of memory it uses as needed. Be careful though! It doesn't currently decrease the amount of memory it uses! Thats coming soon. And another front, I've added Bignum support by wrapping up libtommath, an awesome large integer math library. It's in the build now and there are shotgun tests for Bignum auto conversion. There will be more work over the vacation, this is just the first dose! - Evan -- When I do good, I feel good; when I do bad, I feel bad, and that is my religion. -- Abraham Lincoln (1809 - 1865)