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: <http://rubyforge.org/pipermail/mongrel-development/attachments/20080601/e1f76d30/attachment.html>
On Sun, 1 Jun 2008 17:50:47 -0600 "Tony Arcieri" <tony at medioh.com> 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/
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 <zedshaw at zedshaw.com> wrote:> On Sun, 1 Jun 2008 17:50:47 -0600 > "Tony Arcieri" <tony at medioh.com> 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
On Sun, Jun 1, 2008 at 10:38 PM, Zed A. Shaw <zedshaw at zedshaw.com> 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 <evan at cloudbur.st> 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: <http://rubyforge.org/pipermail/mongrel-development/attachments/20080602/141eb019/attachment.html>