From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D6F1158008 for ; Thu, 15 Jun 2023 18:09:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92CDCE0A5B; Thu, 15 Jun 2023 18:08:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BBAAE08C9 for ; Thu, 15 Jun 2023 18:08:59 +0000 (UTC) Message-ID: <6322d33aecd08378e87d26d31fdaebb5bb3f292f.camel@gentoo.org> Subject: Re: [gentoo-dev] [PATCH 01/11] ruby-ng.eclass: optimize: use pattern for old ruby impls From: Hans de Graaff To: gentoo-dev@lists.gentoo.org Date: Thu, 15 Jun 2023 20:08:55 +0200 In-Reply-To: <20230615155240.589982-1-sam@gentoo.org> References: <20230615155240.589982-1-sam@gentoo.org> Organization: Gentoo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-Archives-Salt: c9906178-e212-4ea1-a1a1-ac9e70b98029 X-Archives-Hash: 4f546e00b771026509065b1e88d2de57 On Thu, 1970-01-01 at 00:00 +0000, Sam James wrote: > Not much improvement on a grand scale, but for dev-ruby/sinatra at > least, we get: Reviewed all patches and they look good to me. Thanks! Hans