From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id cDx/EOnzuGHdmgAAgWs5BA (envelope-from ) for ; Tue, 14 Dec 2021 20:43:37 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id YBNEDOnzuGEBYAAAB5/wlQ (envelope-from ) for ; Tue, 14 Dec 2021 19:43:37 +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 A53E7154EE for ; Tue, 14 Dec 2021 20:43:36 +0100 (CET) Received: from localhost ([::1]:41918 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxDi3-0005hG-NJ for larch@yhetil.org; Tue, 14 Dec 2021 14:43:35 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36166) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxDeu-0003Tx-K2 for guix-devel@gnu.org; Tue, 14 Dec 2021 14:40:21 -0500 Received: from [2607:f8b0:4864:20::732] (port=36689 helo=mail-qk1-x732.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mxDet-0007Wt-7P for guix-devel@gnu.org; Tue, 14 Dec 2021 14:40:20 -0500 Received: by mail-qk1-x732.google.com with SMTP id d21so10522226qkl.3 for ; Tue, 14 Dec 2021 11:40:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=9/P8uuLnxjqW0QIMeue5HPpKdTglbY/VxYs+IJw21zY=; b=oVueFwaFxS6i6HZ6cUGn9EPzaWtrR4CYtNZ+43jplNCf/uq++43zCpzWuSooqELSr1 KjZsc+Icw/NXSxCbn0QVRw7FRlYmSDXxqSsXlBQ37PKDaGU9Pnry8QSCpYC41dsLHfQi c6eeOuSEALkJ/3XHv4LW1aY9Lx12cwEZNls1G6+AojoztjLiPhvlrIs2AEgxAvl/4sES yK/c1nfccAtKSnRB0h4RYo2lBO7XOZdNmF5uvn/+9B68UGtNn6gjxfAdERLwwF5Uhuhk 2UKHg341w4MLeKqfzspCPpO9oqPNvBatyXQBfb6N9e9XhtoeafF33H00u9DV4I2EX0yi IuTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=9/P8uuLnxjqW0QIMeue5HPpKdTglbY/VxYs+IJw21zY=; b=OyTW0OVTf37p4oeeA6XVD2N1xjM2YpKAi6OZYyJGo+WUGfZUnCXXeV3W3eZ+xyYKol u01KcuW/QblB3a9uUVI+q0pZ8miD/Zqlhgdf/xkdOFS7VU0iopaRcpHSUaLKHXdQUXcU r1gsOMAEsDKlr7w9SQqqKczEsSRlGXWzZO4TPPk6l+eiBgr4YHAmLSS83tAWDDFF4xYJ hgEtm0blQcjCXsrsFroa++JTF6De0meMDvcBdbrJPTZnP/arOOvKz2cC/Nvs1YNGvp1p vMnj+Ey4dvRPBw40FTfQyOBxnQCJXoN9OPI+dUimQj3DXGrYvPZQjS4pL6Ka3ebGIMhq xVjg== X-Gm-Message-State: AOAM532FVRxP/wp464pu+rTXTbcg9BzujC1OhNJt2EpmxEz2Lc5DZPY6 TCrhiks88oqc6lzvzf1bZ0r5Eq3hVUc= X-Google-Smtp-Source: ABdhPJxWABWzSePsJs2qj6BdCcEybgmaP0mw1e6VG7HBKSTmr3xz0FOAULV5bfSh1tmP+fIFFEwWJg== X-Received: by 2002:a05:620a:d87:: with SMTP id q7mr6026887qkl.377.1639510817708; Tue, 14 Dec 2021 11:40:17 -0800 (PST) Received: from hurd (dsl-10-146-110.b2b2c.ca. [72.10.146.110]) by smtp.gmail.com with ESMTPSA id v12sm687240qtx.80.2021.12.14.11.40.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Dec 2021 11:40:17 -0800 (PST) From: Maxim Cournoyer To: zimoun Subject: Re: [core-updates-frozen] Attempt julia@1.6.4 (upgrade) References: <858rxa1t0b.fsf@gmail.com> <87r1afc1ok.fsf@gmail.com> <86wnk73dkl.fsf@gmail.com> Date: Tue, 14 Dec 2021 14:40:08 -0500 In-Reply-To: <86wnk73dkl.fsf@gmail.com> (zimoun's message of "Tue, 14 Dec 2021 07:28:26 +0100") Message-ID: <874k7b9drb.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::732 (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::732; envelope-from=maxim.cournoyer@gmail.com; helo=mail-qk1-x732.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1639511016; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=9/P8uuLnxjqW0QIMeue5HPpKdTglbY/VxYs+IJw21zY=; b=QQojNvajAdbgDonVO5EOyo6QrP/3xWvC16GACU2utEH8c3n+LUmN+ChAv11sTZtaT9kTDe 6LEnvhjk4ZGUSCMLKFHb5eoa+bC04Ge1lfED18+r6hA2ducaHiCqhChmU2B7cOeWLBCNpr OEe/AVl3+U5kSS4wa9M+VvN4Lcxdvn3HG8kaOGYbvf72rNP85jtUZqoNG436ktHBfvT+q9 T2D3brKCW9Jtzqcjtgg6WPfm2bb3gdm2UWJuAPczexQtzoybbIVZY4mzt8bgMWqAK9sDp7 z/IK/0UJgwvPBBzhIzIoLUW5J849S1anJxZk3fCJ3BOD59KPJ5ACktJPEsANOg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1639511016; a=rsa-sha256; cv=none; b=er3A6ep/opvwXQ0eiiZSTz1YT2TDLmmoGl+dZliI4BvexFikQkNzjiQkmwnQMSplSfsC2V koqyqmL6BLzizaMGR+trcQ3G5ZIacARcjkympZ8hWWgWrY0YrIKoaxoJ1IhPLXLxYaxrFQ LBjMdF/9znigWpD7rBCRc+3K6NLB+oO7EjleOJupJzxlXiLBiRC2aKim3Vp3EdNkwnqs5h QychsiRTtD8Xf4yS+ODMdQRShJhDMGUN8r8vAtIyn+GIZvymJAZB6m6xy3pKuCk382uG6t lwqEL0q696TYSkdcBOBhyPDiNcPo2ZoKH0YxLKOzZAj5QM7Q9yk7hfAppLwQDQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=oVueFwaF; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.17 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=oVueFwaF; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: A53E7154EE X-Spam-Score: -4.17 X-Migadu-Scanner: scn1.migadu.com X-TUID: pPXDdNK0AIvj Hey Simon! zimoun writes: > Hi Maxim, > > On Mon, 13 Dec 2021 at 22:20, Maxim Cournoyer wrote: > >> It'll have to be resolved on core-updates :-). > > Well, Julia update can happen in master, IMHO. Even, depending on the > release date, it appears to me doable for the next release. ;-) Oh wow! You sound confident, I like it! :-). When you have polished patches ready, we could have them built on the version-1.4.0 branch. Cheers, Maxim