From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8KzhIaG3817/awAA0tVLHw (envelope-from ) for ; Wed, 24 Jun 2020 20:29:21 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id ALLVHaG3814QLwAAbx9fmQ (envelope-from ) for ; Wed, 24 Jun 2020 20:29:21 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0643B9404D7 for ; Wed, 24 Jun 2020 20:29:20 +0000 (UTC) Received: from localhost ([::1]:33024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joC1G-00064B-15 for larch@yhetil.org; Wed, 24 Jun 2020 16:29:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56474) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joC10-00062p-Je for guix-patches@gnu.org; Wed, 24 Jun 2020 16:29:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55900) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1joC10-0004b9-84 for guix-patches@gnu.org; Wed, 24 Jun 2020 16:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1joC10-0004ux-5J for guix-patches@gnu.org; Wed, 24 Jun 2020 16:29:02 -0400 Subject: bug#41036: [PATCH 0/2] New patches to update Ruby to 2.7 Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 24 Jun 2020 20:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41036 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ryan Prior Cc: 41036-done@debbugs.gnu.org Mail-Followup-To: 41036@debbugs.gnu.org, mail@cbaines.net, rprior@protonmail.com Received: via spool by 41036-done@debbugs.gnu.org id=D41036.159303054018892 (code D ref 41036); Wed, 24 Jun 2020 20:29:01 +0000 Received: (at 41036-done) by debbugs.gnu.org; 24 Jun 2020 20:29:00 +0000 Received: from localhost ([127.0.0.1]:39213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joC0y-0004ue-1S for submit@debbugs.gnu.org; Wed, 24 Jun 2020 16:29:00 -0400 Received: from mira.cbaines.net ([212.71.252.8]:50614) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joC0u-0004uU-QJ for 41036-done@debbugs.gnu.org; Wed, 24 Jun 2020 16:28:58 -0400 Received: from localhost (unknown [46.237.174.39]) by mira.cbaines.net (Postfix) with ESMTPSA id A3B7C27BBE1; Wed, 24 Jun 2020 21:28:55 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id f4593d14; Wed, 24 Jun 2020 20:28:53 +0000 (UTC) References: <20200621030211.21346-1-rprior@protonmail.com> User-agent: mu4e 1.4.10; emacs 26.3 From: Christopher Baines In-reply-to: <20200621030211.21346-1-rprior@protonmail.com> Date: Wed, 24 Jun 2020 21:28:51 +0100 Message-ID: <87eeq46we4.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: UaPShkk7o1TQ --=-=-= Content-Type: text/plain Ryan Prior via Guix-patches via writes: > Here are the new patches you asked for, they should apply cleanly to master. > > Ryan Prior (2): > gnu: Renames ruby to ruby-2.6. > gnu: Ruby: Update to 2.7. > > gnu/packages/ruby.scm | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) Great, thanks. I've tweaked the commit messages a bit, and now pushed these patches to core-updates. I think the way ruby-2.7 inherits from ruby-2.6 is a bit odd, but I like that this change is small in terms of the diff. Anyway, how to lay out the package definitions is a lesser issue compared to what's actually defined. Now comes the challenge of actually fixing all the packages this change will have broken. If updates to packages that fix issues with Ruby 2.7 don't cause too many rebuilds or break anything on master, then pushing those to master is good. The master branch can then be merged in to core-updates to get those changes applied there as well. Otherwise, the fixes should be applied to core-updates. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl7zt4NfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XfqexAAi0M3Wnf1nUf0iGmH3Hm/2YlyDR1uvp9FXgdtbOg/JpfO3vamEoeyvz60 Hd5vGbkL8ZckIwYXza8eaARmpMLJpBuUwaRZH+Nw5APlabDbBUfMbmP7Y9IwJ0tX vgCjgEqgvNguCkLEhT20JSEbitIQhL0NWExySmowR1N6gA/BLVjAcgzJzBy0UGD5 cBLKGnqp6MZm7JCDNwddP0HSVL2Z5wx3NV3imQh2yZPfRRrTCc42jkqlYfyOoj/o mhwI4v5w7sATcZ9A3N9cJeTBgObDDgtD1Jnf0NxvFvVlt3d2CaBxHO5xP6ECkgnY LPQRV0GUUfarkp7BX+er71LbpSU0VzIQp2XYvNaovGIU2D+nEuOp5nvJCoIEz8iU jOwwSJn+gvOCxXLOvDqx7JNs7/Oj++rV1fTKpBNHz29deBDsWmHI3HEmUCWOOWWJ jsnaq0ZIgu5tiqwo313LIKeqnSHIsxw0RNivM9FIkZL/OnlfhI0AAaREN/2vNdWT 7q/I2dBFH2O+xpQzGxgLXrCg2GnmxnvftVlu0jiTUni3o+JarSq1DgUniRT/dSBY qAkqjbpuuz/RXXIgWwp86F5Pq7dhuC1kzCa3PHzfBsnHresFvQMZs0VJQ4h8MEyW q+I0dfaWVpADk1S1VV7vCjGgUpIRBzuATJHbqqvUD1VqFILDGxU= =ACye -----END PGP SIGNATURE----- --=-=-=--