From tony at medioh.com Sun Jun 1 19:50:47 2008 From: tony at medioh.com (Tony Arcieri) Date: Sun, 1 Jun 2008 17:50:47 -0600 Subject: [Mongrel-development] rbx gem Message-ID: Hello. Some time ago I committed a Rubinius assembly-based HTTP parser generated from Ragel to the Rubinius git repository. Yesterday I made a Mongrel gem which installs and works on Rubinius. This basically involved commenting out anything to do with fastthread or the http11 C extension. If there's interest in releasing a Rubinius-targeted gem, I can make changes to the Rakefile to allow generation of a gem for the rbx platform. I could also commit the Rubinius.asm parser as well. -- Tony Arcieri medioh.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From zedshaw at zedshaw.com Mon Jun 2 00:38:49 2008 From: zedshaw at zedshaw.com (Zed A. Shaw) Date: Mon, 2 Jun 2008 00:38:49 -0400 Subject: [Mongrel-development] rbx gem In-Reply-To: References: Message-ID: <20080602003849.4cc60f18.zedshaw@zedshaw.com> On Sun, 1 Jun 2008 17:50:47 -0600 "Tony Arcieri" wrote: > Hello. Some time ago I committed a Rubinius assembly-based HTTP parser > generated from Ragel to the Rubinius git repository. Yesterday I made a > Mongrel gem which installs and works on Rubinius. This basically involved > commenting out anything to do with fastthread or the http11 C extension. > > If there's interest in releasing a Rubinius-targeted gem, I can make changes > to the Rakefile to allow generation of a gem for the rbx platform. I could > also commit the Rubinius.asm parser as well. Oh, neat, how well does it work? Stable enough or would it need some love? -- Zed A. Shaw - Hate: http://savingtheinternetwithhate.com/ - Good: http://www.zedshaw.com/ - Evil: http://yearofevil.com/ From evan at cloudbur.st Mon Jun 2 02:12:08 2008 From: evan at cloudbur.st (Evan Weaver) Date: Sun, 1 Jun 2008 23:12:08 -0700 Subject: [Mongrel-development] rbx gem In-Reply-To: <20080602003849.4cc60f18.zedshaw@zedshaw.com> References: <20080602003849.4cc60f18.zedshaw@zedshaw.com> Message-ID: Great! If you want to commit this work, I'll try to support it for future releases. Evan On Sun, Jun 1, 2008 at 9:38 PM, Zed A. Shaw wrote: > On Sun, 1 Jun 2008 17:50:47 -0600 > "Tony Arcieri" wrote: > >> Hello. Some time ago I committed a Rubinius assembly-based HTTP parser >> generated from Ragel to the Rubinius git repository. Yesterday I made a >> Mongrel gem which installs and works on Rubinius. This basically involved >> commenting out anything to do with fastthread or the http11 C extension. >> >> If there's interest in releasing a Rubinius-targeted gem, I can make changes >> to the Rakefile to allow generation of a gem for the rbx platform. I could >> also commit the Rubinius.asm parser as well. > > Oh, neat, how well does it work? Stable enough or would it need some > love? > > -- > Zed A. Shaw > - Hate: http://savingtheinternetwithhate.com/ > - Good: http://www.zedshaw.com/ > - Evil: http://yearofevil.com/ > _______________________________________________ > Mongrel-development mailing list > Mongrel-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-development > -- Evan Weaver From tony at medioh.com Mon Jun 2 13:09:58 2008 From: tony at medioh.com (Tony Arcieri) Date: Mon, 2 Jun 2008 11:09:58 -0600 Subject: [Mongrel-development] rbx gem In-Reply-To: References: <20080602003849.4cc60f18.zedshaw@zedshaw.com> Message-ID: On Sun, Jun 1, 2008 at 10:38 PM, Zed A. Shaw wrote: > Oh, neat, how well does it work? Stable enough or would it need some > love? > There's 3 failures and 1 error in the existing test cases. I'll get those licked before submitting a patch. On Mon, Jun 2, 2008 at 12:12 AM, Evan Weaver wrote: > Great! If you want to commit this work, I'll try to support it for > future releases. > Cool, I'll get a patch together. -- Tony Arcieri medioh.com -------------- next part -------------- An HTML attachment was scrubbed... URL: