From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evan Weaver Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: Re: Mongrel for 1.9, for real? Date: Tue, 7 Jul 2009 17:11:51 -0700 Message-ID: References: <71166b3b0906282146n647d9c09ke18f59204e01f76e@mail.gmail.com> <71166b3b0906282326r280ee292gd064fcfb768402e0@mail.gmail.com> <71166b3b0907071706r64f1f02en64a5f2e2ff956e11@mail.gmail.com> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1247011955 16945 80.91.229.12 (8 Jul 2009 00:12:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jul 2009 00:12:35 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Wed Jul 08 02:12:28 2009 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to :content-type:content-transfer-encoding; bh=YIo4uSZuqBlsQLzemTvXb/EEe1nzEiAH5HQrnYYM6Tc=; b=XY9lqtCXDRfEKvvL2VRCtdOnHeBq8BPmk3dAzSIWar3KPDbmQke3BAWVZ67+RxuBLx ctszdhRcST1WkmXAIhYrqf8fR9YmKp+JhpXMZfsoLRdjOqsDWbRoRh1vN9jd1g6CJqdo OqvMJtrwe6rJW6KMnZxrTGNCMEh5Rqmb/4M3c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=HEeegsHS0D28PFAWMR+DwIXw+eAyK7ueaaa81FliDJv17vSH/VT1PmdZ6zLfNOi1qi ewklveyGffCPpgNcuyZtOPK1Mtmf3J9S7+WLHikh7ffjKlF7A0okmZjIxte0g2q0irSd WdELMhojAJaKIjJCRjM3KV6lfQFRhmCf2Kmbg= In-Reply-To: <71166b3b0907071706r64f1f02en64a5f2e2ff956e11-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> X-Google-Sender-Auth: fffe56ceb0492c41 X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.mongrel.devel:130 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1MOKlq-0007ZF-8p for gclrmd-mongrel-development@m.gmane.org; Wed, 08 Jul 2009 02:12:22 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 6D3A51858111; Tue, 7 Jul 2009 20:12:21 -0400 (EDT) Received: from mail-gx0-f211.google.com (mail-gx0-f211.google.com [209.85.217.211]) by rubyforge.org (Postfix) with ESMTP id 74B2718580F4 for ; Tue, 7 Jul 2009 20:12:11 -0400 (EDT) Received: by gxk7 with SMTP id 7so4527261gxk.11 for ; Tue, 07 Jul 2009 17:12:11 -0700 (PDT) Received: by 10.150.189.20 with SMTP id m20mr859484ybf.219.1247011931245; Tue, 07 Jul 2009 17:12:11 -0700 (PDT) List-Post: Cursory view looks like the stable-1.2 branch had mostly packaging changes (many for Windows) and Rack support. Agree with ignoring Rack/threading in the interests of having a quick release. To be clear, I did not merge the stable-1.2 branch into fauna/spinoff. Stable-1.2 branch is dead and fauna/spinoff is my new HEAD based on your's and Matt Aimonett's. Evan On Tue, Jul 7, 2009 at 5:06 PM, Luis Lavena wrote: > On Tue, Jul 7, 2009 at 8:51 PM, Evan Weaver wrote: >> http://github.com/fauna/mongrel/tree/spinoff >> >> Ragel 6.5 builds, and tests pass on 1.8 and 1.9, except for: >> >> test_deflate(HandlersTest): >> Zlib::DataError: incorrect header check >> =A0 =A0/Volumes/Projects/fauna/mongrel/test/test_handlers.rb:109:in >> `block in test_deflate' >> >> Which I don't understand right now. >> > > Me neither, since tested manually Zlib at IRB and the deflating worked > without the header. > >> Go nuts with the packaging; I'm still not sure what you're trying to >> accomplish exactly. >> > > I'm trying to simplify the building and release of new gems. MinGW > didn't work with 1.1.5 and catching up and build new releases for > Mongrel got stuck in 2007/08. > > What I'm trying: allow mongrel "run" on 1.9, next version (1.2 or 2.0) > can go nuts and do Rack and proper threading on 1.9... > > Right now, we just need it to "work". > > -- > Luis Lavena > AREA 17 > - > Perfection in design is achieved not when there is nothing more to add, > but rather when there is nothing more to take away. > Antoine de Saint-Exup=E9ry > _______________________________________________ > Mongrel-development mailing list > Mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org > http://rubyforge.org/mailman/listinfo/mongrel-development > -- = Evan Weaver