From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: * X-Spam-ASN: AS33070 50.56.128.0/17 X-Spam-Status: No, score=1.7 required=3.0 tests=AWL,HK_RANDOM_FROM, MSGID_FROM_MTA_HEADER,RDNS_NONE shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: Cramp support for Ruby 2.0? Date: Mon, 23 Sep 2013 22:44:35 +0000 Message-ID: <20130923224435.GA9842@dcvr.yhbt.net> References: <1379004491-71337-1-git-send-email-godfat@godfat.org> <20130913181933.GA11118@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1379976283 6983 80.91.229.3 (23 Sep 2013 22:44:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Sep 2013 22:44:43 +0000 (UTC) Cc: Rainbows! list , "Lin Jen-Shin \(godfat\)" To: Pratik Naik Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Tue Sep 24 00:44:48 2013 Return-path: Envelope-to: gclrrg-rainbows-talk@m.gmane.org X-Original-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Delivered-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: rainbows-talk-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: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Broken-Reverse-DNS: no host name found for IP address 50.56.192.79 Xref: news.gmane.org gmane.comp.lang.ruby.rainbows.general:545 Archived-At: Received: from [50.56.192.79] (helo=rubyforge.org) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VOEs3-0007Gj-Gh for gclrrg-rainbows-talk@m.gmane.org; Tue, 24 Sep 2013 00:44:47 +0200 Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 22A1C2E181; Mon, 23 Sep 2013 22:44:45 +0000 (UTC) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 07DC32E181 for ; Mon, 23 Sep 2013 22:44:37 +0000 (UTC) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A1D331F6FB; Mon, 23 Sep 2013 22:44:35 +0000 (UTC) (Pulling Pratik into the discussion) Hi Pratik, just wondering if you're still interested in Cramp. It doesn't seem to work on Ruby 2.0 (see messages below), but if you're no longer interested, that's totally fine; we'll just point users elsewhere. I don't think Cramp ever really took off and EM seems to be losing traction, too. "Lin Jen-Shin (godfat)" wrote: > On Sat, Sep 14, 2013 at 2:19 AM, Eric Wong wrote: > > EM 1.0.3 doesn't seem to work with Cramp. Can you try? I probably won't > > have time to look further for at least a week. > > > > Thanks. > > Umm... looks like Cramp doesn't even run smooth on Ruby 2.0 (or even 1.9?) > I just tried EM 1.0.3 with Cramp 0.15.1, there's an encoding issue in: > > t/tmp/isolate/ruby-2.0.0/cramp/gems/cramp-0.15.1/lib/cramp/callbacks.rb:82 > > Which has an improper regexp: > > /\000([^\377]*)\377/ > > After adding magic binary encoding on top of the file: > > # encoding: binary > > Then all tests in EventMachine.t0500-cramp-streaming.sh and > EventMachine.t0501-cramp-rainsocket.sh passed. > > What should we do here? Are people even using Cramp..? > It seems it's not updated for two years already. > > Please take your time, thanks! _______________________________________________ Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org http://rubyforge.org/mailman/listinfo/rainbows-talk Do not quote signatures (like this one) or top post when replying