From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS63949 194.195.248.0/21 X-Spam-Status: No, score=-2.8 required=3.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from mail.oriontransfer.net (mail.oriontransfer.net [194.195.253.146]) by dcvr.yhbt.net (Postfix) with ESMTP id 1621F1F406 for ; Fri, 25 Aug 2023 02:01:16 +0000 (UTC) Received: from smtpclient.apple (unknown [203.86.197.151]) by mail.oriontransfer.net (Postfix) with ESMTPSA id 73A9C2AFBA for ; Fri, 25 Aug 2023 02:01:15 +0000 (UTC) From: Samuel Williams Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Ruby 3.3 compatible release? Message-Id: Date: Fri, 25 Aug 2023 14:01:04 +1200 To: kgio-public@yhbt.net X-Mailer: Apple Mail (2.3731.700.6) List-Id: Hi Eric, Thanks for your continued effort to maintain and support this gem - = despite how old it is - I assume you were not expecting it to still be = in use today! We are trying to clean up the `io.h` interface in Ruby 3.3 and would = like to know if there is anything we can do to help with a release of = kgio which supports the updated interface and removes usage of = deprecated symbols. That is because it is still a dependency of Unicorn, = which, as of today has a market share of around 15% - something I hope = you are really proud of! I believe Jean Boussier has already generously supplied a patch: = https://github.com/casperisfine/kgio/commit/a04f6057a94ae8413fc6d1e7b74bfa= 6b9d802285.patch However, it does not appear to be merged or released yet. Anything we = can do to help move things forward? Would it help if I resubmitted it = directly using git format-patch? Warm regards, Samuel=