From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 52EF22095D; Thu, 23 Mar 2017 00:29:54 +0000 (UTC) Date: Thu, 23 Mar 2017 00:29:54 +0000 From: Eric Wong To: mogilefs-client-public@bogomips.org Subject: Re: [PATCH] socket_common: limit garbage workaround to Ruby <= 2.4.1 Message-ID: <20170323002954.GA16915@starla> References: <20170313192845.667-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170313192845.667-1-e@80x24.org> List-Id: Eric Wong wrote: > It looks like Ruby 2.4.1 will have the regression fixed > backported to it: > > https://bugs.ruby-lang.org/issues/13299#change-63503 And it did! 2.4.1 is out and no longer needs this workaround: https://www.ruby-lang.org/en/news/2017/03/22/ruby-2-4-1-released/ > The next releases of Ruby 2.3 and 2.2 may, too; at the > branch maintainer's decision. Haven't seen any movement in that direction, yet.