mirror of mongrel-development@rubyforge.org (inactive)
 help / color / mirror / Atom feed
* rbx gem
@ 2008-06-01 23:50 Tony Arcieri
       [not found] ` <c7e6b2b00806011650x66efe5far7cd33942d956ac75-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Arcieri @ 2008-06-01 23:50 UTC (permalink / raw)
  To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw


[-- Attachment #1.1: Type: text/plain, Size: 521 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 614 bytes --]

[-- Attachment #2: Type: text/plain, Size: 199 bytes --]

_______________________________________________
Mongrel-development mailing list
Mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
http://rubyforge.org/mailman/listinfo/mongrel-development

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: rbx gem
       [not found] ` <c7e6b2b00806011650x66efe5far7cd33942d956ac75-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-06-02  4:38   ` Zed A. Shaw
       [not found]     ` <20080602003849.4cc60f18.zedshaw-dd7LMGGEL7NBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Zed A. Shaw @ 2008-06-02  4:38 UTC (permalink / raw)
  To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw

On Sun, 1 Jun 2008 17:50:47 -0600
"Tony Arcieri" <tony-c1HG4ClrhSvQT0dZR+AlfA@public.gmane.org> 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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: rbx gem
       [not found]     ` <20080602003849.4cc60f18.zedshaw-dd7LMGGEL7NBDgjK7y7TUQ@public.gmane.org>
@ 2008-06-02  6:12       ` Evan Weaver
       [not found]         ` <b6f68fc60806012312g65ea8f86uae82f52413cabef6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Evan Weaver @ 2008-06-02  6:12 UTC (permalink / raw)
  To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw

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-dd7LMGGEL7NBDgjK7y7TUQ@public.gmane.org> wrote:
> On Sun, 1 Jun 2008 17:50:47 -0600
> "Tony Arcieri" <tony-c1HG4ClrhSvQT0dZR+AlfA@public.gmane.org> 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-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
> http://rubyforge.org/mailman/listinfo/mongrel-development
>



-- 
Evan Weaver

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: rbx gem
       [not found]         ` <b6f68fc60806012312g65ea8f86uae82f52413cabef6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-06-02 17:09           ` Tony Arcieri
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Arcieri @ 2008-06-02 17:09 UTC (permalink / raw)
  To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw


[-- Attachment #1.1: Type: text/plain, Size: 549 bytes --]

On Sun, Jun 1, 2008 at 10:38 PM, Zed A. Shaw <zedshaw-dd7LMGGEL7NBDgjK7y7TUQ@public.gmane.org> 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-72XWLPH10WVXUHR/Jj/Uug@public.gmane.org> 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

[-- Attachment #1.2: Type: text/html, Size: 1104 bytes --]

[-- Attachment #2: Type: text/plain, Size: 199 bytes --]

_______________________________________________
Mongrel-development mailing list
Mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
http://rubyforge.org/mailman/listinfo/mongrel-development

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-06-02 17:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-01 23:50 rbx gem Tony Arcieri
     [not found] ` <c7e6b2b00806011650x66efe5far7cd33942d956ac75-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-06-02  4:38   ` Zed A. Shaw
     [not found]     ` <20080602003849.4cc60f18.zedshaw-dd7LMGGEL7NBDgjK7y7TUQ@public.gmane.org>
2008-06-02  6:12       ` Evan Weaver
     [not found]         ` <b6f68fc60806012312g65ea8f86uae82f52413cabef6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-06-02 17:09           ` Tony Arcieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).