From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1B84D1F5AE; Tue, 25 May 2021 23:33:14 +0000 (UTC) Date: Tue, 25 May 2021 23:33:14 +0000 From: Eric Wong To: kgio-public@yhbt.net, ruby-talk@ruby-lang.org Cc: Ngan Pham , Aaron Patterson Subject: [ANN] kgio 2.11.4 - legacy I/O for legacy Ruby + Unix Message-ID: <20210525233313.GA9536@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: This is a legacy project, do not use it for new projects. Ruby 2.3+ makes this obsolete. kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS. Note: I do not recommend using kgio for new code, Ruby 2.x has a lot of the functionality of kgio and Ruby 2.3+ has even more. * homepage: https://yhbt.net/kgio/ * public mailbox (no subscription, no HTML mail): kgio-public@yhbt.net * git clone https://yhbt.net/kgio.git - torsocks git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/kgio.git * Atom feed https://yhbt.net/kgio/NEWS.atom.xml * public mail archives: https://yhbt.net/kgio-public/ http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/kgio-public/ nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.kgio Changes: kgio 2.11.4 This release fixes compatibility with GC.compact on Ruby 3.x. Thanks to Ngan Pham for the patch and Aaron Patterson for the feedback: https://yhbt.net/kgio-public/CAAvYYt5Z5f2rMuXO5DMpR1-6uRvu_gXKDvqcyoZ+oNcLiTH39g@mail.gmail.com/T/ kgio remains obsolete and deprecated, and it's primary dependent will be updated to not depend on it in the future.