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: Questions about state of the tree Date: Mon, 14 Jul 2008 20:32:20 -0400 Message-ID: References: <71166b3b0807010951r1f64bab0sf21d2a84548235a2@mail.gmail.com> <20080715001017.GA18127@yp-box.dyndns.org> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216081950 27141 80.91.229.12 (15 Jul 2008 00:32:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2008 00:32:30 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Tue Jul 15 02:33:18 2008 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:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=1cPqyTPBw1Rv3ZzsgC7Vu8BsI1x5aP34JM7Lr29bCs0=; b=PuQEYvCx4znohC7sCKxkEQfXlUchi3NNj0xDuAHpbnBrXbqWRYB0RYfNeH3pS4+xqY zDRALlbxQavvS8A7bghWbmoxG6U5eZQnIYElky+Q53nWi9lxCV0Vh86iT2/Scgn7FTsi ZAhM/2FfsuBWIZLaETz4n1VQClAYh95XAgBtA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=jWAAJimVBs+cQzEjqDvi7Q0VFh0tW1+S33Ex+zqiiN94q0XpAL///UCx7BlBUwLe8e cHyvLjYoHvK4vwrFgMRMxI0pTLXRTzEPtF3kNBkfCzMJ9c40X1PW3K5rgtm+Y4SCzQDv yUMdp2sQv/fwrrpgc/iUxhFhJEH6TfQOTXEUk= In-Reply-To: <20080715001017.GA18127-G9TX8C5UF5wdbCeoMzGj59i2O/JbrIOy@public.gmane.org> Content-Disposition: inline X-Google-Sender-Auth: 43c80a6fd07d43d1 X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.11 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:61 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1KIYTl-0006wI-TZ for gclrmd-mongrel-development@m.gmane.org; Tue, 15 Jul 2008 02:33:18 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id A2F7D18581A9; Mon, 14 Jul 2008 20:32:23 -0400 (EDT) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by rubyforge.org (Postfix) with ESMTP id 5FD8E18581A8 for ; Mon, 14 Jul 2008 20:32:21 -0400 (EDT) Received: by wa-out-1112.google.com with SMTP id v27so2734224wah.17 for ; Mon, 14 Jul 2008 17:32:20 -0700 (PDT) Received: by 10.114.157.1 with SMTP id f1mr18388508wae.14.1216081940782; Mon, 14 Jul 2008 17:32:20 -0700 (PDT) Received: by 10.115.33.6 with HTTP; Mon, 14 Jul 2008 17:32:20 -0700 (PDT) List-Post: Please do! Evan On Mon, Jul 14, 2008 at 8:10 PM, Eric Wong wrote: > Evan Weaver wrote: >> Hi Luis, >> >> I'll try to clean up 1.2 this week when I'm on vacation. > > Actually, I was just getting around to the Ragel 6.x issues on the > internal branch I'm using at $DAY_JOB. I'll clean those up and commit > in a bit (I've been running Ragel 5.23 + mongrel trunk in production for > a while now...) > >> On Tue, Jul 1, 2008 at 12:51 PM, Luis Lavena wrote: >> > Hello Guys, >> > >> > Wanted a head's up on the state of 1.1 and 1.2 branches since I want >> > to know _where_ I should add my fixes for MinGW. >> > >> > Right now I'm working on getting the missing pieces to provide the >> > One-Click Installer, and checking the pieces that deserve attention, >> > being mongrel one of these items in my list. >> > >> > I found that 1.1.5 slipped in with fixes but without the platform >> > regexp fixes, that about taking MinGW as a *nix platform. >> > >> > But before investing time on this, want to ask you guys the following steps. >> > >> > For us (One-Click Installer development team), MinGW should be fixed, >> > and we plan provide a pre-built binary for it (along current VC6 >> > version). >> > >> > Should I focus my current limited manpower on 1.1 for a while or try >> > to workaround the issues lying in 1.2 branch? >> > >> > Thank you for your attention and everybody have a nice week! >> > >> > Regards, > _______________________________________________ > Mongrel-development mailing list > Mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org > http://rubyforge.org/mailman/listinfo/mongrel-development > -- Evan Weaver